summaryrefslogtreecommitdiff
path: root/supervisor/shared
AgeCommit message (Expand)Author
2020-04-21external_flash: add support for mx25r1635fSean Cross
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-14displayio: swap colors in palettes tooJeff Epler
2020-04-14fix build for non-displayio & non-protomatter targetsJeff Epler
2020-04-14protomatter: more memory allocation fixesJeff Epler
2020-04-14allow retrieving info about a supervisor allocationJeff Epler
2020-03-25supervisor/shared/external_flash/devices.h: Add MX25L51245G support.Brian Dean
2020-03-17Fix DotStar status LED init.Scott 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
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-12make translate and remove backslash-r'sDan Halbert
2019-12-12Fix flash write error handling; clean up safe mode message printingDan 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-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
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-11-15add missing includeHierophect
2019-11-15Add never_reset and reset to pin common hal, adjust filesHierophect
2019-11-04Add board configuration for Winterbloom SolThea Flowers
2019-11-04Merge pull request #2236 from tannewt/bleio_tweaksDan Halbert