summaryrefslogtreecommitdiffstats
path: root/make.mk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'advanced-clock+24h' into advancedMatheus Afonso Martins Moreira2024-03-081-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | Completely refactors the simple clock face and lays the foundations for new features. Also adds a compile time 24 hour mode only feature. Tested-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Tested-on-hardware-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> GitHub-Pull-Request: https://github.com/joeycastillo/Sensor-Watch/pull/373
| * faces/clock: add 24h only featureMatheus Afonso Martins Moreira2024-03-051-0/+6
| | | | | | | | | | | | | | The clock watch face can now be configured at build time to only display the time in 24h mode. Also enabled in forced 24h mode. This should result in smaller code size due to dead code elimination.
* | USB ImprovementsEdward Shin2024-01-071-0/+1
|/ | | | | | | | | | | | | | | | | | | | | | * Introduce shell module for basic serial shell with argument parsing * Introduce shell_cmd_list module for basic compile-time command registration * Harden USB handling to hang less and drop fewer inputs - Service tud_task() with periodic TC0 timer interrupt - Service cdc_task() with periodic TC1 timer interrupt - Handle shell servicing in main app loop - Add a circular buffering layer for reads/writes * Change newline prints to also send carriage return * Refactor filesystem commands for shell subsystem * Introduce new shell commands: - 'help' command - 'flash' command to reset into bootloader - 'stress' command to stress CDC writes Testing: * Shell validated on Sensor Watch Blue w/ Linux host * Shell validated in emscripten emulator * Tuned by spamming inputs during `stress` cmd until stack didn't crash
* Merge pull request #267 from navan93/print-memory-percentagesWesley Aptekar-Cassels2023-11-181-0/+1
|\ | | | | Print memory percentages
| * Print memory percentagesNavaneeth Bhardwaj2023-09-031-0/+1
| | | | | | | | this gives better idea of memories used.
* | Don't allow building without setting board color.Wesley Aptekar-Cassels2023-09-281-0/+4
| | | | | | | | Fixes: #288
* | add new COLOR flagjoeycastillo2023-09-131-1/+5
|/
* add sensor watch litejoeycastillo2023-08-171-0/+1
|
* prep for red boardsjoeycastillo2023-07-291-0/+4
|
* Aperture priority light meter face (#230)Christian Chapman2023-04-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial commit, added opt3001 light meter test app * tested working light meter board, i2c communication still has issues * fixed i2c; rudimentary lightmeter works! * added aperture priority ui * added aperture priority ui * added README * adjusted cal * fixed bugs (HI shutter speed, lux mode toggle) * made it possible to advance to the next face * initialized lux variable * lowered tolerance for HI and LO * Changed EV display from always showing EV100 to showing EV[iso setting] * dont display old ev when ISO changes * changed mode and light behavior * updated readme * fixed indentation * made lightmeter display logic more consistent * made lightmeter display logic more consistent * reverted rules.mk (for merge into upstream) * reverted rules.mk (for merge into upstream) * removed OPT3001 PCB model * made lux mode default, corrected timeout behavior --------- Co-authored-by: Christian Chapman <user@debian>
* rename definition for special edition boardsjoeycastillo2023-01-251-1/+1
|
* Separate emscripten build directoryJames Haggerty2022-11-021-0/+4
| | | | | This avoids the need to 'make clean' before you do a simulator build (or vice-versa).
* Fix Linux Makefile parallelismJames Haggerty2022-10-251-1/+1
| | | | | | | | Makefile != bourne shell, I think. At least on my systems, this was causing a raw -j, which meant that make had no restriction on its parallelism (i.e. tried to build everything at once).
* Enable dependency files for the emscripten buildMichael Gruenewald2022-10-081-0/+1
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into lfsJoey Castillo2022-08-021-1/+27
|\
| * Replace python with python3 for calling uf2convWesley Ellis2022-07-141-1/+1
| | | | | | | | | | | | | | | | 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
| * fixup: restore deleted lineGeorge Hahn2022-05-101-0/+1
| |
| * Move parallel flag into makefile with crossplatform supportGeorge Hahn2022-05-101-0/+11
| |
| * Perform OS detection in makefileGeorge Hahn2022-05-101-1/+15
| |
* | add support for a small filesystem on the watchJoey Castillo2022-05-061-0/+2
|/
* add mechanism for building alternate firmware imagesJoey Castillo2022-04-201-0/+5
|
* make A1-05 the default board (final hardware)Joey Castillo2022-04-101-1/+1
|
* movement: final list of watch faces for stock firmwareJoey Castillo2022-04-021-0/+1
|
* no need to build lis2dh driver anymoreJoey Castillo2022-02-171-1/+0
|
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-171-0/+1
|
* Update main loop to fix reentrancy runtime errorsAlexsander Akers2022-01-271-0/+1
|
* Implement buzzer methods with AudioContext APIAlexsander Akers2022-01-271-0/+2
|
* implement SPI flash chipJoey Castillo2022-01-261-0/+1
|
* watch library: implement SPIJoey Castillo2022-01-261-0/+2
|
* watch library: implement UARTJoey Castillo2022-01-261-0/+1
|
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-251-77/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Put something on screen * Use the 32bit watch_date_time repr to pass from JS * Implement periodic callbacks * Clear display on enabling * Hook up watch_set_led_color() to SVG (green-only) * Make debug output full-width * Remove default Emscripten canvas * Implement sleep and button clicks * Fix time zone conversion bug in beats-time app * Clean up warnings * Fix pin levels * Set time zone to browser value (if available) * Add basic backup data saving * Silence format specifier warnings in both targets * Remove unnecessary, copied files * Use RTC pointer to clear callbacks (if available) * Use preprocessor define to avoid hardcoding MOVEMENT_NUM_FACES * Change each face to const preprocessor definition * Remove Intl.DateTimeFormat usage * Update shell.html title, header * Add touch start/end event handlers on SVG buttons * Update shell.html * Update folder structure (shared, simulator, hardware under watch-library) * Tease out shared components from watch_slcd * Clean up simulator watch_slcd.c inline JS calls * Fix missing newlines at end of file * Add simulator warnings (except format, unused-paremter) * Implement remaining watch_rtc functions * Fix button bug on mouse down then drag out * Implement remaining watch_slcd functions * Link keyboard events to buttons (for keys A, L, M) * Rewrite event handling (mouse, touch, keyboard) in C * Set explicit text UTF-8 charset in shell.html * Address PR comments * Remove unused directories from include paths
* fix filename capitalizationjoeycastillo2022-01-081-1/+1
|
* add driver, test app for LIS2DW accelerometerJoey Castillo2022-01-081-0/+1
|
* introduce github actionsWillian Paixao2021-12-111-1/+2
|
* add LIS2DH accelerometer driver, test appJoey Castillo2021-11-271-0/+2
|
* link math libraryJoey Castillo2021-11-221-0/+2
|
* steps toward SPI support in watch libraryJoey Castillo2021-10-251-0/+1
|
* move weekday lookup to new utilities fileJoey Castillo2021-10-231-0/+1
|
* getting the sensor watch dev board workingJoey Castillo2021-10-191-0/+4
|
* overdue refactor: compile all watch modules separatelyJoey Castillo2021-09-281-0/+11
|
* remove unused ASF codeJoey Castillo2021-09-271-7/+0
|
* move apps to subdirectory, add relative path support to MakefileJoey Castillo2021-09-161-68/+68
|
* first steps toward supporting alternate board pinoutsJoey Castillo2021-09-131-0/+5
|
* remove unused ASF codeJoey Castillo2021-09-131-8/+0
|
* handle watch variant with red/blue LEDJoey Castillo2021-08-311-0/+4
|
* simplify project makefilesJoey Castillo2021-08-281-0/+113