10738 Commits (f1d91908fa427cb419d6fcd5f64f6c581a0cdd0f)
 

Author SHA1 Message Date
Eric Poulsen 01054f2092 py/objdict: Quote non-string types when used as keys in JSON output. 5 years ago
Damien George 8f55a8fab6 travis: Build an stm32 board with threading enabled to test it with CI. 5 years ago
Damien George 473157eeb9 stm32/usbd_hid_interface: Include extra header to build with threading. 5 years ago
Damien George ad0b7cb017 stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs. 5 years ago
Damien George fa07deda9f stm32/usbd_hid_interface: Rewrite USB HID interface code. 5 years ago
Damien George b1129df478 stm32/dma: Fix re-start of DMA stream by clearing all event flags. 5 years ago
Yonatan Goldschmidt e9593d5075 py/sequence: Fix grammar in comment about equality. 5 years ago
badlyby 3b258ef213 stm32/boards/NUCLEO_F722ZE: Add definition files for new board. 5 years ago
badlyby 09267bb147 stm32/boards/stm32f722.ld: Provide memory regions for internal FS. 5 years ago
badlyby 0da2f6f23a stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33. 5 years ago
Damien George 4d94fae833 tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files. 5 years ago
Amir Gonnen 995f9cfdfc esp32: Pin MicroPython tasks to a specific core. 5 years ago
Damien George e3e7e3a781 esp32/Makefile: Simplify include of IDF source by using wildcards. 5 years ago
Damien George b88e51d718 esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule. 5 years ago
Jim Mussared 331c224e07 esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O. 5 years ago
stijn 9da46a98cb windows/mpconfigport.h: Don't define restrict/inline/alignof for C++. 5 years ago
Damien George a29334761d esp32: Add support for hardware I2C. 5 years ago
Damien George 3967dd68e8 tests/run-perfbench.py: Add --emit option to select emitter for tests. 5 years ago
Damien George 0c12adca46 stm32/boards/USBDONGLE_WB55: Add definition files for new board. 5 years ago
Damien George d2a8fb747f stm32/boards/NUCLEO_WB55: Add definition files for new board. 5 years ago
Damien George 9849567a06 stm32/boards: Add MCU support files for STM32WB55. 5 years ago
Damien George 59b7166d87 stm32: Add initial support for STM32WBxx MCUs. 5 years ago
Damien George d42392b9a7 stm32/make-stmconst.py: Allow more variation in parens and int-suffix L. 5 years ago
Damien George 02b2ad4fbd stm32/boards/STM32F769DISC: Fix length of FLASH_APP section. 5 years ago
Paul m. p. P 3b3a4749ce py/objstringio: Guard bytesio_stream_p struct w/ MICROPY_PY_IO_BYTESIO. 5 years ago
Jim Mussared bc66fe9064 py/scheduler: Rename sched_stack to sched_queue. 5 years ago
Damien George 3e55830066 tests/stress/recursive_iternext.py: Increase large depth to 5000. 5 years ago
Damien George a67d9155e6 travis: Switch unix stackless build to use clang. 5 years ago
Damien George baea43bba7 stm32/boards/B_L072Z_LRWAN1: Enable USB VCP support. 5 years ago
Damien George 64aebca155 stm32/Makefile: Allow a board to disable float support. 5 years ago
Damien George 102d9911e9 stm32/mphalport: Fix GPIO clock enable for L0 MCUs. 5 years ago
Damien George 4096fa397b stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs. 5 years ago
Damien George 4c1ad1f691 stm32: Add support for USB on L0 MCUs. 5 years ago
Damien George 788e7f50f2 stm32/usbd_cdc_interface: Make CDC TX/RX buffer sizes configurable. 5 years ago
Damien George f302f784e9 stm32/usb: Add config options to disable USB MSC and/or HID. 5 years ago
Paul m. p. P 154062d9cb py/makeqstrdata.py: Allow using \r\n as a qstr if a port requires it. 5 years ago
David Lechner 82dc9856b0 py/asmarm: Use __builtin___clear_cache instead of __clear_cache. 5 years ago
Damien George d6e3038a08 ACKNOWLEDGEMENTS: Remove entry as requested by backer. 5 years ago
Damien George fd49fcb229 stm32/gccollect: Always use MP_STATE_THREAD(stack_top) to get stack top. 5 years ago
Laurens Valk a73859d5af py/objgenerator: Add missing #if guard for PY_GENERATOR_PEND_THROW. 5 years ago
Paul m. p. P a1c870e9f4 javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR. 5 years ago
Paul m. p. P 42d30c5baf unix/unix_mphal: Include time.h for CLOCK_MONOTONIC. 5 years ago
Damien George a17b901a9e stm32/boards/B_L072Z_LRWAN1: Add definition files for new board. 5 years ago
Damien George 14f61a224d travis: Build stm32 mboot for PYBD_SF6 as part of CI. 5 years ago
Damien George 278e9bffe9 stm32/mboot: Update dependencies to enable parallel build with -j. 5 years ago
Damien George 342539bdcc stm32/mboot: Use STARTUP_FILE from stm32lib. 5 years ago
Damien George 5a81d2d6b8 stm32/mboot: Remove use of BSRRL/H for H7 MCUs due to stm32lib update. 5 years ago
Damien George c8f19f1371 stm32/mboot: Make _estack an array to avoid compiler warnings. 5 years ago
Damien George d43dd886a5 stm32/boards/NUCLEO_F413ZH: Remove STARTUP_FILE, it's defined globally. 5 years ago
Chris Mason c24d81119c stm32/boards/NUCLEO_L452RE: Add definition files for new board. 5 years ago