aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-01stm32/machine_uart: Allow re-init'ing a static UART object.Damien George
2020-06-01stm32/machine_uart: Retain attached-to-repl setting when init'ing UART.Damien George
2020-05-29extmod/vfs: Retain previous working directory if chdir fails.Damien George
2020-05-29tools/codeformat.py: Add verbose option to pass to uncrustify and black.David Lechner
2020-05-29travis: For powerpc job, build both UART variants.Joel Stanley
2020-05-29powerpc/uart: Choose which UART to use at build time, not runtime.Joel Stanley
2020-05-29esp32/modmachine: Fix machine.reset_cause to use IDF's esp_reset_reason.Thorsten von Eicken
2020-05-28esp32/machine_sdcard: Add "freq" keyword arg to SDCard constructor.cccc
2020-05-28tools/codeformat.py: Use -q option on uncrustify to make output quiet.David Lechner
2020-05-28py/modsys: Use consistent naming pattern for module-level const objects.David Lechner
2020-05-28windows: Make appveyor.yml self-contained.stijn
2020-05-28py/ringbuf: Fix compilation with msvc.stijn
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-05-27py/py.mk: Use additional CFLAGS to compile string0.c.Damien George
2020-05-27lib/utils: Lock the scheduler when executing hard callback functions.Damien George
2020-05-27travis: Set build name so it appears in the web interfaces.Joel Stanley
2020-05-27travis: Run apt commands once, to slightly speed up the CI.Joel Stanley
2020-05-27powerpc: Set better default compiler.Joel Stanley
2020-05-27powerpc: Fix Makefile rule when linking.Joel Stanley
2020-05-27mimxrt/boards: Add MIMXRT1060_EVK board.Albort Xue
2020-05-27esp8266/esppwm: Fix PWM glitch when setting duty on different channel.Olivier Ortigues
2020-05-16docs/develop: Fix module/source name in Makefile of native example.Damien George
2020-05-16unix/main: Enter REPL when inspect active, even with stdin redirected.Yu-Ming Chang
2020-05-15nrf: Add openocd as a supported flasher.Jim Mussared
2020-05-15travis: Build more boards as part of nrf job.Jim Mussared
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-05-15lib/nrfx: Upgrade to nrfx v2.0.0.Damien George
2020-05-15nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.Damien George
2020-05-15nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.Damien George
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-15stm32/boards: Add board config for Nucleo-F412ZG development board.Thomas Roberts
2020-05-15stm32: Add support for F412 MCUs.Thomas Roberts
2020-05-14esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.Rafael Römhild
2020-05-14py/nativeglue.h: Rename "setjmp" entry to "setjmp_" to avoid any clash.Damien George
2020-05-11extmod/nimble: Make error code mapping default to MP_EIO.Thomas Friebel
2020-05-11README: Change --help option to -h to match micropython executable.Hannah Suarez/hcs0
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-11stm32/README: Reorg DFU flashing instructions with addition for PYBD.Thorsten von Eicken
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-05-09tests/run-tests: Skip REPL feature checks when running via pyboard.py.Damien George
2020-05-09py/parse: Make mp_parse_node_extract_list return size_t instead of int.Damien George
2020-05-09tests/run-multitests.py: Add TRACE banner and move TEST output to end.Damien George
2020-05-08esp8266/uart: Move a few functions from iRAM to iROM.Damien George
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-05-08esp8266/boards: Move py/pairheap.c code from iRAM to iROM.Damien George
2020-05-08esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.Damien George
2020-05-08py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert