summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
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
2018-04-12Fix the status neopixel flashing.Scott Shawcroft
2018-04-09add storage.erase_filesystem() to erase and reformat CIRCUITPYDan Halbert
2018-03-24WIP: simple working HIDDan Halbert
2018-02-14m4 pulseout worksScott Shawcroft
2018-02-12m4 tc output works. Watch out for the PAC!Scott Shawcroft
2017-11-22M4 status LED flashing with no main.py present #447 Initialized stack variablemrmcwethy
2017-11-16Create supervisor module.Scott Shawcroft
2017-11-07support for doubled file extensions ala issue #383 (#415)bsiepert
2017-10-31atmel-samd: Add samd21 neopixel support.Scott Shawcroft
2017-10-30atmel-samd: More USB polishScott Shawcroft
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-27Revert "Allow main.py to be interrupted by ctrl-C" (#381)Dan Halbert
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-12merge 2.x changes into master; touch up Makefile CFLAGS logicDan Halbert
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft