aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-08stm32/pendsv: Fix NULL pointer when calling pendsv dispatch function.Damien George
2019-02-08stm32/modnetwork: Change lwIP polling to be based on background systick.Damien George
2019-02-08stm32/systick: Provide better compile-time configurability of slots.Damien George
2019-02-08stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level.Damien George
2019-02-08stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.Damien George
2019-02-08stm32/systick: Make periodic systick callbacks use a cyclic func table.Damien George
2019-02-08stm32/systick: Rename sys_tick_XXX functions to systick_XXX.Damien George
2019-02-07extmod/moduhashlib: Include implementation of sha256 only when required.Yonatan Goldschmidt
2019-02-07esp32/modmachine: Add support for changing the CPU frequency.Damien George
2019-02-07stm32/boards/STM32F769DISC: Configure for use with mboot by default.Damien George
2019-02-07stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY.Damien George
2019-02-07stm32/modmachine: Make bootloader() enter custom loader if it's enabled.Damien George
2019-02-07stm32/usbd_conf: Fully support USB HS with external PHY.Damien George
2019-02-07stm32/usb: Use USB HS as main USB device regardless of USB_HS_IN_FS.Damien George
2019-02-07stm32/mboot: Allow deploying via deploy-stlink.Damien George
2019-02-07stm32/mboot: Add support for GPIO ports G, H, I and J.Damien George
2019-02-07stm32/mboot: Add support for STM32F769 MCUs.Damien George
2019-02-07stm32/mboot: Use USB HS as main USB device regardless of USB_HS_IN_FS.Damien George
2019-02-06stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs.Damien George
2019-02-06stm32/boards/stm32h743_af.csv: Add ADC entries to pin capability table.Damien George
2019-02-06stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.Damien George
2019-02-06lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.Damien George
2019-02-06py/mpconfig.h: Fix comments mentioning dangling file and variable names.Yonatan Goldschmidt
2019-02-06py/builtinhelp: Only print help re FS modules if external import enabledYonatan Goldschmidt
2019-02-06py: Update my copyright info on some files.Paul Sokolovsky
2019-02-06esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap.Damien George
2019-02-02nrf/timer: Fix disabling Timer 1 when using soft PWM.Stig Bjørlykke
2019-01-31stm32/usb: Add flow control option for USB VCP data received from host.Andrew Leech
2019-01-31nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.Stig Bjørlykke
2019-01-31nrf/pin: Print pull information in Pin.__str__.Ayke van Laethem
2019-01-31lib/nrfx: Upgrade to nrfx v1.3.1.Damien George
2019-01-31nrf/pin: Cleanup Pin.__str__ to print relevant information.Ayke van Laethem
2019-01-31nrf: Shrink "<peripheral> does not exist" error messages.Ayke van Laethem
2019-01-31nrf/uart: Remove unused machine.UART() parameters.Ayke van Laethem
2019-01-31nrf/uart: Use formula instead of switch for baudrate calculation.Ayke van Laethem
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2019-01-31stm32/sdcard: Don't use SD clock bypass on F7 MCUs.Damien George
2019-01-31stm32/mboot: Add option to autodetect the USB port that DFU uses.Damien George
2019-01-31extmod/modlwip: Add support for polling UDP sockets for writability.Damien George
2019-01-31stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX.Damien George
2019-01-31esp8266/modmachine: In lightsleep, only waiti if wifi is turned off.Damien George
2019-01-30docs: Convert all cases of machine.sleep to machine.lightsleep.Damien George
2019-01-30nrf/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30cc3200/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp8266/modmachine: Implement simple machine.lightsleep function.Damien George
2019-01-30esp8266/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp8266/modmachine: Implement optional time_ms arg to machine.deepsleep.Damien George
2019-01-30esp32/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp32/modsocket: Fix crashes when connect/bind can't resolve given addr.Damien George
2019-01-28lib/utils/pyexec: Implement paste mode with event driven REPL.Damien George