10097 Commits (74d07469f276aff862a99423ded03f08ec5006b3)
 

Author SHA1 Message Date
Andrew Leech 74d07469f2 extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails. 6 years ago
roland van straten d396a7e10d stm32/system_stm32: Provide default value for HSI calibration. 6 years ago
rhubarbdog 869a8b70ce tools/pyboard.py: Add missing line from example usage comments. 6 years ago
Romain Goyet dce785cc3d py/nlrthumb: Add support for iOS where the C func is _nlr_push_tail. 6 years ago
Andrew Leech 8977c7eb58 py/scheduler: Convert micropythyon.schedule() to a circular buffer. 6 years ago
Maureen Helm 2befcb8a9d zephyr/i2c: Add support for hardware i2c. 6 years ago
Damien George 673db939b5 esp32/machine_pin: Rework pull mode config to fix GPIO hold feature. 6 years ago
Glenn Ruben Bakke e0c6dfe90a nrf/readme: Add section about LTO. 6 years ago
Damien George 440462b18e py/runtime: Remove long-obsolete MICROPY_FSUSERMOUNT init code. 6 years ago
Dave Hylands ec6e62efc2 stm32/mboot: Set USE_MBOOT=1 by default in the Makefile. 6 years ago
Glenn Ruben Bakke 696549d2e5 nrf/bluetooth: Deprecate use of SoftDevice s140 v6.0.0. 6 years ago
Glenn Ruben Bakke a3a266a9c3 nrf/board: Migrate nrf52840 target to new BLE stack. 6 years ago
Glenn Ruben Bakke d3c1436e75 nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1. 6 years ago
Glenn Ruben Bakke 1e5e3e3d48 nrf/bluetooth: Deprecate use of SoftDevice s132 v6.0.0. 6 years ago
Glenn Ruben Bakke 5f26ef1112 nrf/board: Migrate all nrf52832 targets to new BLE stack. 6 years ago
Nguyen Hoan Hoang e8ed2dea71 nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1. 6 years ago
roland van straten c9eb7eb449 stm32/stm32_it: Guard UART7_IRQHandler with check for UART7 define. 6 years ago
Damien George c7d19dc0ad ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code. 6 years ago
Damien George 5a6026c614 py/compile: Check that arch is set when compiling native, viper or asm. 6 years ago
Damien George 55fcb83a42 py/compile: Support multiple inline asm emitters. 6 years ago
Damien George 9c9bc65e74 mpy-cross: Add "-march=<arch>" option to select native emitter. 6 years ago
Damien George d9d92f27d7 py/compile: Add support to select the native emitter at runtime. 6 years ago
Damien George 0e4c24ec08 py/nativeglue: Rename native convert funs to match other native helpers. 6 years ago
Damien George 3b973a5658 py: Move mp_native_type_from_qstr() from emitnative.c to nativeglue.c. 6 years ago
Damien George 28c2873d99 docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD. 6 years ago
Damien George 6fa830bfd8 docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls. 6 years ago
Damien George ddc934631c esp32/machine_pin: Add new PULL_HOLD pin pull mode. 6 years ago
Damien George 349b54525e esp32/machine_pin: Make it so None as pull value disables pull up/down. 6 years ago
Wolf Vollprecht ea2fcdd338 javascript: Fix Emscripten async load, and to compile with modern clang. 6 years ago
Rami Ali 7d675f3a17 javascript: Add new port targeting JavaScript via Emscripten. 7 years ago
Wolf Vollprecht 921b999225 extmod/moduselect: Adjust select_select and poll_register to use size_t. 6 years ago
Martin Fischer 912e957512 docs/develop: Fix typos in C-module example for example_add_ints. 6 years ago
johnthagen ea95bdc1ca docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref. 6 years ago
johnthagen d390ad9053 docs/pyboard: Add link to pyboard v1.1 schematic and layout PDF. 6 years ago
Damien George 68a5d6fe77 extmod/modlwip: Fix case where concurrency lock isn't released on error. 6 years ago
Maureen Helm 493ee7df18 zephyr/prj_frdm_kw41z.conf: Add new board configuration. 6 years ago
Maureen Helm 7748375b6e zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor. 6 years ago
Paul Sokolovsky 6d82499a48 zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr. 6 years ago
Paul Sokolovsky 755b0b807b zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE. 6 years ago
Paul Sokolovsky 21fc0c448e zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP". 6 years ago
Paul Sokolovsky a42c1d9fd5 zephyr/modzephyr: Revamp stacks_analyze() call. 6 years ago
Damien George 297092a76a esp32/mphalport: Use ets_delay_us for mp_hal_delay_us_fast. 6 years ago
Damien George fcace26d87 esp32/Makefile: Add some missing IDF source files to bootloader and app. 6 years ago
Petr Kracík 41e7ad647e esp32/modnetwork: Remove redundant esp_log include. 6 years ago
Petr Kracík 73c48b1b45 esp32/modnetwork: Implement RSSI for WiFi STA via WLAN.status('rssi'). 6 years ago
Andrew Leech 5688c9ba09 stm32/usb: Allow to override USB strings & VID/PID in app and mboot. 6 years ago
Andrew Leech 0c60cb1fc4 stm32/qspi: Set pin speed to very-high and allow to config some options. 6 years ago
Andrew Leech 2ed2ec1711 drivers/memory/spiflash: Rework wait_sr to fix uninit'd variable 'sr'. 6 years ago
Andrew Leech 89ff506513 py: Update and rework build system for including external C modules. 6 years ago
Ayke van Laethem 2e516074da py: Implement a module system for external, user C modules. 6 years ago