summaryrefslogtreecommitdiffstats
path: root/Sensor Watch Starter Project
Commit message (Expand)AuthorAgeFilesLines
* simplify project makefilesJoey Castillo2021-08-281-158/+23
* implement USB consoleJoey Castillo2021-08-281-0/+7
* external interrupt refactor: allow enabling in watch library functionsJoey Castillo2021-08-251-34/+37
* work on RTC tamper interrupt and external wakeJoey Castillo2021-08-081-1/+5
* documentation!Joey Castillo2021-08-051-1/+0
* WIP deep sleep modeJoey Castillo2021-08-031-3/+27
* make this snake_case for consistencyJoey Castillo2021-08-031-13/+13
* actually debounce button pressesJoey Castillo2021-08-031-3/+9
* move app.h to library, no need for user to change itJoey Castillo2021-08-021-33/+0
* thinking through deep sleep stuffJoey Castillo2021-08-022-36/+99
* major project reorg, move library one level upJoey Castillo2021-08-02258-146125/+75
* barebones 'hello world' projectJoey Castillo2021-08-026-453/+400
* move user application code to app folderJoey Castillo2021-08-017-189/+329
* lil i2c testJoey Castillo2021-08-015-6/+666
* use atmel studio's configuration and initJoey Castillo2021-07-305-9/+153
* use atmel studio's startup and linker scriptJoey Castillo2021-07-303-311/+373
* bring in all the atmel studio stuffJoey Castillo2021-07-20249-36836/+137739
* get UART working on SERCOM3 (9-pin A2/D1)Joey Castillo2021-07-201-12/+12
* move to a makefile based workflowJoey Castillo2021-07-2097-0/+44475