aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-02-07zephyr: Enable littlefs.Maureen Helm
2020-02-07zephyr: Implement block device protocol via zephyr flash map api.Maureen Helm
2020-02-07zephyr: Enable fatfs.Maureen Helm
2020-02-07zephyr: Enable virtual file system and uos module.Maureen Helm
2020-02-07zephyr: Implement block device protocol via zephyr disk access api.Maureen Helm
2020-02-04stm32/usbd_conf: Allow boards to configure USB HS ULPI NXT/DIR pins.Damien George
2020-02-04stm32/sdram: Expose the result of sdram startup test in stm32_main.Andrew Leech
2020-02-04esp32/Makefile: Reorder includes to build with latest toolchain.Jim Mussared
2020-02-04unix/modos: Implement putenv and unsetenv to complement getenv.David Lechner
2020-02-04unix/main: Add command-line -h option for printing help text.David Lechner
2020-02-04unix/main: Add #if guard around -v option usage and document -i/-m opts.David Lechner
2020-02-04unix/main: Add support for MICROPYINSPECT environment variable.David Lechner
2020-02-04zephyr: Remove reference to syscall_macros_h_target.Maureen Helm
2020-02-04zephyr: Replace deprecated time conversion macro.Maureen Helm
2020-02-04zephyr: Update include paths for Zephyr v2.0.Maureen Helm
2020-02-01unix/main: Print usage and NLR errors to stderr instead of stdout.David Lechner
2020-02-01nrf/boards/common.ld: Add ENTRY(Reset_Handler) in linker script.caochaowu
2020-01-31esp8266/modules/ntptime.py: Add comment about configuring NTP host.Damien George
2020-01-31stm32/powerctrl: Reenable PLL3 on H7 MCUs when waking from stop mode.Damien George
2020-01-31stm32/powerctrl: Improve support for changing system freq on H7 MCUs.Damien George
2020-01-31stm32/stm32_it: Don't call __HAL_USB_HS_EXTI_CLEAR_FLAG on H7 MCUs.Damien George
2020-01-31stm32/sdio: Add support for H7 MCUs.Damien George
2020-01-30stm32/boards/stm32f746_af.csv: Add ADC alt functions to correct pins.Damien George
2020-01-30stm32/powerctrl: Enable overdrive on F7 when waking from stop mode.Damien George
2020-01-30stm32/powerctrl: Disable HSI if not needed to save a bit of power.Damien George
2020-01-30stm32/boards/STM32F769DISC: Add config to use external SPI as filesys.Damien George
2020-01-30stm32/Makefile: Allow a board's .mk file to add things to CFLAGS.Damien George
2020-01-30drivers, stm32: Support SPI/QSPI flash chips over 16MB.Andrew Leech
2020-01-29py/mpthread.h: Use strong type for mp_thread_set_state() argument.David Lechner
2020-01-29stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz.Damien George
2020-01-26unix/unix_mphal: Add compile check for incompatible GIL+ASYNC_KBD_INTR.David Lechner
2020-01-26windows/windows_mphal: Release GIL during system calls.David Lechner
2020-01-26unix: Release GIL during all system calls.David Lechner
2020-01-24unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.Damien George
2020-01-24tests/unix: Add coverage tests for mp_obj_is_type() and variants.Yonatan Goldschmidt
2020-01-23tests/unix: Add coverage test for mp_obj_new_exception_args.Damien George
2020-01-22tests/unix: Add coverage tests for pairheap data structure.Damien George
2020-01-22stm32/softtimer: Change linear linked list to a pairing heap.Damien George
2020-01-22windows: Support word-based move/delete key sequences for REPL.stijn
2020-01-22esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.adzierzanowski
2020-01-15esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).Jim Mussared
2020-01-14esp8266/modules: Fix AttributeError in _boot.py if flash not formatted.JensDiemer
2020-01-14ports: Modify mp_hal_pin_write macro so it can be used as a function.Memiks
2020-01-14tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.Damien George
2020-01-12esp32/modmachine: Add implementation of machine.soft_reset().Thorsten von Eicken
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2020-01-12unix: Add placeholder DEV variant with settrace enabled.Jim Mussared
2020-01-12unix: Add build variants, analogous to boards on bare-metal.Jim Mussared
2020-01-09py: Make mp_obj_get_type() return a const ptr to mp_obj_type_t.Damien George