summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2019-12-18cherry-pick jepler's huffman size reductionScott Shawcroft
2019-09-01Fix status DotStar writingDan Halbert
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-07-09Merge pull request #1925 from C47D/rgb_statusScott Shawcroft
2019-07-08[rgb status] Adjust to current brightnessC47D
2019-07-07[rgb status] Also invert the pwm values on clear_temp_statusC47D
2019-07-06[rgb led status] Add CP_RGB_STATUS_PWM_INVERTED symbol to invert pwm signals.C47D
2019-07-06Fix up nrf so that it is initialized properly. Also, do not resetScott Shawcroft
2019-06-26Properly reset the terminal each init.Scott Shawcroft
2019-06-14Create a /lib directory when creating the filesystem.Craig Forbes
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-04[supervisor/shared/rgb_led_status.c] Initial support for RGB led as StatusCarlos
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-09Merge pull request #1869 from tannewt/fix_programmatic_safe_modeDan Halbert
2019-05-09Rework safe mode so we can trigger on all resetsScott Shawcroft
2019-05-08Update `on_next_reset` for new safe mode.Scott Shawcroft
2019-05-08Make status light flash blue for incompatible mpy (fixes #1369)Terri Oda
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-04-05Fix crash when getting board.SPI outside the VMScott Shawcroft
2019-04-05Merge remote-tracking branch 'adafruit/master' into usb-disconnectDan Halbert
2019-04-04@hathach's changes; check cdc connected during string writeDan Halbert
2019-04-04update tinyusb to fix disconnect/suspend issue with #1681hathach
2019-04-04Support multi-byte values with BitmapScott Shawcroft
2019-04-03Rework flash flush so it preserves the cacheScott Shawcroft
2019-04-03Set the terminal tilegrid NULL after freeScott Shawcroft
2019-03-26Make status LED brightness change immediate.Scott Shawcroft
2019-03-26Merge pull request #1672 from dhalbert/regular-fs-flushScott Shawcroft
2019-03-25reset flush timer on call to filesystem_flush()Dan Halbert
2019-03-20flush flash filesystem once a secondDan Halbert
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
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