summaryrefslogtreecommitdiffstats
path: root/make.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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