summaryrefslogtreecommitdiff
path: root/supervisor/supervisor.mk
AgeCommit message (Expand)Author
2020-01-23reset NeoPixels on CPB on soft reloadDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-05wipDan Halbert
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-11-12Allow boards to change the "CircuitPython" text in their USB interface descri...Thea Flowers
2019-10-21Refine _bleioScott Shawcroft
2019-10-15Merge remote-tracking branch 'adafruit/master' into bonding1Dan Halbert
2019-10-08Merge branch 'master' into circuitpython-number-endpointkamtom480
2019-10-08Use boolean type for renumber_endpointsKamil Tomaszewski
2019-10-07Add HID OUTKamil Tomaszewski
2019-10-07Add validationKamil Tomaszewski
2019-10-07Add an alternative way to number the USB endpointsKamil Tomaszewski
2019-10-06WIP: bondingDan Halbert
2019-10-04Add a way to change max packet size for MSCKamil Tomaszewski
2019-09-04Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xacDan Halbert
2019-09-04use only one endpoint pair for MSC except on SAMD21Dan Halbert
2019-09-04Reverted descriptor changes pending HID restructuringHierophect
2019-09-03WIPDan Halbert
2019-08-19Add warnings, cosmetic fixes, remove vestigial modulesHierophect
2019-08-15Fix flash size, add filesystem disable flagHierophect
2019-08-15Add conditional endpoints to descriptor scriptHierophect
2019-07-26Add CDC REPL accessHierophect
2019-07-22Cleanup missed itemsHierophect
2019-07-22Add feature conditionals and clean upHierophect
2019-07-18Makefile cleanupHierophect
2019-07-18Deinit-capable USB on 411Hierophect
2019-07-17Add missing files for DigitalIOHierophect
2019-06-28remove build, fix link issues)Hierophect
2019-06-28first commit, very crudeHierophect
2019-04-12Update font location and shrink a bunch of buildsScott Shawcroft
2019-04-12Update supervisor.mkhexthat
2019-04-12Allow overriding the font per board definitionRadomir Dopieralski
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-02-18Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...Dan Halbert
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-31Begin font parsing and packing for terminalScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-11-23Update tinyusb to include control fixes.Scott Shawcroft
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Share memory.c and a bit of polish.Scott Shawcroft
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
2017-10-10atmel-samd: Add support for internal filesystems. (#311)Scott Shawcroft
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft