aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-03-12stm32/main: Fix bug mounting 3rd SD partition.Damien George
2020-03-11zephyr: Execute main.py file if it exists.Maureen Helm
2020-03-11zephyr: Enable usb mass storage class on mimxrt1050_evk.Maureen Helm
2020-03-11zephyr: Mount a file system during init.Maureen Helm
2020-03-11unix/Makefile: Detect and pass thru mpy-cross flags when running tests.Damien George
2020-03-11py/modmicropython: Add heap_locked function to test state of heap.Andrew Leech
2020-03-11mimxrt: Add MIMXRT1010 board.Jim Mussared
2020-03-11mimxrt: Add new, minimal port to NXP i.MX RT series CPUs.Jim Mussared
2020-03-11samd: Fix to build with latest tinyusb.Jim Mussared
2020-03-11extmod/vfs: Factor out vfs mount-and-chdir helper from stm32.Damien George
2020-03-11esp32: Deinitialize Bluetooth on soft reset.Thomas Friebel
2020-03-10esp8266/machine_pin: Disable ets_loop_iter during hard IRQ handler.Damien George
2020-03-10stm32: Refactor Bluetooth HCI RX to be independent of transport layer.Damien George
2020-03-10extmod/btstack: Implement advertising.Damien George
2020-03-10stm32/boards/PYBD: Allow building with BTstack (via make command line).Damien George
2020-03-10stm32: Add bindings for BTstack implementation.Damien George
2020-03-10stm32: Refactor bluetooth stack/hci/driver bindings.Damien George
2020-03-06extmod/modbluetooth_nimble: Move nimble specific code, factor nimble.mk.Damien George
2020-03-06stm32/modnetwork: Remove redundant call to nimble_poll in lwip poll.Damien George
2020-03-04unix/file: Don't raise OSError(EINVAL) on sys.stdin/out/err.flush().Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2020-02-28unix/unix_mphal: Adjust #if in mp_hal_stdin_rx_chr to improve format.Damien George
2020-02-21stm32/mpconfigport.h: Add option to have custom help text.hahmadi
2020-02-20unix/mphalport.h: Fix build when MICROPY_USE_READLINE=0.Damien George
2020-02-20esp32: Move to IDF 4.0 release version.Jim Mussared
2020-02-20unix/mpthreadport: Fix Mac build by using SIGUSR1 if SIGRTMIN not avail.David Lechner
2020-02-18stm32/sdram: Fix compile issue from unused sdram startup test flag.Andrew Leech
2020-02-18unix/mpthreadport: Use SIGRTMIN+5 instead of SIGUSR1 for thread-GC.David Lechner
2020-02-18nrf: Use MICROPY_HW_ENABLE_RNG instead of MICROPY_PY_RANDOM_HW_RNG.Damien George
2020-02-18nrf: Remove custom "random" module and use extmod version instead.Damien George
2020-02-16nrf/drivers/bluetooth: Fix variable initialisation error with older gcc.cccc
2020-02-16unix/Makefile: Allow to install all variants of the executable.David Lechner
2020-02-16unix/variants/standard: Fix role of PREFIX when used to install.David Lechner
2020-02-16unix/Makefile: Remove old variant targets that are no longer needed.Damien George
2020-02-13py: Add mp_raise_msg_varg helper and use it where appropriate.Damien George
2020-02-13py: Add mp_raise_type helper macro and use it where appropriate.Damien George
2020-02-11esp32/modsocket: Convert EADDRINUSE error code from lwip return value.Damien George
2020-02-11windows: Improve default search path.stijn
2020-02-11unix/main: Use OS-dependent path separator when searching path.stijn
2020-02-11nrf/drivers: Use mp_raise_msg where appropriate, and shorten exc msgs.Damien George
2020-02-07stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check.Damien George
2020-02-07unix, windows: Use mp_keyboard_interrupt instead of custom code.Damien George
2020-02-07py/scheduler: Move clearing of kbd traceback to mp_keyboard_interrupt.Damien George
2020-02-07esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM.Damien George
2020-02-07esp8266: Put mp_keyboard_interrupt in IRAM.Damien George
2020-02-07tests/unix: Add coverage tests for kbd-intr and scheduler.Damien George
2020-02-07py/scheduler: Move mp_keyboard_interrupt from lib/utils to py core.Damien George
2020-02-07lib/utils/pyexec: Handle pending exceptions after disabling kbd intrs.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George