summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-05fix tinyusb cdc issuehathach
2018-09-25update nrfx to 1.3.0hathach
2018-09-09uzlib: Upgrade to uzlib v2.9 releaseJeff Epler
2018-08-28Merge pull request #1146 from hathach/nrf52_usb_serial_bugDan Halbert
2018-08-28update tinyusb to fix #1007 serial issuehathach
2018-08-25Fix os.stat() to use 1970 epochNoralf Trønnes
2018-08-22Merge branch 'master' into nrf52_dfu_touch1200hathach
2018-08-21add touch 1200 for dfu-flashhathach
2018-08-17Merge pull request #1064 from notro/i2cslaveScott Shawcroft
2018-08-16Fix esp and samdScott Shawcroft
2018-08-16Add i2cslave.I2CSlave bindingsNoralf Trønnes
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-08-01Merge branch 'master' into nrf52840_usb_hidhathach
2018-08-01update tinyusbhathach
2018-07-31hid keyboard and mouse work wellhathach
2018-07-31workaround to use lib/utils/interrupt_char.chathach
2018-07-31update tinyusb, set scsi sense key for unsupported commandshathach
2018-07-30Merge pull request #1068 from dhalbert/micropython-25ae98f-mergeScott Shawcroft
2018-07-28Merge remote-tracking branch 'adafruit/master' into micropython-25ae98f-mergeDan Halbert
2018-07-28merge finishedDan Halbert
2018-07-28 '/' and '\' are also acceptable ends of the path nowLeszek Jakubowski
2018-07-27house keepinghathach
2018-07-27add usb msc callback descriptionhathach
2018-07-26update tusb libhathach
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