summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2019-03-14Long live shared bus singletonsScott Shawcroft
2019-03-12Stub out safe mode for mpy-crossScott Shawcroft
2019-03-12Enter safe mode when an allocation is attempted on an uninitialized heap.Scott Shawcroft
2019-02-21Merge pull request #1584 from tannewt/disable_concurrent_write_protectionDan Halbert
2019-02-21Fix unix build by using filesystem stubScott Shawcroft
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2019-02-19Merge pull request #1552 from tannewt/onsdbitmapDan Halbert
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-18Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most use...Dan Halbert
2019-02-16Merge pull request #1553 from tannewt/group_childrenDan Halbert
2019-02-15address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZEDan Halbert
2019-02-15Store the original layer in GroupScott Shawcroft
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-02-07Make several const char / const char * arrays static to save a bit of space.Lionel Debroux
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