summaryrefslogtreecommitdiff
path: root/supervisor
AgeCommit message (Expand)Author
2020-03-20Initial work for STM32. Need to fix us delay and PulseIn still.Scott Shawcroft
2020-03-17Fix DotStar status LED init.Scott Shawcroft
2020-03-17Fix DotStar status LED init.Scott Shawcroft
2020-03-13Fix autoreload and ticks in generalScott Shawcroft
2020-03-13Hopefully fix flash flush and hopefully audio as well.Scott Shawcroft
2020-03-13Fix autoreload, neopixel, monotonic_ns and sleep w/o SDScott Shawcroft
2020-03-13First try at lowering the power consumptionScott Shawcroft
2020-02-25Merge pull request #2655 from jepler/thing51Jeff Epler
2020-02-25samd51 thing plus: new portjepler
2020-02-24Fix Mac crash when waking up with an ejected CIRCUITPYScott Shawcroft
2020-02-20Disable BLE file service for nowScott Shawcroft
2020-02-12Merge pull request #2615 from mubes/label-driveScott Shawcroft
2020-02-12Allow drive name to be set per target, with fallback to pre-existing behaviourDave Marples
2020-02-12Added fix to allow remount when usb enabled but msc is ejectedGadi Rotenberg
2020-02-06Add support for external flash device Winbond.com W25Q80DVLangston Nashold
2020-01-29Merge branch 'master' into stm32-meowbithierophect
2020-01-28Implement requested changesLucian Copeland
2020-01-27Merge pull request #2532 from tannewt/teensy4-devScott Shawcroft
2020-01-24pygamer and pybadge boards were not resetting neopixelsDan Halbert
2020-01-23reset NeoPixels on CPB on soft reloadDan Halbert
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2020-01-17Meowbit bus conflict WIPHierophect
2019-12-20Merge pull request #2390 from jepler/displayio-set-rotationScott Shawcroft
2019-12-17Improve USB eject by resetting on replugScott Shawcroft
2019-12-16displayio: make 'rotation' property settableJeff Epler
2019-12-12merge from masterDan Halbert
2019-12-12make translate and remove backslash-r'sDan Halbert
2019-12-12Fix flash write error handling; clean up safe mode message printingDan Halbert
2019-12-11Merge remote-tracking branch 'adafruit/master' into ld-cleanupDan Halbert
2019-12-10merge from upstreamDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-10supervisor: external_flash: don't call m_free when it's badJeff Epler
2019-12-10supervisor: external_flash: don't call m_malloc_maybe when it's badJeff Epler
2019-12-06Comment supervisor ble data arrays.Scott Shawcroft
2019-12-05wipDan Halbert
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-12-02Merge pull request #2345 from jepler/compressed-unicodeScott Shawcroft
2019-12-02translation: Compress as unicode, not bytesJeff Epler
2019-11-29Merge remote-tracking branch 'origin/master' into tick-refactorJeff Epler
2019-11-26update filesystem.cAyan Pahwa
2019-11-26Not creating code.py file for non-express boardsAyan Pahwa
2019-11-25Fix build failure for boards with less memoryAyan Pahwa
2019-11-23Enable creation of code.py only for full buildsAyan Pahwa
2019-11-23Passing address of char_written at f_writeAyan Pahwa
2019-11-23Add \n to file endAyan Pahwa
2019-11-20supervisor: tick: add supervisor_fake_tickJeff Epler
2019-11-20supervisor: tick: documentJeff Epler
2019-11-20supervisor: tick: Rewrite without atomicsJeff Epler
2019-11-19Supervisor: create code.py file with sample codeAyan Pahwa
2019-11-18run_background_tasks: Do nothing unless there has been a tickJeff Epler