| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-02-23 | docs: Add a sphinx board | Daniel Thompson | |
| The simulator board does rather too much when we import watch.py. This change means we don't need SDL just to generate the documentation! | |||
| 2020-02-22 | docs: Use sphinx to gather together all the wasp docs | Daniel Thompson | |
