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
Age
Commit message (
Expand
)
Author
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
extmod/moduhashlib: Include implementation of sha256 only when required.
Yonatan Goldschmidt
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
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
Damien George
2019-02-06
py/mpconfig.h: Fix comments mentioning dangling file and variable names.
Yonatan Goldschmidt
2019-02-06
py/builtinhelp: Only print help re FS modules if external import enabled
Yonatan Goldschmidt
2019-02-06
py: Update my copyright info on some files.
Paul Sokolovsky
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
lib/nrfx: Upgrade to nrfx v1.3.1.
Damien George
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
extmod/modlwip: Add support for polling UDP sockets for writability.
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
docs: Convert all cases of machine.sleep to machine.lightsleep.
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
lib/utils/pyexec: Implement paste mode with event driven REPL.
Damien George
[prev]
[next]