10060 Commits (6d82499a487a5f528e268c6d0415393965a75587)
 

Author SHA1 Message Date
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
Andrew Leech cf22f4793c py: Allow registration of modules at their definition. 6 years ago
Damien George e4ac104b7f stm32: Allow to build with threading with the GIL disabled. 6 years ago
Damien George 1e23a29c8a tests/import: Add test for importing x64 native code. 6 years ago
Damien George c6a9bb23cd unix/Makefile: Update coverage tests to match those in Travis. 6 years ago
Damien George 6e11d86318 tools/upip.py: Use "raise arg" instead of no-arg raise form, for native. 6 years ago
Damien George 2bcb240b55 travis: Enable test for running native code via mpy. 6 years ago
Damien George 69955238a2 tests/run-tests: Support running native tests via mpy. 6 years ago
Damien George 31d2d83e79 mpy-cross: Enable building of x64 native .mpy files. 6 years ago
Damien George 7852b287df minimal/frozentest: Recompile now that mpy format and version changed. 6 years ago
Damien George 9a5f92ea72 py/persistentcode: Bump .mpy version to 4. 6 years ago
Damien George ea3c80a514 tools/mpy-tool.py: Add support for freezing native code. 6 years ago
Damien George 1396a026be py: Add support to save native, viper and asm code to .mpy files. 6 years ago
Damien George 636ed0ff8d py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native. 6 years ago
Damien George 3986820912 py/emitnative: Adjust accounting of size of const_table. 6 years ago
Damien George 205edb4305 py/emitnative: Provide concentrated points of qstr emit. 6 years ago
Damien George 01a1f31f67 py/emitnative: Consolidate where HASCONSTS is set to load-const-obj fun. 6 years ago
Damien George 02cc288edb py: Add independent config for debugging sentinel object values. 6 years ago
Jim Mussared f2ebee9cf1 stm32/mboot: Update to match latest oofatfs version. 6 years ago
Damien George 350dbb89e6 lib/oofatfs: Update oofatfs library to fix issue with logic not. 6 years ago
Damien George 62483bb957 minimal/frozentest: Recompile now that mpy format changed. 6 years ago
Damien George 4f0931b21f py/persistentcode: Define static qstr set to reduce size of mpy files. 6 years ago
Damien George 992a6e1dea py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size. 6 years ago
Damien George 5996eeb48f py/persistentcode: Add a qstr window to save mpy files more efficiently. 6 years ago
Damien George 5a2599d962 py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP. 6 years ago
Damien George 6f9e3ff719 py/vm: Remove currently_in_except_block variable. 6 years ago
Damien George e1fb03f3e2 py: Fix VM crash with unwinding jump out of a finally block. 6 years ago
Damien George b5f33ac2cb ports: Update to work with new oofatfs version. 6 years ago
Damien George e959f21986 extmod/vfs_fat: Update for new oofatfs version. 6 years ago
Damien George 7eadcaa8c6 lib/oofatfs: Update ffconf.h config for new oofatfs version. 6 years ago
Damien George 1a24bac6cb lib/oofatfs: Update oofatfs library to R0.13c working branch. 6 years ago
Francisco J. Manno f938e70c69 stm32: Add compile-time option to use HSI as clock source. 6 years ago
Damien George e61862d063 stm32/boards: Update to use new build config for lwip component. 6 years ago
Damien George 78fe979d7d stm32: Use global lwip build config and support building without lwip. 6 years ago
Damien George 871954d75c py/py.mk: Update lwip build config to work with latest lwip version. 6 years ago
Damien George 84479569de stm32/boards/STM32F769DISC: Use external QSPI flash to store some code. 6 years ago
Damien George c8bbf2c170 stm32/Makefile: Allow a board to specify its linker sections for FW. 6 years ago
Tom Collins 2d644ac455 py/objexcept: Fix hash of exc str created in mp_obj_new_exception_msg. 6 years ago