9957 Commits (be4e5b1f872c29b5a3a64397e5ec50d2b0880382)
 

Author SHA1 Message Date
Damien George be4e5b1f87 stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names. 6 years ago
Damien George f38397ba8d stm32/mboot/Makefile: Generate all pin header files from board pins.csv. 6 years ago
Damien George 7b2dc96251 stm32/boards/make-pins.py: Add cmdline options to support use by mboot. 6 years ago
Yonatan Goldschmidt bc4f8b438b extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 6 years ago
Jolatomme d1acca3c71 stm32/boards/NUCLEO_L476RG: Add support for RNG, DAC and CAN1. 6 years ago
Damien George 26a1ae295f stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board. 6 years ago
Yonatan Goldschmidt 66f0afc91d unix/modmachine: Handle repeated /dev/mem open errors. 6 years ago
Mike Causer 812969d615 all: Change PYB message prefix to MPY. 7 years ago
Damien George d976e4f5e8 teensy/Makefile: Use common gchelper_m3.s code from lib/utils. 6 years ago
Damien George 5368210e36 py/mkenv.mk: Change default PYTHON variable from "python" to "python3". 6 years ago
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Damien George f03601779e extmod: Convert legacy uppercase macro names to lowercase. 6 years ago
Damien George 054dd33eba py: Downcase MP_xxx_SLOT_IS_FILLED inline functions. 6 years ago
Damien George eee1e8841a py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API. 6 years ago
Damien George 019433a17e stm32/pendsv: Fix inline asm constant and prefix with # character. 6 years ago
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