Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #149 from slim/main | joeycastillo | 2022-12-14 | 2 | -10/+84 |
|\ | | | | | Week number watch face | ||||
| * | Weeknumber watch face | Slim | 2022-12-02 | 2 | -10/+84 |
| | | | | | | | | Same as simple clock, but has iso 8601 week number instead of seconds counter | ||||
* | | Adds watch skin toggle to for model A158WEA-9 should one be feeling classy | Kyle Boyle | 2022-11-24 | 1 | -10/+584 |
|/ | |||||
* | remove errant console.log | Tom Hodson | 2022-11-22 | 1 | -1/+0 |
| | |||||
* | WIP: Add support for bicolor led in the simulator | Tom Hodson | 2022-11-22 | 2 | -2/+19 |
| | | | | | | | | | | | | I noticed that the bicolor led isn't supported in the simulator. Here is a quick mockup of how I would add support for it. I added an SVG filter to the #light rectangle in the SVG which lets us multiply the colours by a matrix in code. I then insert values so that the original green colour gets mixed into the combination of red and green requested by `watch_set_led_color` # Testing So far I've only tested this with the standard firmware build but it seems to work. # Possible issues I wasn't 100% sure what to do when red + green > 255, current behaviour is that it gets clamped to 255 in the simulator. | ||||
* | add delay_ms function for simulator | joeycastillo | 2022-10-11 | 2 | -0/+6 |
| | |||||
* | only include watch_main_loop.h in simulator builds | joeycastillo | 2022-10-11 | 1 | -0/+4 |
| | |||||
* | add watch_reset_to_bootloader function (resolves #81) | Joey Castillo | 2022-08-14 | 3 | -0/+14 |
| | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfs | Joey Castillo | 2022-08-02 | 1 | -1/+1 |
|\ | |||||
| * | reduce flicker of LED by default | Joey Castillo | 2022-07-04 | 1 | -1/+1 |
| | | |||||
* | | fix spaces / tabs | Joey Castillo | 2022-05-10 | 1 | -12/+12 |
| | | |||||
* | | add file browser to movement, remove old app | Joey Castillo | 2022-05-09 | 1 | -2/+0 |
| | | |||||
* | | simulator: add USB serial input field | Joey Castillo | 2022-05-09 | 4 | -0/+21 |
| | | |||||
* | | usb serial: clear whole length of buffer | Joey Castillo | 2022-05-09 | 1 | -2/+1 |
| | | |||||
* | | prevent buf from escaping into global namespace | Joey Castillo | 2022-05-09 | 1 | -1/+1 |
| | | |||||
* | | simulator: fix _read function signature | Joey Castillo | 2022-05-09 | 1 | -2/+2 |
| | | |||||
* | | add ability to read from USB serial | Joey Castillo | 2022-05-08 | 3 | -4/+30 |
| | | |||||
* | | add support for a small filesystem on the watch | Joey Castillo | 2022-05-06 | 4 | -0/+219 |
| | | |||||
* | | add room for flash filesystem in linker script | Joey Castillo | 2022-05-06 | 1 | -3/+10 |
|/ | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express | Joey Castillo | 2022-05-02 | 28 | -665/+106 |
|\ | |||||
| * | make 2022 the default year | Joey Castillo | 2022-04-21 | 1 | -0/+7 |
| | | |||||
| * | rewrite lis2dh logger for lis2dw | Joey Castillo | 2022-04-10 | 2 | -4/+61 |
| | | |||||
| * | remove old lis2dh driver | Joey Castillo | 2022-04-10 | 2 | -365/+0 |
| | | |||||
| * | remove all deprecated functions | Joey Castillo | 2022-04-10 | 17 | -275/+0 |
| | | |||||
| * | static analysis: add comments to empty while loops | Joey Castillo | 2022-04-10 | 3 | -5/+5 |
| | | |||||
| * | charset tweaks: no need to run deeper checks | Joey Castillo | 2022-04-10 | 1 | -8/+8 |
| | | |||||
| * | character map tweaks: add some ligatures and symbols | Joey Castillo | 2022-04-06 | 1 | -6/+6 |
| | | |||||
| * | Add tomato face: a pomodoro style timer (#61) | Wesley Ellis | 2022-04-06 | 2 | -0/+16 |
| | | |||||
| * | movement: final list of watch faces for stock firmware | Joey Castillo | 2022-04-02 | 1 | -1/+1 |
| | | |||||
| * | Movement: Astronomy and Orrery watch faces (#55) | joeycastillo | 2022-03-04 | 1 | -0/+1 |
| | | |||||
| * | Updated function brief | David Keck | 2022-02-22 | 1 | -1/+1 |
| | | |||||
* | | documentation and such | Joey Castillo | 2022-02-19 | 1 | -0/+10 |
| | | |||||
* | | lis2dw: reasonable defaults when initializing | Joey Castillo | 2022-02-19 | 1 | -4/+0 |
| | | |||||
* | | fixup | Joey Castillo | 2022-02-19 | 2 | -2/+2 |
| | | |||||
* | | lis2dw: add support for temperature sensing | Joey Castillo | 2022-02-19 | 2 | -0/+6 |
| | | |||||
* | | lis2dw: add support for high performance mode | Joey Castillo | 2022-02-19 | 2 | -0/+15 |
| | | |||||
* | | lis2dw: add support for bandwidth filtering | Joey Castillo | 2022-02-19 | 2 | -1/+39 |
| | | |||||
* | | movement: WIP app for capturing accelerometer data | Joey Castillo | 2022-02-18 | 1 | -1/+0 |
| | | |||||
* | | lis2dw: bugfix, only read once | Joey Castillo | 2022-02-18 | 1 | -1/+0 |
| | | |||||
* | | WIP accelerometer logging to flash | Joey Castillo | 2022-02-18 | 2 | -1/+3 |
|/ | |||||
* | lis2dw: add FIFO support | Joey Castillo | 2022-02-17 | 2 | -11/+69 |
| | |||||
* | movement: move thermistor to 'sensor' watch faces | Joey Castillo | 2022-02-17 | 2 | -0/+101 |
| | |||||
* | move pins.h include to watch.h | Joey Castillo | 2022-02-17 | 2 | -1/+1 |
| | |||||
* | remove obsolete low battery function from simulator | Joey Castillo | 2022-02-13 | 1 | -4/+0 |
| | |||||
* | on second thought: keep BOD33 disabled in sleep mode | Joey Castillo | 2022-02-13 | 1 | -6/+4 |
| | |||||
* | enable high-efficiency low power regulator | Joey Castillo | 2022-02-13 | 3 | -6/+26 |
| | |||||
* | remove obsolete low battery check | Joey Castillo | 2022-02-13 | 2 | -15/+0 |
| | |||||
* | always turn off PA20 at boot | Joey Castillo | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | sleep / deepsleep: update low power numbers | Joey Castillo | 2022-02-13 | 1 | -3/+4 |
| | |||||
* | osc32kctrl: implement CONF_SLCDCTRL_SRC setting | Joey Castillo | 2022-02-11 | 2 | -3/+5 |
| |