aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2021-02-19esp32: Make machine.soft_reset() work in main.py and reset_cause().Thorsten von Eicken
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-19esp32: Add support to build with ESP-IDF v4.3 pre-release.Damien George
2021-02-19esp32/boards: Enable size optimisation for builds.Damien George
2021-02-18stm32/mboot: After sig verify, only write firmware-head if latter valid.Damien George
2021-02-17stm32/mpbtstackport: Allow chipset and secondary baudrate to be set.Damien George
2021-02-17stm32/mpbthciport: Use mp_printf instead of printf for error message.Damien George
2021-02-17stm32/mpbthciport: Fix initial baudrate to use provided value.Andrew Leech
2021-02-17stm32/boards: Disable onewire module on boards with small flash.Damien George
2021-02-17stm32: Make pyb, uos, utime, machine and onewire modules configurable.Damien George
2021-02-17stm32/usb: Allow a board to configure USBD_VID and all PIDs.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-17stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool.David Michieli
2021-02-17zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().PTH
2021-02-17zephyr/boards: Add support for the nucleo_h743zi board.PTH
2021-02-16zephyr: Build MicroPython as a cmake target.Maureen Helm
2021-02-16zephyr: Remove unused build files.Maureen Helm
2021-02-16zephyr: Disable frozen source modules.Maureen Helm
2021-02-16zephyr: Update to zephyr v2.5.0.Maureen Helm
2021-02-16unix/moduselect: Don't allow both posix and non-posix configurations.Jim Mussared
2021-02-15esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.Thorsten von Eicken
2021-02-15esp32/modsocket: Remove unix socket error code translation.Thorsten von Eicken
2021-02-15esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.Damien George
2021-02-15esp32: Add support to build with ESP-IDF v4.2.Damien George
2021-02-15esp32: Add support to build with ESP-IDF v4.1.1.Damien George
2021-02-15esp32/README: Update based on new IDF v4 cmake build process.Damien George
2021-02-15esp32/boards: Enable BLE on all boards.Damien George
2021-02-15esp32/boards: Remove old IDF v3 sdkconfig values.Damien George
2021-02-15esp32: Remove traditional "make" capability.Damien George
2021-02-15esp32: Add explicit initialisers to silence compiler warnings.Damien George
2021-02-15esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero.Damien George
2021-02-15esp32: Add support to build using IDF with cmake.Damien George
2021-02-14stm32/mpbthciport: Only init the uart once, then use uart_set_baudrate.Damien George
2021-02-14stm32/uart: Add uart_set_baudrate function.Damien George
2021-02-13nrf/drivers/usb: Add USBD_IRQHandler which calls tud_int_handler.Damien George
2021-02-12samd/mphalport: Fix USB CDC tx handling to work reliably.Damien George
2021-02-12mimxrt: Fix USB CDC handling so it works reliably.Damien George
2021-02-12rp2: Use local tinyusb instead of the one in pico-sdk.Damien George
2021-02-12ports: Update to build with new tinyusb.Damien George
2021-02-12unix/mpbtstackport_common: Implement mp_bluetooth_hci_active.Damien George
2021-02-09esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.Damien George
2021-02-05py/gc: Change include of stdint.h to stddef.h.Damien George
2021-02-05rp2/micropy_rules.cmake: Fix makemoduledefs vpath to work with abs path.Damien George
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2021-02-04py/gc: Don't include mpconfig.h and misc.h in gc.h.Xiang Xiao
2021-02-04rp2/machine_adc: Only initialise the ADC periph if not already enabled.Damien George
2021-02-02rp2/modmachine: Implement additional functions incl unique_id and idle.Damien George
2021-02-02windows/msvc: Use same default python command as core.stijn
2021-02-02tests/run-tests: Change default Python command used on Windows.stijn