11354 Commits (0da47ecc93d3d12095e8d2df2ed80597f2ff4dd4)
 

Author SHA1 Message Date
Jim Mussared 0da47ecc93 stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports. 5 years ago
Jim Mussared cb5994d96e unix/modmachine: Add machine.idle(), implemented using sched_yield. 5 years ago
Damien George 4fa6d939d6 tests/extmod: Add btree test for errors raised by btree DB library. 5 years ago
Damien George bd6ca15444 py/modio: Allow uio.IOBase streams to return errno for read/write error. 5 years ago
Damien George e08ca78f40 py/stream: Remove mp_stream_errno and use system errno instead. 5 years ago
Jim Mussared 57fce3bdb2 py/objdict: Fix popitem for ordered dicts. 5 years ago
Jim Mussared 347c8917dc extmod/nimble: Update to work with NimBLE 1.3. 5 years ago
Jim Mussared 0dceab0ddf lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0. 5 years ago
Krsna Mahapatra 0bfd55afbe README: Fix small typo, dfeault -> default. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
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