summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2019-02-01Fix built-in inits and terminal allocateScott Shawcroft
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-31Remove Sprite referencesScott Shawcroft
2019-01-31More improvements to Terminal:Scott 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-31Merge pull request #1503 from hathach/nrf-tinyusb-sdDan Halbert
2019-01-30Updates devices.h to include the W25Q32FV flash chip that is on the SparkFun ...Elias Santistevan
2019-01-30refactor nrfx from supervisor/usb.chathach
2019-01-30re-init usb hardware when enable/disable SDhathach
2019-01-29update tinyusb, work better with sdhathach
2019-01-18Improvements thanks to danh's reviewScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2018-12-20Don't check for corrupt heap too early; Fix QSPI timingDan Halbert
2018-12-07Fix unused parameterScott Shawcroft
2018-12-06Fix unixScott Shawcroft
2018-12-06Add stack.c stub for mpy-crossScott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-12-04Add correct flash chip for Particle Mesh boardsScott Shawcroft
2018-12-04Add particle boards, fix cp32 and try to speed up atmel buildScott Shawcroft
2018-11-30Fix up spi flash defineScott Shawcroft
2018-11-27Fix QSPI on Feather nRF52840Scott Shawcroft
2018-11-23Update tinyusb to include control fixes.Scott Shawcroft
2018-11-14Factor out of external flash as well.Scott Shawcroft
2018-11-14Factor out fake partitionScott Shawcroft
2018-11-14start debugScott Shawcroft
2018-11-09Only write to usb when its around.Scott Shawcroft
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-09Incorporate feedback: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-31add pin claiming to devicesDan Halbert
2018-08-16Fix esp and samdScott Shawcroft
2018-08-16fix mpy-crossScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-16Fix crash due to unsigned index and 0 boundary loop.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Merge pull request #1057 from tannewt/flexible_heapDan Halbert
2018-08-02Add todo for handling improper free.Scott Shawcroft
2018-08-02Share memory.c and a bit of polish.Scott Shawcroft
2018-08-02Move pin struct to the peripherals library.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