aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-11-13unix: Handle pending events/scheduler in MICROPY_EVENT_POLL_HOOK.Andrew Leech
2020-11-13stm32/rtc: Validate the RTC prescaler on boot and change if incorrect.Damien George
2020-11-13stm32/Makefile: Allow boards to extend all SRC variables.Damien George
2020-11-13extmod/machine_mem: Only allow integers in machine.memX subscript.Arrowana
2020-11-12esp32/machine_pin: Reset pin if init sets mode.Jonathan Hogg
2020-11-12stm32/Makefile: Make the generation of `firmware.bin` explicit.Sébastien NEDJAR
2020-11-11stm32/boardctrl: Define MICROPY_BOARD_EARLY_INIT alongside others.Damien George
2020-11-11stm32: Add MICROPY_BOARD calls in various places in stm32_main.Damien George
2020-11-11stm32/main: Move update_reset_mode to outside the soft-reset loop.Damien George
2020-10-29stm32: Support C++ code and user C modules written in C++.Damien George
2020-10-29stm32/boards: Factor out common data/bss/heap/stack linker sections.Damien George
2020-10-29unix/Makefile: Move coverage.c and coveragecpp.cpp to coverage variant.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-29esp32,unix: Support building C++ code.stijn
2020-10-29py/mkrules.mk: Add target for compiling C++ files.stijn
2020-10-29stm32/rng: Use SysTick+RTC+unique-id to seed pRNG for MCUs without RNG.Damien George
2020-10-29stm32/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29esp8266/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29esp32/mpconfigport.h: Seed the urandom module on import.robert
2020-10-29stm32/machine_adc: Fix ADC auto-calibration to run when ADC not enabled.Damien George
2020-10-22unix: Enable more warnings.Emil Renner Berthing
2020-10-22stm32/usbd_cdc_interface: Check and handle CDC TX wrap-overflow.Damien George
2020-10-22stm32: Fix broken build when FAT FS multi-partition is disabled.iabdalkader
2020-10-21esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-10-20unix/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-10-17ports: Use correct in/out endpoint size in TUD_CDC_DESCRIPTOR.Damien George
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Increase GET_STATE timeout.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix bad variable name.Jim Mussared
2020-10-16stm32/boards/NUCLEO_WB55/rfcore_firmware.py: Fix flash unlock.Jim Mussared
2020-10-09stm32/rfcore: Update to support WS=1.9.0.0.4.Jim Mussared
2020-10-08stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater.Jim Mussared
2020-10-08stm32/rfcore: Add Python API for basic rfcore operations.Jim Mussared
2020-10-06stm32/sdcard: Fix H7 build when using SDMMC2.iabdalkader
2020-10-06stm32/sdio: Don't change any DMA2 settings on H7 MCUs.iabdalkader
2020-10-06esp32: Use path relative to root for netutils/timeutils headers.Damien George
2020-10-02stm32/Makefile: Allow boards to extend SRC_C, SRC_O and OBJ variables.Damien George
2020-10-01unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.Damien George
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-10-01unix,windows: Implement mp_hal_time_ns using gettimeofday.Damien George
2020-10-01ports: Support legacy soft I2C/SPI construction via id=-1 arg.Damien George
2020-10-01ports: Add SoftI2C and SoftSPI to machine module where appropriate.Damien George
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-10-01extmod/machine_i2c: Rename type to SoftI2C and add custom print method.Damien George
2020-09-30zephyr: Update build instructions to v2.4.0.Maureen Helm
2020-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-30zephyr: Replace zephyr integer types with C99 types.Maureen Helm
2020-09-23windows: Update build instructions in README.stijn
2020-09-22stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.Damien George
2020-09-18tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George