summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2020-12-02Merge pull request #3767 from dhalbert/sleepScott Shawcroft
2020-11-30Eliminate goto.Christian Walther
2020-11-29Optimize out allocation moving code on boards that don't need it.Christian Walther
2020-11-29Unify redundant low/high_address computation to save a bit of code size.Christian Walther
2020-11-28Make CIRCUITPY_SUPERVISOR_ALLOC_COUNT dependent on enabled features.Christian Walther
2020-11-28Fix align32_size().Christian Walther
2020-11-28Use movable allocation system for terminal tilegrid.Christian Walther
2020-11-28Add movable allocation system.Christian Walther
2020-11-27working! PinAlarm not implemented yet.Dan Halbert
2020-11-25merge from upstream + wipDan Halbert
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-20compilesDan Halbert
2020-11-19wip; not compiling yetDan Halbert
2020-11-19wipDan Halbert
2020-11-19displayio: When the display is tall, move blinka above the textJeff Epler
2020-11-16Merge remote-tracking branch 'adafruit/main' into sleepDan Halbert
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-11-13Save flash spaceScott Shawcroft
2020-10-31Merge pull request #3627 from adafruit/6.0.xDan Halbert
2020-10-30improve USB CDC disconnect/reconnect checkingDan Halbert
2020-10-27Start tweaking the workflow to sleepScott Shawcroft
2020-10-16Merge pull request #3482 from cwalther/allocJeff Epler
2020-10-12Finer grained, per port tick lockingScott Shawcroft
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
2020-10-02When there is not enough free space, but a matching hole on the other side, u...Christian Walther
2020-10-02Allow allocate_memory() to reuse holes when matching exactly.Christian Walther
2020-10-02Fix inconsistent supervisor heap.Christian Walther
2020-10-01Merge pull request #3469 from jepler/noreturnScott Shawcroft
2020-09-29Update make translate scriptmicroDev
2020-09-28Add some NORETURN attributesJeff Epler
2020-09-24supervisor: stub: make unimplemented safe_mode loop foreverJeff Epler
2020-09-17supervisor: Improve serial connection detectionJeff Epler
2020-09-16Merge pull request #3398 from jepler/better-dictionary-compressionScott Shawcroft
2020-09-15supervisor translate: explain the dictionaryJeff Epler
2020-09-13Update safe_mode.cmicroDev
2020-09-13Update safe mode reasonmicroDev
2020-09-14Small improvements to the dictionary compressionTaku Fukada
2020-09-12compression: Implement ciscorn's dictionary approachJeff Epler
2020-09-12Fix serial console output & add more boardsmicroDev
2020-09-11Added esp32s2 safe_mode & fixed user_safe_modemicroDev
2020-09-10Merge pull request #3370 from jepler/compression-bigramsScott Shawcroft
2020-09-08Fix decompression of unicode values above 2047Jeff Epler
2020-09-08translations: Make decompression clearerJeff Epler
2020-09-08Fix heap without PSRAM. Never set heap_size.Scott Shawcroft
2020-09-03Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-09-02Merge pull request #3344 from jepler/issue-3184Scott Shawcroft
2020-09-01add bigram compression to makeqstrdataJeff Epler
2020-09-01supervisor: Always allocate at least a 1x1 terminalJeff Epler