-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: simonmicro <[email protected]>
- Loading branch information
1 parent
3403746
commit cc4596f
Showing
4 changed files
with
41 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# This file is similar to the mkdocs.nav configuration option, but it will be mounted under mkdocs.nav.Firmware only! | ||
|
||
- 'OSW-OS': | ||
- firmware/getting_started.md | ||
- firmware/osw_os.md | ||
- firmware/troubleshooting.md | ||
- 'Applications': | ||
- 'Watchfaces': 'firmware/apps/watchfaces.md' | ||
- 'Tools': 'firmware/apps/tools.md' | ||
- 'Games': 'firmware/apps/games.md' | ||
- 'OSW Weather': 'firmware/apps/OswWeather.md' | ||
- "OSW-OS": | ||
- firmware/getting_started.md | ||
- firmware/flags.md | ||
- firmware/troubleshooting.md | ||
- firmware/support.md | ||
- "Applications": | ||
- "Watchfaces": "firmware/apps/watchfaces.md" | ||
- "Tools": "firmware/apps/tools.md" | ||
- "Games": "firmware/apps/games.md" | ||
- "OSW Weather": "firmware/apps/OswWeather.md" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Hardware Support | ||
Over time, the operating system gained additional hardware support for non open-smartwatch environments. This page lists the supported hardware and how to use it (as well as unwanted features, so called "bugs"). You can also find all these configurations inside the `platformio.ini` file. | ||
|
||
## Official Hardware | ||
...based on hardware schematics released by the OSW team and tested frequently. | ||
|
||
| Hardware | Status | Reference | | ||
| -------------------------------------- | ------------ | --------------------------------------------------------- | | ||
| `LIGHT_EDITION_V3_3` | Maintained | See "Hardware"-Documentation section | | ||
| `EXPERIMENTAL_LIGHT_EDITION_V4_0` | Experimental | See "Hardware"-Documentation section | | ||
| `EXPERIMENTAL_LIGHT_EDITION_V3_3_LUA` | Experimental | Same as `LIGHT_EDITION_V3_3`, but with LUA-script-support | | ||
| `EXPERIMENTAL_GPS_EDITION_V3_1` | Experimental | See "Hardware"-Documentation section | | ||
| `EXPERIMENTAL_GPS_EDITION_DEV_ROTATED` | Experimental | See "Hardware"-Documentation section | | ||
|
||
## 3rd Party Hardware | ||
|
||
| Hardware | Status | Reference | Known Issues | | ||
| ------------------------------ | ------------ | --------------------------------- | ----------------------------------------------------------------------- | | ||
| `3RD_PARTY_FLOW3R_C3CAMP_2023` | Experimental | [website](https://flow3r.garden/) | [PR368](https://github.com/Open-Smartwatch/open-smartwatch-os/pull/368) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters