11344 Commits (d6243568a05d423b58522435c3779975acbf56dd)
 

Author SHA1 Message Date
stijn d6243568a0 all: Remove commented-out include statements. 5 years ago
Thorsten von Eicken 1ae7e0e561 esp32: Consolidate check_esp_err functions and add IDF error string. 5 years ago
Thorsten von Eicken a177831c46 esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. 5 years ago
Damien George 6a1c7ea815 README: Update Travis CI links to point to travis-ci.com. 5 years ago
Damien George 6e2871df59 tools/check_code_size.sh: Remove unused script. 5 years ago
Damien George 8267f0866c travis: Use tools/metrics.py to compute size diff of minimal ports. 5 years ago
Damien George 17dc86369f tools/metrics.py: Use OrderedDict when reading build log. 5 years ago
Damien George 1cc24cd39a tools/metrics.py: Don't build mpy-cross if not needed by any ports. 5 years ago
Damien George a4423570e2 tools/metrics.py: Add option to diff to error if delta above threshold. 5 years ago
Damien George 388d419ba3 py/makecompresseddata.py: Make compression deterministic. 5 years ago
Thomas Friebel 1b1ceb67b2 docs/library: Document that char_data/notify_data are also references. 5 years ago
Andrew Leech 8ee2e1fdbc stm32/mboot: Expose custom DFU USB VID/PID values at makefile level. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
stijn f31f9a8b70 py/objint: Do not use fpclassify. 5 years ago
stijn 70affd9ba2 all: Fix implicit floating point to integer conversions. 5 years ago
stijn bcf01d1686 all: Fix implicit conversion from double to float. 5 years ago
stijn dc4d119d3d py/objarray: Fix sign mismatch in comparison. 5 years ago
stijn 7fb9edf436 tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT. 5 years ago
stijn 0ba68f8a1d all: Fix implicit floating point promotion. 5 years ago
stijn b909e8b2dd Revert "all: Fix implicit casts of float/double, and signed comparison." 5 years ago
stijn 4677315a01 travis: Finish jobs early after test failure. 5 years ago
stijn 91a6ddc78a travis: Decrease build duration by starting OSX build early. 5 years ago
Martin Fischer 28833690bb stm32/mboot/README: Clarify that mboot can access FAT formatted FS only. 5 years ago
Martin Fischer 7942d0b688 stm32/storage: Fix start address of second, internal block device. 5 years ago
David Lechner 6943fb60fe mpy-cross/main: Print uncaught nlr jump to stderr. 5 years ago
David Lechner 803e5eadea mpy-cross/main: Fix stderr_print_strn parameter type. 5 years ago
Damien George f534b99765 esp32: Update to ESP IDF v3.3.2. 5 years ago
Damien George 2725a79192 py: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled. 5 years ago
Damien George 5f0661b4fe extmod/uasyncio: Change cannot to can't in error message, and test exp. 5 years ago
Romain Goyet bd63c26dd5 py/scope: Add assert to check that low numbered qstrs do fit in uint8_t. 5 years ago
Damien George 7654907e1e py/makecompresseddata.py: Don't prefix str with mark if not compressed. 5 years ago
Damien George 8e048d2548 all: Clean up error strings to use lowercase and change cannot to can't. 5 years ago
Damien George db137e70dc extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
David Lechner 1bbc15dd15 unix/Makefile: Fix regression using install on non-GNU systems. 5 years ago
Jim Mussared 8470cd0be9 py/scheduler: Add assert that scheduler is locked when unlocking. 5 years ago
Jim Mussared 243805d776 py/scheduler: Fix race in checking scheduler pending state. 5 years ago
Jim Mussared c2cfbcc8d4 unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros. 5 years ago
Jim Mussared 45cf76465c unix: Fix behaviour of COPT/NDEBUG for unix variants. 5 years ago
stijn f66c989516 tests/run-tests: Make diff tool user configurable. 5 years ago
Thorsten von Eicken e880c8dfaa travis: Split esp32 ESP-IDF v3 and v4 builds to separate jobs. 5 years ago
Peter Hinch 7409467361 docs/library: Note that uasyncio.wait_for() can raise exception. 5 years ago
Damien George d6f80963df esp32/espneopixel: Use integer arithmetic to compute timing values. 5 years ago
Damien George e292296d52 py/objexcept: Remove optional TimeoutError exception. 5 years ago
Damien George 4914731e58 py/parse: Remove unnecessary check in const folding for ** operator. 5 years ago
Damien George a5f2ae10fe tests/extmod: Update littlefs test output to match new library version. 5 years ago
Damien George 7a07e71915 lib/littlefs: Update littlefs2 to v2.2.0. 5 years ago
stijn bd5633778f travis: Make OSX build work again by not installing pkgconfig. 5 years ago
Damien George c5a21a94f8 extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics. 5 years ago
Damien George 899e89d4c6 extmod/btstack: Pass through SCAN_RSP events. 5 years ago
Damien George fa285be9d7 lib/btstack: Update to latest master btstack commit. 5 years ago