| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-27 | apps: chrono: Implement a simple analogue watch face | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-12-04 | simulator: Introduce fully automatic testint | Daniel Thompson | |
| Currently the tests do little more than fire up the simulator and switch into (and out of) the built in applications. However this is useful and allows us to fully integrate as a CI job. Unfortunately the numpy warning from pysdl2 mean we have been forced to disable all warnings to prevent pytest from collecting and reporting them. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-29 | apps: snake: Add a snake game application | Johannes Wache | |
| Signed-off-by: Johannes Wache <jbwa@posteo.de> [daniel@redfelineninja.org.uk: Removed some couple of unwanted merge artifacts] Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-29 | github: actions: Ensure warning free docs build | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-29 | apps: alarm: Add the alarm app to the library | Daniel Thompson | |
| Like the other library applications this is enabled in the simulator and included in the flash image but is disabled by default to conserve RAM (and to give time to new apps to mature and receive improvements). Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-29 | docs: Makefile: Turn sphinx warnings into errors | Daniel Thompson | |
| Currently patches that break the documentation build are not triggering CI failure. Fix this. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-26 | Add wget to build dependencies | Maarten de Jong | |
| Signed-off-by: Maarten de Jong <accounts@arteeh.com> | |||
| 2020-11-26 | docs: contributing: Add a simple style guide | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-22 | docs: install: Update install requirements | Daniel Thompson | |
| Some of the new reloader features require additonal python modules. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-22 | docs: Wordsmtithing updates after review | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-22 | apps: music: Add to application index | Daniel Thompson | |
| Additionally we rename the screenshot to conform to the naming convention (app.NAME + 'App.png') used for simulator screenshots. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-14 | docs: install: Update for newer PineTime devices | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-08 | docs: Add an Application Library chapter | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-08 | docs: install: Fix error message during documentation generation | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-08 | docs: refman: Add the fibonacci clock to the reference manual | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-11-06 | docs: update building from source apt dependencies | Sergio Schvezov | |
| The softdevice make target requires unzip Signed-off-by: Sergio Schvezov <sergio.schvezov@ubuntu.com> | |||
| 2020-09-16 | docs: install: Describe unsupported step counter in P8a | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-08-30 | docs: install: Add a troubleshooting guide | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-08-27 | docs: Update after review (and add K9) | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-08-19 | docs: install: Add instruction for installing modules with pip | Panagiotis Vasilopoulos | |
| Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> | |||
| 2020-08-15 | contributing: Added a git quick fix howto | Daniel Thompson | |
| Suggested-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-08-14 | docs: Add a contributors guide | Daniel Thompson | |
| Mostly this is adopting policies (both DCO and Contributor Covenent) that are commonly used by other projects... Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-07-31 | docs: install: Move Building from source into the install guide | Daniel Thompson | |
| Direct links to the install guide mean some people are reading the docs but never see the main docs index and, as a result, don't find the instructions on how to build from source. Let's fix that! Fixes: #49 Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-07-30 | install: Improve formating, add links and other good stuff | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-07-29 | install: Initial attempt at an install guide | Daniel Thompson | |
| More work needed... but a step up from the current text in the README. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-07-09 | docs: Introduce project logo | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2020-05-20 | README: Better document how to meet the dependancies | Daniel Thompson | |
| Fixes: #1 Fixes: #3 | |||
| 2020-05-15 | README/TODO: Switch to restructured text | Daniel Thompson | |
| 2020-05-15 | docs: Experimental workaround for readthedocs.org | Daniel Thompson | |
| 2020-05-14 | wasp: watch: docstrings for the watch namespace | Daniel Thompson | |
| 2020-05-14 | Make wasp-os namig consistant | Daniel Thompson | |
| Rename WASP to wasp-os (or Wasp-os) | |||
| 2020-05-14 | wasp: Even more docstrings | Daniel Thompson | |
| 2020-05-14 | wasp: draw565: docstrings for headings and __init__ | Daniel Thompson | |
| 2020-05-14 | drivers: vibrator: Finalize docstrings | Daniel Thompson | |
| 2020-05-14 | drivers: st7789: Finalize docstrings | Daniel Thompson | |
| 2020-05-14 | drivers: signal: Finalize docstrings | Daniel Thompson | |
| 2020-05-14 | drivers: nrf_rtc: Finalize docstrings | Daniel Thompson | |
| 2020-05-14 | drivers: cst816s: Finalize docstrings | Daniel Thompson | |
| 2020-05-14 | drivers: battery: Finalize docstrings | Daniel Thompson | |
| 2020-05-13 | docs: appguide: Describe how to hack on frozen modules | Daniel Thompson | |
| 2020-05-11 | docs: appguide: Switch to proper note format | Daniel Thompson | |
| 2020-05-11 | docs: Introduce the Application Writer's Guide. | Daniel Thompson | |
| 2020-05-10 | docs: Document the bootloader protocols | Daniel Thompson | |
| GPREGRET, PNVRAM and WDT protocols are all now fully documented. | |||
| 2020-04-11 | docs: Makefile: Try to avoid nuking the .git directory... | Daniel Thompson | |
| ... if there is one. | |||
| 2020-04-11 | docs: gnu-lgpl-v3.0: Fix some broken indentation. | Daniel Thompson | |
| 2020-04-11 | docs: Fix warnings and add a few extra apps to the docs | Daniel Thompson | |
| 2020-03-22 | Add licensing information for all wasp-os files. | Daniel Thompson | |
| 2020-03-22 | Rename manager.py and expose its interfaces to all applications | Daniel Thompson | |
| This is a big change that break compatiblity with existing applications *and* with existing installed versions of main.py. When upgrading it is import to update main.py: ./tools/wasptool --upload wasp/main.py | |||
| 2020-03-08 | docs: Increase the scope of the documentation | Daniel Thompson | |
| We now generate documentation for everything included in the PineTime manifest (although, at this stage, not everything in the manifest has all the required docstrings). | |||
| 2020-03-08 | wasp: Move the apps into their own directory. | Daniel Thompson | |
