aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-18py/objint: Do not use fpclassify.stijn
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-04-18all: Fix implicit conversion from double to float.stijn
2020-04-18py/objarray: Fix sign mismatch in comparison.stijn
2020-04-18tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.stijn
2020-04-18all: Fix implicit floating point promotion.stijn
2020-04-18Revert "all: Fix implicit casts of float/double, and signed comparison."stijn
2020-04-18travis: Finish jobs early after test failure.stijn
2020-04-18travis: Decrease build duration by starting OSX build early.stijn
2020-04-16stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.Martin Fischer
2020-04-16stm32/storage: Fix start address of second, internal block device.Martin Fischer
2020-04-16mpy-cross/main: Print uncaught nlr jump to stderr.David Lechner
2020-04-16mpy-cross/main: Fix stderr_print_strn parameter type.David Lechner
2020-04-14esp32: Update to ESP IDF v3.3.2.Damien George
2020-04-14py: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled.Damien George
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-04-13py/scope: Add assert to check that low numbered qstrs do fit in uint8_t.Romain Goyet
2020-04-13py/makecompresseddata.py: Don't prefix str with mark if not compressed.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-13unix/Makefile: Fix regression using install on non-GNU systems.David Lechner
2020-04-13py/scheduler: Add assert that scheduler is locked when unlocking.Jim Mussared
2020-04-13py/scheduler: Fix race in checking scheduler pending state.Jim Mussared
2020-04-13unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros.Jim Mussared
2020-04-13unix: Fix behaviour of COPT/NDEBUG for unix variants.Jim Mussared
2020-04-13tests/run-tests: Make diff tool user configurable.stijn
2020-04-13travis: Split esp32 ESP-IDF v3 and v4 builds to separate jobs.Thorsten von Eicken
2020-04-09docs/library: Note that uasyncio.wait_for() can raise exception.Peter Hinch
2020-04-09esp32/espneopixel: Use integer arithmetic to compute timing values.Damien George
2020-04-09py/objexcept: Remove optional TimeoutError exception.Damien George
2020-04-09py/parse: Remove unnecessary check in const folding for ** operator.Damien George
2020-04-09tests/extmod: Update littlefs test output to match new library version.Damien George
2020-04-09lib/littlefs: Update littlefs2 to v2.2.0.Damien George
2020-04-07travis: Make OSX build work again by not installing pkgconfig.stijn
2020-04-07extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.Damien George
2020-04-07extmod/btstack: Pass through SCAN_RSP events.Damien George
2020-04-07lib/btstack: Update to latest master btstack commit.Damien George
2020-04-07drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting.robert-hh
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-04-05py/objexcept: Allow compression of exception message text.Jim Mussared
2020-04-05windows: Update genhdr.targets to match makeqstrdefs.py args.Jim Mussared
2020-04-05py: Implement "common word" compression scheme for error messages.Jim Mussared
2020-04-05extmod/modubinascii: Make code private and module self-contained.Jim Mussared
2020-04-05py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.Jim Mussared
2020-04-05stm32/Makefile: Add missing ordering dependency on generated headers.Jim Mussared
2020-04-05py: Use preprocessor to detect error reporting level (terse/detailed).Jim Mussared
2020-04-04esp32: Change from FAT to littlefs v2 as default filesystem.Damien George
2020-04-04travis: Build GENERIC_1M board as part of esp8266 job.Damien George