]>
git.earman.xyz Git - sensor-watch.git/log
Joey Castillo [Mon, 10 Oct 2022 03:58:42 +0000 (22:58 -0500)]
implement stubs to make simulator build happy
Joey Castillo [Mon, 10 Oct 2022 03:54:26 +0000 (22:54 -0500)]
restore default watch faces (oops)
Joey Castillo [Mon, 10 Oct 2022 03:50:31 +0000 (22:50 -0500)]
add watch face for frequency correction and measurement
joeycastillo [Sun, 9 Oct 2022 00:56:26 +0000 (19:56 -0500)]
Merge pull request #86 from michaelgruenewald/patch-1
Fix changed files detection in Make
Michael Gruenewald [Sat, 8 Oct 2022 20:23:30 +0000 (22:23 +0200)]
Disable all built-in Make rules
Michael Gruenewald [Fri, 7 Oct 2022 23:19:42 +0000 (01:19 +0200)]
Enable dependency files for the emscripten build
Michael Grünewald [Thu, 6 Oct 2022 21:09:59 +0000 (23:09 +0200)]
Fix DEPFILES
Joey Castillo [Sat, 17 Sep 2022 03:54:36 +0000 (22:54 -0500)]
add script for bulk flashing boards
Wesley Ellis [Sun, 4 Sep 2022 16:56:42 +0000 (12:56 -0400)]
Merge pull request #84 from jackbondpreston/main
add support for multiple TOTP keys
Jack Bond-Preston [Mon, 29 Aug 2022 00:11:02 +0000 (01:11 +0100)]
add support for multiple TOTP keys
Joey Castillo [Sun, 14 Aug 2022 20:23:19 +0000 (15:23 -0500)]
add watch_reset_to_bootloader function (resolves #81)
joeycastillo [Wed, 3 Aug 2022 17:56:52 +0000 (11:56 -0600)]
Merge pull request #80 from joeycastillo/lfs
Movement: add a lil file system with lfs
Joey Castillo [Tue, 2 Aug 2022 14:17:26 +0000 (08:17 -0600)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfs
joeycastillo [Mon, 25 Jul 2022 16:06:05 +0000 (12:06 -0400)]
Merge pull request #79 from jackbondpreston/main
movement: fix movement_request_wake() prototype
joshber [Mon, 25 Jul 2022 15:57:12 +0000 (11:57 -0400)]
Wake Face (#77)
Co-authored-by: Josh Berson <low.note0488@fastmail.com>
Jack Bond-Preston [Mon, 25 Jul 2022 14:17:02 +0000 (15:17 +0100)]
movement: fix movement_request_wake() prototype
This function has `void` args, currently it can throw a compiler warning
Joey Castillo [Sun, 17 Jul 2022 05:22:03 +0000 (00:22 -0500)]
movement: wake programmatically from background and play alarm
joeycastillo [Fri, 15 Jul 2022 02:34:53 +0000 (21:34 -0500)]
Merge pull request #78 from tahnok/fix-python3-uf2
Replace python with python3 for calling uf2conv
Wesley Ellis [Thu, 14 Jul 2022 18:42:32 +0000 (14:42 -0400)]
Replace python with python3 for calling uf2conv
Instead of calling python use python3.
On a default debian 11 install there is no python binary, only python3.
Given that the uf2conv script is written for python 3 I think this is a
safe change to make
Joey Castillo [Wed, 6 Jul 2022 03:53:04 +0000 (22:53 -0500)]
new tests
Joey Castillo [Wed, 6 Jul 2022 03:51:30 +0000 (22:51 -0500)]
WIP new tests
Joey Castillo [Mon, 4 Jul 2022 16:23:09 +0000 (11:23 -0500)]
reduce flicker of LED by default
Joey Castillo [Sat, 11 Jun 2022 14:46:25 +0000 (10:46 -0400)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch
George Hahn [Mon, 30 May 2022 02:30:02 +0000 (20:30 -0600)]
Parallelize alternate fw builds (#66)
Joey Castillo [Sun, 22 May 2022 23:46:43 +0000 (19:46 -0400)]
Merge branch 'parallelize-builds' of https://github.com/GeorgeHahn/Sensor-Watch
Spencer Bywater [Sun, 22 May 2022 23:42:37 +0000 (16:42 -0700)]
Adjust probability watch face timeout/LE behavior (#72)
Display SLEEP instead of timing out
George Hahn [Thu, 19 May 2022 06:33:31 +0000 (00:33 -0600)]
Make submodule and directory rules order-only prerequisites on objects
This instructs make to run the tinyusb and directory rules before
building any objects. Docs: [1].
After this change, `make clean` started running
the tinyusb submodule rule before cleaning. This appears to have been
caused by one of the `build/*.d` files overlapping with the `tinyusb`
name, triggering that rule. I didn't trace this all the way down to a
root cause, but switching the include to something less broad solved the
issue. Roughly guided by [2].
1: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2: http://make.mad-scientist.net/papers/advanced-auto-dependency-generation/
George Hahn [Wed, 18 May 2022 15:17:51 +0000 (09:17 -0600)]
Add Devcontainer as an easy dev environment option (#65)
Spencer Bywater [Wed, 18 May 2022 15:11:34 +0000 (08:11 -0700)]
Probability watch face (#69)
* Initial work on probability watch face
* Complete probability watch face
* Restore default movement_config
* PR feedback: PR watch face title, use arc4random, clean up warnings
* Use rand instead of arc4random when building on emulator
* Accidentally overwrote movement_config
Joey Castillo [Tue, 10 May 2022 13:50:44 +0000 (09:50 -0400)]
fix spaces / tabs
George Hahn [Tue, 10 May 2022 06:42:43 +0000 (00:42 -0600)]
fixup: restore deleted line
George Hahn [Tue, 10 May 2022 06:37:37 +0000 (00:37 -0600)]
Move parallel flag into makefile with crossplatform support
George Hahn [Tue, 10 May 2022 06:37:02 +0000 (00:37 -0600)]
Perform OS detection in makefile
George Hahn [Sat, 30 Apr 2022 04:55:36 +0000 (22:55 -0600)]
Parallelize builds
Joey Castillo [Tue, 10 May 2022 01:31:45 +0000 (21:31 -0400)]
unify on 32-bit signed lengths
Joey Castillo [Mon, 9 May 2022 17:17:51 +0000 (13:17 -0400)]
filesystem: only throw errors for negative error codes
Joey Castillo [Mon, 9 May 2022 17:01:12 +0000 (13:01 -0400)]
add file browser to movement, remove old app
Joey Castillo [Mon, 9 May 2022 16:55:58 +0000 (12:55 -0400)]
simulator: add USB serial input field
Joey Castillo [Mon, 9 May 2022 16:14:42 +0000 (12:14 -0400)]
first pass at filesystem in movement
Joey Castillo [Mon, 9 May 2022 16:03:24 +0000 (12:03 -0400)]
fix warning re: buffer overrun
Joey Castillo [Mon, 9 May 2022 14:59:15 +0000 (10:59 -0400)]
usb serial: clear whole length of buffer
Joey Castillo [Mon, 9 May 2022 14:57:16 +0000 (10:57 -0400)]
prevent buf from escaping into global namespace
Joey Castillo [Mon, 9 May 2022 14:54:13 +0000 (10:54 -0400)]
simulator: fix _read function signature
Joey Castillo [Mon, 9 May 2022 00:19:44 +0000 (20:19 -0400)]
add littlefs filesystem browser app
Joey Castillo [Mon, 9 May 2022 00:19:20 +0000 (20:19 -0400)]
add ability to read from USB serial
Joey Castillo [Fri, 6 May 2022 21:12:51 +0000 (17:12 -0400)]
bump library version
Joey Castillo [Fri, 6 May 2022 21:06:27 +0000 (17:06 -0400)]
add support for a small filesystem on the watch
Joey Castillo [Thu, 5 May 2022 16:09:47 +0000 (12:09 -0400)]
add room for flash filesystem in linker script
Joey Castillo [Thu, 5 May 2022 13:12:16 +0000 (08:12 -0500)]
add littlefs module
Joey Castillo [Mon, 2 May 2022 23:39:45 +0000 (18:39 -0500)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express
joeycastillo [Sat, 30 Apr 2022 13:35:30 +0000 (08:35 -0500)]
add CVE-2022-24765 to build-simulator
Joey Castillo [Thu, 21 Apr 2022 21:04:54 +0000 (17:04 -0400)]
milestone: watch library 0.0.1
Joey Castillo [Thu, 21 Apr 2022 19:37:12 +0000 (15:37 -0400)]
movement: only run custom commands at first launch
Joey Castillo [Thu, 21 Apr 2022 18:33:59 +0000 (14:33 -0400)]
deep space firmware: show voyager 1 mission day
Joey Castillo [Thu, 21 Apr 2022 18:12:16 +0000 (14:12 -0400)]
make 2022 the default year
Joey Castillo [Thu, 21 Apr 2022 17:34:49 +0000 (13:34 -0400)]
deep space firmware: prepopulate time zones
Joey Castillo [Thu, 21 Apr 2022 15:46:56 +0000 (11:46 -0400)]
stargazer firmware: make LED red by default
Joey Castillo [Thu, 21 Apr 2022 15:26:02 +0000 (11:26 -0400)]
freeze snapshot of standard firmware in alt_fw
Joey Castillo [Wed, 20 Apr 2022 21:18:58 +0000 (17:18 -0400)]
add mechanism for building alternate firmware images
Joey Castillo [Wed, 20 Apr 2022 15:44:21 +0000 (11:44 -0400)]
add counter face to movement build
Spencer Bywater [Wed, 20 Apr 2022 15:40:55 +0000 (08:40 -0700)]
Add break statement for EVENT_TICK in watch_face template (#64)
Joey Castillo [Wed, 20 Apr 2022 12:50:25 +0000 (08:50 -0400)]
work around CVE-2022-24765
Joey Castillo [Wed, 20 Apr 2022 12:38:39 +0000 (08:38 -0400)]
update checkout action (unsafe directory fix)
Joey Castillo [Wed, 20 Apr 2022 12:25:45 +0000 (08:25 -0400)]
Merge branch 'mars-clock'
Joey Castillo [Sun, 10 Apr 2022 22:08:37 +0000 (18:08 -0400)]
rewrite lis2dh logger for lis2dw
Joey Castillo [Sun, 10 Apr 2022 20:21:12 +0000 (16:21 -0400)]
remove old lis2dh driver
Joey Castillo [Sun, 10 Apr 2022 19:57:13 +0000 (15:57 -0400)]
make A1-05 the default board (final hardware)
Joey Castillo [Sun, 10 Apr 2022 19:56:45 +0000 (15:56 -0400)]
remove all deprecated functions
Joey Castillo [Sun, 10 Apr 2022 19:18:36 +0000 (15:18 -0400)]
world clock: fix glitch when exiting settings mode
Joey Castillo [Sun, 10 Apr 2022 19:07:58 +0000 (15:07 -0400)]
static analysis: add comments to empty while loops
Joey Castillo [Sun, 10 Apr 2022 18:51:13 +0000 (14:51 -0400)]
static analysis: make __write static to avoid confusion
Joey Castillo [Sun, 10 Apr 2022 18:45:21 +0000 (14:45 -0400)]
static analysis: use parentheses around binary operators
Joey Castillo [Sun, 10 Apr 2022 18:38:15 +0000 (14:38 -0400)]
charset tweaks: no need to run deeper checks
Joey Castillo [Sun, 10 Apr 2022 16:45:21 +0000 (12:45 -0400)]
add rule for static analysis
Joey Castillo [Wed, 6 Apr 2022 19:55:06 +0000 (15:55 -0400)]
mars clock: formatting
Joey Castillo [Wed, 6 Apr 2022 19:54:31 +0000 (15:54 -0400)]
mars clock: use S without cross-stroke for clarity
Joey Castillo [Wed, 6 Apr 2022 19:53:32 +0000 (15:53 -0400)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Joey Castillo [Wed, 6 Apr 2022 19:51:06 +0000 (15:51 -0400)]
character map tweaks: add some ligatures and symbols
Joey Castillo [Wed, 6 Apr 2022 19:12:37 +0000 (15:12 -0400)]
Revert "make lowercase s look distinct"
This reverts commit
2cba47996ed08c83b7c9b2ba521b68fb8a62f666 .
Joey Castillo [Wed, 6 Apr 2022 19:12:03 +0000 (15:12 -0400)]
Merge branch 'main' into mars-clock
Joey Castillo [Wed, 6 Apr 2022 18:56:18 +0000 (14:56 -0400)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mars-clock
Joey Castillo [Wed, 6 Apr 2022 18:33:29 +0000 (14:33 -0400)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Wesley Ellis [Wed, 6 Apr 2022 18:33:24 +0000 (14:33 -0400)]
Add tomato face: a pomodoro style timer (#61)
Joey Castillo [Sun, 3 Apr 2022 19:47:26 +0000 (15:47 -0400)]
moon phase: light LED on press like other faces
Joey Castillo [Sat, 2 Apr 2022 14:12:26 +0000 (10:12 -0400)]
time set: fix PM not appearing at noon in 12h mode
Joey Castillo [Sat, 2 Apr 2022 14:06:08 +0000 (10:06 -0400)]
movement: final list of watch faces for stock firmware
Joey Castillo [Fri, 1 Apr 2022 19:43:19 +0000 (15:43 -0400)]
thermistor readout: fix change in units when waking from sleep
Joey Castillo [Fri, 1 Apr 2022 19:42:49 +0000 (15:42 -0400)]
movement: add thermistor testing watch face
Joey Castillo [Mon, 28 Mar 2022 19:48:33 +0000 (15:48 -0400)]
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Joey Castillo [Mon, 28 Mar 2022 19:48:21 +0000 (15:48 -0400)]
update bootloader with 60 second timeout
Shogo Okamoto [Sun, 20 Mar 2022 18:04:30 +0000 (03:04 +0900)]
append counter_face to complication directory. (#58)
* append counter_face to complication directory.
* Remove invalid configurations for faces
* remove faces from main firmware.
Co-authored-by: Shogo Okamoto <shogo.okamoto@gmail.com>
Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
Joey Castillo [Sun, 13 Mar 2022 22:03:42 +0000 (18:03 -0400)]
add beginnings of a uart-controlled prototyping app
Joey Castillo [Sun, 13 Mar 2022 20:37:26 +0000 (16:37 -0400)]
make lowercase s look distinct
Joey Castillo [Sat, 5 Mar 2022 14:59:32 +0000 (09:59 -0500)]
mars clock: add support for sols
Joey Castillo [Fri, 4 Mar 2022 22:30:18 +0000 (16:30 -0600)]
mars clock: adding additional sites
Joey Castillo [Fri, 4 Mar 2022 20:44:42 +0000 (14:44 -0600)]
movement: first pass at mars clock
joeycastillo [Fri, 4 Mar 2022 20:52:49 +0000 (14:52 -0600)]
Movement: Astronomy and Orrery watch faces (#55)
Joey Castillo [Thu, 3 Mar 2022 17:41:48 +0000 (11:41 -0600)]
battery monitor: hide signal indicator in sleep
Joey Castillo [Thu, 3 Mar 2022 16:17:18 +0000 (10:17 -0600)]
movement: fix hang when using voltage face with temperature log
Joey Castillo [Wed, 23 Feb 2022 15:04:19 +0000 (10:04 -0500)]
fatten GND wire to USB port