9942 Commits (d53dc04903850fdad7b8c14351e2cf28616a0ead)
 

Author SHA1 Message Date
Damien George d53dc04903 qemu-arm: Use gchelper code to get registers for GC scanning. 6 years ago
Damien George c9ece68d06 cc3200: Use common gchelper_m3.s code from lib/utils. 6 years ago
Damien George 3058d46892 stm32/gccollect: Use gchelper.h header instead of explicit declaration. 6 years ago
Damien George 8d1275ec0f lib/utils/gchelper: Add gchelper.h header file for assembler functions. 6 years ago
Damien George f608f54ab0 lib/utils/gchelper_m3: Add gc_helper_get_sp() function. 6 years ago
Damien George 90e1303b2d lib/utils/gchelper_m3: Add license header and clean up code. 6 years ago
Damien George e6d97e8a0b stm32: Move gchelper assembler code to lib/utils for use by other ports. 6 years ago
Damien George e7332b0584 qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs. 6 years ago
Damien George 775c7b86f0 travis: Update to use Ubuntu 16.04 Xenial for CI builds. 6 years ago
Yonatan Goldschmidt a0d60c574a docs/ure: Fix match.group signature to indicate index param is required. 6 years ago
Damien George b546e4b7e9 stm32/pendsv: Fix NULL pointer when calling pendsv dispatch function. 6 years ago
Damien George 800871c0cb stm32/modnetwork: Change lwIP polling to be based on background systick. 6 years ago
Damien George 4d214edae8 stm32/systick: Provide better compile-time configurability of slots. 6 years ago
Damien George 18cfa156d6 stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level. 6 years ago
Damien George b178958c07 stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code. 6 years ago
Damien George 1bcf4afb10 stm32/systick: Make periodic systick callbacks use a cyclic func table. 6 years ago
Damien George 5fbda53d3c stm32/systick: Rename sys_tick_XXX functions to systick_XXX. 6 years ago
Yonatan Goldschmidt f024b2610f extmod/moduhashlib: Include implementation of sha256 only when required. 6 years ago
Damien George c33f538066 esp32/modmachine: Add support for changing the CPU frequency. 6 years ago
Damien George 1669e049de stm32/boards/STM32F769DISC: Configure for use with mboot by default. 6 years ago
Damien George be1b1835c3 stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY. 6 years ago
Damien George b26046aca2 stm32/modmachine: Make bootloader() enter custom loader if it's enabled. 6 years ago
Damien George ab423f2969 stm32/usbd_conf: Fully support USB HS with external PHY. 6 years ago
Damien George 9f9c5c19b0 stm32/usb: Use USB HS as main USB device regardless of USB_HS_IN_FS. 6 years ago
Damien George 03a8b1cc50 stm32/mboot: Allow deploying via deploy-stlink. 6 years ago
Damien George a81cb3576b stm32/mboot: Add support for GPIO ports G, H, I and J. 6 years ago
Damien George 39eb1e9f81 stm32/mboot: Add support for STM32F769 MCUs. 6 years ago
Damien George 9570297dd1 stm32/mboot: Use USB HS as main USB device regardless of USB_HS_IN_FS. 6 years ago
Damien George 43a894fb48 stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs. 6 years ago
Damien George b367c425e4 stm32/boards/stm32h743_af.csv: Add ADC entries to pin capability table. 6 years ago
Damien George 02682d52ce stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs. 6 years ago
Damien George 7bbde67cb2 lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above. 6 years ago
Yonatan Goldschmidt 343401c6df py/mpconfig.h: Fix comments mentioning dangling file and variable names. 6 years ago
Yonatan Goldschmidt ec31438c54 py/builtinhelp: Only print help re FS modules if external import enabled 6 years ago
Paul Sokolovsky 8fea833e3f py: Update my copyright info on some files. 6 years ago
Damien George 6a95e74387 esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap. 6 years ago
Stig Bjørlykke 98f790b03a nrf/timer: Fix disabling Timer 1 when using soft PWM. 6 years ago
Andrew Leech 67689bfd7e stm32/usb: Add flow control option for USB VCP data received from host. 6 years ago
Stig Bjørlykke 63eae33b7b nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET. 6 years ago
Ayke van Laethem e8678cd1c9 nrf/pin: Print pull information in Pin.__str__. 6 years ago
Damien George 8faf17b93c lib/nrfx: Upgrade to nrfx v1.3.1. 6 years ago
Ayke van Laethem 2d293873a6 nrf/pin: Cleanup Pin.__str__ to print relevant information. 6 years ago
Ayke van Laethem 4e1c2fc831 nrf: Shrink "<peripheral> does not exist" error messages. 6 years ago
Ayke van Laethem 1ba962ff57 nrf/uart: Remove unused machine.UART() parameters. 6 years ago
Ayke van Laethem a293fa3d6d nrf/uart: Use formula instead of switch for baudrate calculation. 6 years ago
Paul Sokolovsky 2f5d113fad py/warning: Support categories for warnings. 6 years ago
Damien George 86f06d6a87 stm32/sdcard: Don't use SD clock bypass on F7 MCUs. 6 years ago
Damien George e5509a910f stm32/mboot: Add option to autodetect the USB port that DFU uses. 6 years ago
Damien George 2a7a307baa extmod/modlwip: Add support for polling UDP sockets for writability. 6 years ago
Damien George 4bed17e786 stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX. 6 years ago