summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2019-08-22Fix builds without displayioScott Shawcroft
2019-08-22Refresh ePaper displays once code.py is done runningScott Shawcroft
2019-07-24Requested changes, general cleanupHierophect
2019-07-22Fix LED misuse interfering with atmel buildsHierophect
2019-07-22Add feature conditionals and clean upHierophect
2019-06-28remove build, fix link issues)Hierophect
2019-06-28first commit, very crudeHierophect
2019-06-06Include display objects in gc.Dan Halbert
2019-04-17Unify VM cleanup codeScott Shawcroft
2019-04-09Merge pull request #1773 from dhalbert/no-recursive-background-tasksScott Shawcroft
2019-04-09Don't let a background task call run_background_tasks()Dan Halbert
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-03-16also flush fileystem on soft reboot from replDan Halbert
2019-03-16after code.py runs, flush filesystem before resetting heapDan Halbert
2019-03-12Enter safe mode when an allocation is attempted on an uninitialized heap.Scott Shawcroft
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-15WIP: atmel-samd trinket build worksDan Halbert
2019-02-13A safe mode fix and displayio fixesScott Shawcroft
2019-02-07Make several const char / const char * arrays static to save a bit of space.Lionel Debroux
2019-01-31More improvements to Terminal:Scott Shawcroft
2019-01-31Support adjustable backlight brightnessScott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2018-12-07Fix running the USB task on nRF.Scott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-11-15merge 3.x swap of /lib and .frozen; update frozen libsDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-01put .frozen before /lib in sys.path; update frozen librariesDan Halbert
2018-10-11network module c api into shared-moduleNick Moore
2018-10-04change initialization method + mod_network namesNick Moore
2018-09-06Initial Grand Central definitionScott Shawcroft
2018-08-31add pin claiming to devicesDan Halbert
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
2018-07-03Mark pointers in cpu registers as in use.Scott Shawcroft
2018-06-14Fix playing audio from SD cardDan Halbert
2018-06-06main: move code pertaining to boot.py out of lineJeff Epler
2018-06-05main: Explicitly set the stack top based on _estackJeff Epler
2018-05-19wasn't always clearing boot_output_fileDan Halbert
2018-05-14Rename reload_next_character to reload_requested to make it match it's intend...Roy Hooper
2018-05-07clarify commentDan Halbert
2018-05-06boot.py change of filesystem writability would get overridden.Dan Halbert
2018-05-04minor function API improvementDan Halbert
2018-05-03Handle bad power on reset.Dan Halbert