summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-20apps: DemoApp: Fully document the demo appDaniel Thompson
2021-06-20apps: FacesApp: Add a watch face chooserDaniel Thompson
2021-06-20all clocks: Add a preview() method ready for a watch face chooserDaniel Thompson
2021-06-20icons: Introduce new clock iconDaniel Thompson
2021-06-20rle_encode: Include the image size in the commentsDaniel Thompson
2021-06-20gitignore: Add a couple of extra temporary file types to the ignore listDaniel Thompson
2021-06-19rtc: Undo the once-per-second wake upDaniel Thompson
2021-06-18drivers: nrf_rtc: Fix sphinx buildDaniel Thompson
2021-06-18README: Move wasp-os community chat to libera.chatDaniel Thompson
2021-06-04manager/rtc: Experimental power saving techniqueDaniel Thompson
2021-06-04draw565: Fix bounding box calculationsDaniel Thompson
2021-06-03MemoryError exception now shows custom message instead of CrashApp.Tait Berlette
2021-06-03Added weather application.Tait Berlette
2021-06-03manager: Improve application registrationDaniel Thompson
2021-06-03Makefile: Create .zip distributions as well as a tarballDaniel Thompson
2021-06-03reloader: Update to newer factory firmware for pinetimeDaniel Thompson
2021-05-05apps: heart: Implement a debug mode to copy out raw dataDaniel Thompson
2021-05-05wasptool: Fix progress bar numberingDaniel Thompson
2021-03-29apps: testapp: Force characters to render with a not-black backgroundDaniel Thompson
2021-03-29draw565: Optimize the string drawingDaniel Thompson
2021-03-28fonts: add 18pt fontthefenriswolf
2021-03-27apps: Add DualClock app.BenoƮt HERVIER
2021-03-27apps: music: Change SWIPE_LEFTRIGHT to SWIPE_UPDOWN.Tait Berlette
2021-03-27wasptool: add --battery to check battery levelthefenriswolf
2021-03-22draw565: Avoid over-long lines when handling spaceDaniel Thompson
2021-03-10apps: software: Include word clock in the available applicationsDaniel Thompson
2021-03-10apps: WordClock: Update screenshotDaniel Thompson
2021-03-10apps: software: Automatically track y position for checkboxesDaniel Thompson
2021-03-10apps: WordClock: Add a new word-based clock appBrendan M. Sleight
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