summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-28Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-mergeDan Halbert
2018-07-28merge finishedDan Halbert
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-17arturo182 reviewhathach
2018-07-17should fix #1021hathach
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-07-10code formathathach
2018-07-10try to fix travis build errorhathach
2018-07-10Merge branch 'master' into nrf52840_usbboothathach
2018-07-10generate uf2 by defaulthathach
2018-07-05implement msc with internal_flash apihathach
2018-07-04add usb msc support for nrf52840hathach
2018-07-04update tusbhathach
2018-07-03Long-live code.py itself.Scott Shawcroft
2018-07-03update tools/uf2 to have family supporthathach
2018-07-03add tinyusb as submodulehathach
2018-05-28lib/stm32lib: Update library to include support for STM32F0 MCUs.Damien George
2018-05-17update nrfutil to 0.5.2d with singlebank optionhathach
2018-05-17lib/lwip: Update lwIP to v2.0.3, tag STABLE-2_0_3_RELEASE.Damien George
2018-05-07uzlib: convert to submoduleJeff Epler
2018-04-09Prevent a heap pointer from living on the stack longer than we need.Scott Shawcroft
2018-03-25lib/stm32lib: Update library for fix to H7 SPI strict aliasing error.Damien George
2018-03-09lib/stm32lib: Update library to include support for STM32H7 MCUs.Damien George
2018-02-16Updated nrfutil to 0.5.2b for nRF52840 erase time fixmicrobuilder
2018-02-13lib/utils/pyexec: Update to work with new MICROPY_HW_ENABLE_USB option.Damien George
2018-01-31lib/utils/pyexec.h: Include py/obj.h because its decls are needed.Damien George
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-21nRF52 update with internal file system supportmicrobuilder
2017-12-15lib/tinytest: Clean up test reporting in the presence of stdout output.Paul Sokolovsky
2017-12-13lib/upytesthelper: MicroPython test helper layer on top of tinytest.Paul Sokolovsky
2017-12-08lib/tinytest: Move from tools/tinytest.Paul Sokolovsky
2017-11-23Revert "Supervisor REPL support for ports/nrf/boards/feather52"Kevin Townsend
2017-11-23Supervisor REPL support for ports/nrf/boards/feather52Kevin Townsend
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-05axtls: Update, exposes AES functions to implement ECB chiper mode.Paul Sokolovsky
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-29lib/axtls: Update, support for SSL_EAGAIN return code.Paul Sokolovsky
2017-10-24Merge commit 'f57be61' into nrf2_mergeScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-23Merge 2.1.0 changes into master.Dan Halbert
2017-10-10lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.Damien George
2017-10-04ports/nrf: Upmerging port with upstream masterGlenn Ruben Bakke
2017-10-04lib/libm: Fix tanhf so that it correctly handles +/- infinity args.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-22lib/embed/abort_: Use mp_raise_msg helper function.Damien George
2017-09-10berkeley-db-1.xx: Update, allow to override MINCACHE, DEFPSIZE.Paul Sokolovsky
2017-09-06Ctrl-C was causing a soft-reset in REPL.Dan Halbert
2017-08-29stmhal: Update to new STM Cube HAL library.Damien George
2017-08-29lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.Damien George