| Age | Commit message (Collapse) | Author |
|
Add docs for app creation and code structure
|
|
The script `tools/mcuboot/imgtool/main.py` imports the python packages
`click` and `cryptography` to create the target `pinetime-mcuboot-app`.
Add it tothe build instructions, as it was not installed on my system.
https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/main.py#L19
https://github.com/JF002/InfiniTime/blob/6f9f0e8b0e42a5526d47ca664534fb6b0ccb6ace/tools/mcuboot/imgtool/keys/__init__.py#L19
Also add the commands to install the python requirements into a python
venv virtual environment.
|
|
Add configuration instructions for Ubuntu devcontainers
|
|
Fix Navigation Service UUID docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes https://github.com/InfiniTimeOrg/InfiniTime/pull/233
|
|
Put all duplicated GPIO pin definitions to a single file
|
|
* docs: Fix a few typos
There are small typos in:
- doc/versioning.md
- src/components/ble/NimbleController.cpp
- src/libs/mynewt-nimble/CODING_STANDARDS.md
- src/libs/mynewt-nimble/docs/btshell/btshell_GAP.rst
- src/systemtask/SystemTask.cpp
Fixes:
- Should read `milliseconds` rather than `miliseconds`.
- Should read `unnecessary` rather than `uncesseray`.
- Should read `target` rather than `tharget`.
- Should read `project` rather than `projct`.
- Should read `preferred` rather than `prefered`.
- Should read `functioning` rather than `functionning`.
- Should read `forever` rather than `forver`.
- Should read `existing` rather than `exisiting`.
|
|
|
|
Add FW validation note after DFU flash
|
|
Add link to WebBLEWatch to sync time
|
|
|
|
|
|
* Update contribute.md
* Add newlines and remove spaces
* Replace CONTRIBUTING.md with doc/contribute.md
|
|
VSCode Devcontainer
|
|
|
|
|
|
|
|
|
|
* Correct spelling issue
|
|
* Fix and update documentation
* Add newlines
|
|
Fixed mismatch between the service and characteristic IDs in the
navigation service comments and documentation. They had old values not
reflecting the current code and changes in doc/ble.md
|
|
Corrected typo in example usage of cmake BUILD_DFU option. Changed from -BUILD_DFU=1 to -DBUILD_DFU=1
|
|
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
|
|
Add Navigation feature.
|
|
* Update filesInReleaseNotes.md
|
|
* Add note about getting GadgetBridge from F-Droid
Hopefully this is useful and will save folks some frustration
* Add note that GadgetBridge should be downloaded via F-Droid
There's an "unofficial" version on the Play Store that is outdated and doesn't have PineTime support
* Fix typo
* Add starting version, reword a bit
Initial support version is a little fuzzy, 0.47 states it's "not yet usable" but changelog doesn't specify when we've crossed the "usable" threshold.
|
|
Rewrite MemoryAnalysis.md with up to date information.
|
|
fix a formatting issue and 2 typos in gettingStarted-1.0.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Python modules to build instructions
|
|
|
|
good pull-request
|
|
|
|
I had issues building InfiniTime for the first time because the instructions never mentioned needing these Python modules. Including them in the build documentation will help people not be confused like I was.
I recommend adding all needed modules to this list. I only added the ones I knew I was missing.
|
|
|
|
Small correction to git URL in documentation files
|
|
|
|
# Conflicts:
# src/CMakeLists.txt
# src/displayapp/DisplayApp.h
# src/systemtask/SystemTask.cpp
# src/systemtask/SystemTask.h
|
|
|