summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-09Revert "circuitpy_mpconfig: Disable flash multi-partition"Jeff Epler
2021-03-08Merge pull request #4354 from jepler/disable-fat-partitionScott Shawcroft
2021-03-07Automatically count EXTERNAL_FLASH_DEVICES (mk2)Jeff Epler
2021-03-07Automatically count EXTERNAL_FLASH_DEVICESJeff Epler
2021-03-07circuitpy_mpconfig: Disable flash multi-partitionJeff Epler
2021-03-03Merge pull request #4315 from dhalbert/rp2040-i2c-short-writesDan Halbert
2021-03-02Merge pull request #4306 from Neradoc/fix-reset-to-safeDan Halbert
2021-03-02Merge remote-tracking branch 'adafruit/main' into rp2040-i2c-short-writesDan Halbert
2021-03-02wipDan Halbert
2021-03-02allow the safe mode danse if RESET_REASON_UNKNOWNNeradoc
2021-02-27Replace displaio.Group.children with a python listRadomir Dopieralski
2021-02-27displaio: don't store group children native objectRadomir Dopieralski
2021-02-27Fix for CIRCUITPY_USB_MSC=0Radomir Dopieralski
2021-02-24Add the missing argument to the HID functionsKamil Tomaszewski
2021-02-22fix length of generated serial number descriptorJeff Epler
2021-02-21USB descriptors: Save flash storage for serial numberJeff Epler
2021-02-18fix some buildsDan Halbert
2021-02-15wip: usb_cdc.serialsDan Halbert
2021-02-12wipDan Halbert
2021-02-11merge from upstream; complicated webusb mergeDan Halbert
2021-02-08wipDan Halbert
2021-02-05Merge pull request #4122 from hathach/fix-3986Dan Halbert
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2021-02-04Changed URLKevin Banks
2021-02-04add usb_background_schedule()hathach
2021-02-03Merge branch 'main' into webusb (trying to get CI back online)Kevin Banks
2021-02-03hack to fix 3986hathach
2021-01-26BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO.Kevin Banks
2021-01-25Most of the code we need has been pulled in from the tinyusb webusb_serial de...Kevin Banks
2021-01-21Switch to upstream TinyUSBScott Shawcroft
2021-01-21Fix ESP buildScott Shawcroft
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-12Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-11Merge pull request #3973 from kattni/update-code-pyDan Halbert
2021-01-11Adding escape characters.Kattni Rembor
2021-01-11Update created code.py file formatting.Kattni Rembor
2021-01-09background tasks: Add, use port_wake_main_taskJeff Epler
2021-01-08avoid inline compile errorsDan Halbert
2021-01-04Fix size of memset in board_reset_user_neopixels()DavePutz
2020-12-26Add include to tick.c for mp_hal_is_interrupted()Dan Halbert
2020-12-23Merge branch 'main' into pin_alarmDan Halbert
2020-12-22Merge pull request #3862 from dhalbert/storage-remountScott Shawcroft
2020-12-22Merge pull request #3864 from djix123/w25q64fvDan Halbert
2020-12-22Add support for Winbond W25Q64FVJonathan Giles
2020-12-21unmounted filesystems start as ejectedDan Halbert
2020-12-21Merge pull request #3824 from skerr92/add_more_spi_flashDan Halbert
2020-12-17Update devices.hHany Elkomy
2020-12-16removed comments on 64MiB SPI flash causing build test issuesSeth Kerr
2020-12-15Add alarm.pin that wakes on pin levelScott Shawcroft