summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2021-03-25Fix devices include by splitting type from definesScott Shawcroft
2021-03-25Switch devices.h to nvm.toml dataScott Shawcroft
2021-03-23Merge pull request #4446 from tannewt/rp2040_flashDan Halbert
2021-03-23[spi_flash] handle reentrance gracefullyArtyom Skrobov
2021-03-22Merge pull request #4462 from jepler/disable-usb-cdcScott Shawcroft
2021-03-22Merge remote-tracking branch 'adafruit/main' into rp2040_flashScott Shawcroft
2021-03-22make declatations of usb_msc_ routines conditionalJeff Epler
2021-03-22fix for MX25R1635F QSPI mode of operationLinar Yusupov
2021-03-18Redo RP2040 flash settingsScott Shawcroft
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