index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2019-02-12
qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs.
Damien George
2019-02-08
stm32/pendsv: Fix NULL pointer when calling pendsv dispatch function.
Damien George
2019-02-08
stm32/modnetwork: Change lwIP polling to be based on background systick.
Damien George
2019-02-08
stm32/systick: Provide better compile-time configurability of slots.
Damien George
2019-02-08
stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level.
Damien George
2019-02-08
stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.
Damien George
2019-02-08
stm32/systick: Make periodic systick callbacks use a cyclic func table.
Damien George
2019-02-08
stm32/systick: Rename sys_tick_XXX functions to systick_XXX.
Damien George
2019-02-07
esp32/modmachine: Add support for changing the CPU frequency.
Damien George
2019-02-07
stm32/boards/STM32F769DISC: Configure for use with mboot by default.
Damien George
2019-02-07
stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY.
Damien George
2019-02-07
stm32/modmachine: Make bootloader() enter custom loader if it's enabled.
Damien George
2019-02-07
stm32/usbd_conf: Fully support USB HS with external PHY.
Damien George
2019-02-07
stm32/usb: Use USB HS as main USB device regardless of USB_HS_IN_FS.
Damien George
2019-02-07
stm32/mboot: Allow deploying via deploy-stlink.
Damien George
2019-02-07
stm32/mboot: Add support for GPIO ports G, H, I and J.
Damien George
2019-02-07
stm32/mboot: Add support for STM32F769 MCUs.
Damien George
2019-02-07
stm32/mboot: Use USB HS as main USB device regardless of USB_HS_IN_FS.
Damien George
2019-02-06
stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs.
Damien George
2019-02-06
stm32/boards/stm32h743_af.csv: Add ADC entries to pin capability table.
Damien George
2019-02-06
stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.
Damien George
2019-02-06
esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap.
Damien George
2019-02-02
nrf/timer: Fix disabling Timer 1 when using soft PWM.
Stig Bjørlykke
2019-01-31
stm32/usb: Add flow control option for USB VCP data received from host.
Andrew Leech
2019-01-31
nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.
Stig Bjørlykke
2019-01-31
nrf/pin: Print pull information in Pin.__str__.
Ayke van Laethem
2019-01-31
nrf/pin: Cleanup Pin.__str__ to print relevant information.
Ayke van Laethem
2019-01-31
nrf: Shrink "<peripheral> does not exist" error messages.
Ayke van Laethem
2019-01-31
nrf/uart: Remove unused machine.UART() parameters.
Ayke van Laethem
2019-01-31
nrf/uart: Use formula instead of switch for baudrate calculation.
Ayke van Laethem
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2019-01-31
stm32/sdcard: Don't use SD clock bypass on F7 MCUs.
Damien George
2019-01-31
stm32/mboot: Add option to autodetect the USB port that DFU uses.
Damien George
2019-01-31
stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX.
Damien George
2019-01-31
esp8266/modmachine: In lightsleep, only waiti if wifi is turned off.
Damien George
2019-01-30
nrf/modmachine: Rename machine.sleep to machine.lightsleep.
Damien George
2019-01-30
cc3200/modmachine: Rename machine.sleep to machine.lightsleep.
Damien George
2019-01-30
esp8266/modmachine: Implement simple machine.lightsleep function.
Damien George
2019-01-30
esp8266/modmachine: Rename machine.sleep to machine.lightsleep.
Damien George
2019-01-30
esp8266/modmachine: Implement optional time_ms arg to machine.deepsleep.
Damien George
2019-01-30
esp32/modmachine: Rename machine.sleep to machine.lightsleep.
Damien George
2019-01-30
esp32/modsocket: Fix crashes when connect/bind can't resolve given addr.
Damien George
2019-01-28
stm32/main: Make board-defined UART REPL use a static object and buffer.
Damien George
2019-01-28
esp32/boards: Use auto xtal freq config instead of default 40MHz.
Damien George
2019-01-28
esp32/Makefile: Make sure that directory exists for sdkconfig.h.
Damien George
2019-01-28
esp32/machine_timer: Deinit all active timers on soft reset.
Damien George
2019-01-28
esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.
Damien George
2019-01-28
esp32/Makefile: Put all IDF compenents in .a libs to use IDF ld script.
Damien George
2019-01-27
esp32: Don't put py/scheduler.o in iRAM, it's no longer needed.
Damien George
2019-01-27
stm32/usbdev: Add USB config option for max power drawn by the board.
Damien George
[next]