summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2020-12-26Add include to tick.c for mp_hal_is_interrupted()Dan Halbert
2020-12-23Merge branch 'main' into pin_alarmDan Halbert
2020-12-22Merge pull request #3862 from dhalbert/storage-remountScott Shawcroft
2020-12-22Merge pull request #3864 from djix123/w25q64fvDan Halbert
2020-12-22Add support for Winbond W25Q64FVJonathan Giles
2020-12-21unmounted filesystems start as ejectedDan Halbert
2020-12-21Merge pull request #3824 from skerr92/add_more_spi_flashDan Halbert
2020-12-17Update devices.hHany Elkomy
2020-12-16removed comments on 64MiB SPI flash causing build test issuesSeth Kerr
2020-12-15Add alarm.pin that wakes on pin levelScott Shawcroft
2020-12-14fixing line comment issue with CI build testsSeth Kerr
2020-12-14this should be it.Seth Kerr
2020-12-08Fix build and more commentsScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
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