| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-21 | steplogger: Introduce code to perform data logging | Daniel Thompson | |
| The code is not yet enabled by default but it can be tested by adding custom code to an interested user's main.py . Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2021-01-13 | docs: Move all applications out of the reference guide | Daniel Thompson | |
| The auto-generated application docs isn't really worthy of the reference guide. There's too many methods described as "draws the screen" and this simply doesn't add anything over the template application includes in the application writer's guide. Move everything over into the Application Library. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 2021-01-12 | simulator: test_qa: Check that apps are includes in the library | 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: refman: Add the fibonacci clock to the reference manual | Daniel Thompson | |
| Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk> | |||
| 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-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: Fix warnings and add a few extra apps to the docs | 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-22 | docs: Use sphinx to gather together all the wasp docs | Daniel Thompson | |
