summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09Update requirements.txtBrendan M. Sleight
2021-03-09style: fix typo in READMELyz
2021-03-01apps: steps: Reduce the graphing scaleDaniel Thompson
2021-02-25apps: steps: Add a history graphDaniel Thompson
2021-02-25steplogger: Write less frequentlyDaniel Thompson
2021-02-25steplogger: Ensure today's data is updated when we provide itDaniel Thompson
2021-02-25boards: simulator: Increase the display blanking timeDaniel Thompson
2021-02-25boards: simulator: Pick up out-of-bounds drawingDaniel Thompson
2021-02-25tools: wasptool: Fix binary downloads for a specific special caseDaniel Thompson
2021-02-21steplogger: Add iterator to allow UI to read the dataDaniel Thompson
2021-02-21steplogger: Introduce code to perform data loggingDaniel Thompson
2021-02-21tools: wasptool: Additional adoption of the run_command wrapperDaniel Thompson
2021-02-21tool: wasptool: Add a free memory reporting toolDaniel Thompson
2021-02-21tools: wasptool: Better REPL integrationDaniel Thompson
2021-02-21tools: wasptool: Add push/pull commandsDaniel Thompson
2021-02-20README: Update the intro after a redraft for the release announcementDaniel Thompson
2021-02-20TODO: Finalize v0.4 changelogDaniel Thompson
2021-02-20TODO: Describe goals for 0.5Daniel Thompson
2021-02-20docs: install: Document the binary releasesDaniel Thompson
2021-02-20st7789: Fix incorrect variable name in ST7789_SPIs. __init__ docstring.Piotr Tworek
2021-02-20Added Docker setup to build wasp-os.Shuhao Wu
2021-02-20apps: settings: Clamp the dates a little more tightlyDaniel Thompson
2021-02-11docs: install: Fix typo in apt-get line for busterDaniel Thompson
2021-02-06simulator: test: Add Draw565.bounding_box unit testsDaniel Thompson
2021-02-05drivers: draw565: Added bounding_box() function that returns the size of a st...kozova1
2021-02-04draw565: Fix an out-by-one error in _bounding_boxDaniel Thompson
2021-02-04apps: testapp: Ensure we test centred stringsDaniel Thompson
2021-02-03apps: settings: Added labels to the datesIsaiah Grace
2021-02-03install: Correct the wasptool dependenciesDaniel Thompson
2021-01-30install: Include the wasptool dependencies in the install guideDaniel Thompson
2021-01-18apps: musicplayer: Adopt GfxButton and use it for trace fwd/backDaniel Thompson
2021-01-18widgets: Add a button with a graphical iconDaniel Thompson
2021-01-17drivers: st7789: Further reduce allocations during set_window()Daniel Thompson
2021-01-17drivers: st7789: Pre-allocate a memoryviewDaniel Thompson
2021-01-17drivers: st7789: Optimize set_window()Daniel Thompson
2021-01-17draw565: Optimize string drawingDaniel Thompson
2021-01-17docs: appguide: Document how to upload pre-compiled filesDaniel Thompson
2021-01-16docs: install: Clarify watch mode during updatesDaniel Thompson
2021-01-15Disallow swipes while confirmation prompt is displayedGeorge Griffin
2021-01-15system: Move free memory capture into the switch methodDaniel Thompson
2021-01-13simulator: test_qa: Update to match latest policyDaniel Thompson
2021-01-13docs: Move all applications out of the reference guideDaniel Thompson
2021-01-13simulator: test_qa: Add some basic docstring testsDaniel Thompson
2021-01-12simulator: test_qa: Check that apps are includes in the libraryDaniel Thompson
2021-01-12simulator: test_qa: Add some simply QA tests for app screenshotsDaniel Thompson
2021-01-12docs: Add a link to the latest videoDaniel Thompson
2021-01-12apps: settings: Allow date and time to be set on the watchDaniel Thompson
2021-01-12widgets: Clarity whether spinner max is inclusive or exclusiveDaniel Thompson
2021-01-12docs: Normalize the timer app screenshotDaniel Thompson
2021-01-12docs: Update calculator screenshotDaniel Thompson