aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-03-27esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd.Damien George
2019-03-27unix/mpthreadport: Use named semaphores on Mac OS X.Damiano Mazzella
2019-03-26stm32/mpconfigport.h: Remove malloc/free/realloc helper macros.Damien George
2019-03-26stm32/system_stm32: Provide default value for HSI calibration.roland van straten
2019-03-26zephyr/i2c: Add support for hardware i2c.Maureen Helm
2019-03-26esp32/machine_pin: Rework pull mode config to fix GPIO hold feature.Damien George
2019-03-19nrf/readme: Add section about LTO.Glenn Ruben Bakke
2019-03-18stm32/mboot: Set USE_MBOOT=1 by default in the Makefile.Dave Hylands
2019-03-15nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0.Glenn Ruben Bakke
2019-03-15nrf/board: Migrate nrf52840 target to new BLE stack.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0.Glenn Ruben Bakke
2019-03-15nrf/board: Migrate all nrf52832 targets to new BLE stack.Glenn Ruben Bakke
2019-03-15nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1.Nguyen Hoan Hoang
2019-03-14stm32/stm32_it: Guard UART7_IRQHandler with check for UART7 define.roland van straten
2019-03-14ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code.Damien George
2019-03-14esp32/machine_pin: Add new PULL_HOLD pin pull mode.Damien George
2019-03-14esp32/machine_pin: Make it so None as pull value disables pull up/down.Damien George
2019-03-13javascript: Fix Emscripten async load, and to compile with modern clang.Wolf Vollprecht
2019-03-13javascript: Add new port targeting JavaScript via Emscripten.Rami Ali
2019-03-12zephyr/prj_frdm_kw41z.conf: Add new board configuration.Maureen Helm
2019-03-12zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.Maureen Helm
2019-03-12zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr.Paul Sokolovsky
2019-03-12zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE.Paul Sokolovsky
2019-03-12zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP".Paul Sokolovsky
2019-03-12zephyr/modzephyr: Revamp stacks_analyze() call.Paul Sokolovsky
2019-03-12esp32/mphalport: Use ets_delay_us for mp_hal_delay_us_fast.Damien George
2019-03-11esp32/Makefile: Add some missing IDF source files to bootloader and app.Damien George
2019-03-08esp32/modnetwork: Remove redundant esp_log include.Petr Kracík
2019-03-08esp32/modnetwork: Implement RSSI for WiFi STA via WLAN.status('rssi').Petr Kracík
2019-03-08stm32/usb: Allow to override USB strings & VID/PID in app and mboot.Andrew Leech
2019-03-08stm32/qspi: Set pin speed to very-high and allow to config some options.Andrew Leech
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Allow registration of modules at their definition.Andrew Leech
2019-03-08stm32: Allow to build with threading with the GIL disabled.Damien George
2019-03-08unix/Makefile: Update coverage tests to match those in Travis.Damien George
2019-03-08minimal/frozentest: Recompile now that mpy format and version changed.Damien George
2019-03-07stm32/mboot: Update to match latest oofatfs version.Jim Mussared
2019-03-05minimal/frozentest: Recompile now that mpy format changed.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-03-05stm32: Add compile-time option to use HSI as clock source.Francisco J. Manno
2019-03-04stm32/boards: Update to use new build config for lwip component.Damien George
2019-03-04stm32: Use global lwip build config and support building without lwip.Damien George
2019-03-04stm32/boards/STM32F769DISC: Use external QSPI flash to store some code.Damien George
2019-03-04stm32/Makefile: Allow a board to specify its linker sections for FW.Damien George
2019-03-01stm32/qspi: Enable sample shift and disable timeout counter.Damien George
2019-03-01cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.Damien George
2019-02-28esp8266/modmachine: Call ets_event_poll after waiti in machine.idle.Damien George
2019-02-26stm32/boards/NUCLEO_F429ZI: Enable lwIP and Ethernet peripheral.Damien George
2019-02-26stm32/boards/STM32F769DISC: Enable lwIP and Ethernet peripheral.Damien George