goodwatch/firmware
2018-07-23 20:21:22 -04:00
..
apps OOK applet no longer uses getchar(). #97 2018-07-23 20:21:22 -04:00
libs
.gitignore
adc10.h Adds symbols and beginning support for the ADC10 unit of the CC430F6147. #76 2018-07-04 13:52:13 -04:00
adc.c Cleanup. 2018-07-23 18:20:30 -04:00
adc.h Adds symbols and beginning support for the ADC10 unit of the CC430F6147. #76 2018-07-04 13:52:13 -04:00
api.h int2bcd ROM table, eliminates all divisions in clock applet displaying the time. #96 2018-07-23 19:07:59 -04:00
applist.c Morse applet no longer uses getchar(). #97 2018-07-23 19:35:29 -04:00
applist.h Moves the VCC code into a new module, adc.o. Battery measurement is now performed in the clock applet by pressing '1'. #76 2018-07-03 11:24:03 -04:00
apps.c Fixes an uninitialized variable that caused the CC430F6147 watch to lock up during app_init(). #75 2018-04-20 22:29:16 -04:00
apps.h Functional OOK emulation example. #85 2018-04-05 15:32:05 -04:00
bcd.c int2bcd ROM table, eliminates all divisions in clock applet displaying the time. #96 2018-07-23 19:07:59 -04:00
bcd.h int2bcd ROM table, eliminates all divisions in clock applet displaying the time. #96 2018-07-23 19:07:59 -04:00
buzz.c some refinements to the alarm. This seems to be working well now. 2018-02-10 15:15:54 -05:00
buzz.h use Travis' buzz driver instead of mine, re-add alarm app to list 2018-02-10 12:28:12 -05:00
codeplug.c Functional VFO mode in Tuner applet. Close #51. 2018-04-15 18:21:30 -04:00
codeplug.h Functional VFO mode in Tuner applet. Close #51. 2018-04-15 18:21:30 -04:00
codeplug.txt Finishes codeplug support. Close #50. 2017-12-02 22:49:33 -05:00
configdefault.h RSSI app works, so long as you pass through Morse first. I don't know why. #49 2017-11-29 20:20:06 -05:00
configtemplate.h Default calibration of -28 seems best on all my units. Close #93. 2018-07-03 10:40:22 -04:00
configure Configuration script and template. 2017-11-28 18:29:52 -05:00
descriptor.c Beginnings of a module to parse the descriptor tables. We don't investigate the TLV yet, but it's enough to read the model number. #75 2018-04-21 14:04:00 -04:00
descriptor.h Beginnings of a module to parse the descriptor tables. We don't investigate the TLV yet, but it's enough to read the model number. #75 2018-04-21 14:04:00 -04:00
dmesg.c DMESG in the debug monitor. #55 2017-12-08 19:51:01 -05:00
dmesg.h DMESG in the debug monitor. #55 2017-12-08 19:51:01 -05:00
Doxyfile
keypad.c Functional OOK emulation example. #85 2018-04-05 15:32:05 -04:00
keypad.h Moves the VCC code into a new module, adc.o. Battery measurement is now performed in the clock applet by pressing '1'. #76 2018-07-03 11:24:03 -04:00
lcd.c VCC now properly measured in both CC430F6137 (ADC12) and CC430F6147 (ADC10) devices.) #76 2018-07-07 15:54:14 -04:00
lcd.h
lcdtext.c In lcd_number(), overflows are no longer abreviated. 2018-05-24 15:03:26 -04:00
lcdtext.h
main.c No longer prints the REF status during POST. 2018-07-23 19:10:16 -04:00
Makefile int2bcd ROM table, eliminates all divisions in clock applet displaying the time. #96 2018-07-23 19:07:59 -04:00
memory.x
monitor.c Added command to export random integers as per suggestion in #63 2018-01-28 14:36:40 -06:00
monitor.h Failed attempt at #56. 2017-12-10 12:27:40 -05:00
msp430.x
optim.c Cleanup of the new BCD/HEX conversion. 2018-05-24 14:17:51 -04:00
optim.h Cleanup of the new BCD/HEX conversion. 2018-05-24 14:17:51 -04:00
packet.c Functional OOK emulation example. #85 2018-04-05 15:32:05 -04:00
packet.h Beacon application works. First packets between devices! 2017-12-05 17:34:39 -05:00
periph.x Adds symbols and beginning support for the ADC10 unit of the CC430F6147. #76 2018-07-04 13:52:13 -04:00
power.c
power.h
radio.c VCC now properly measured in both CC430F6137 (ADC12) and CC430F6147 (ADC10) devices.) #76 2018-07-07 15:54:14 -04:00
radio.h Functional OOK emulation example. #85 2018-04-05 15:32:05 -04:00
README.md
ref.c Now setting sampled mode. I expect that this was already the default. 2018-07-23 18:23:18 -04:00
ref.h VCC now properly measured in both CC430F6137 (ADC12) and CC430F6147 (ADC10) devices.) #76 2018-07-07 15:54:14 -04:00
rng.c Addressing #67 - RNG now has more uniform distribution 2018-02-12 01:57:10 +01:00
rng.h Cleanup to the new RNG, #63. 2018-01-27 14:50:28 -05:00
rtc.c Kills an RTCIV printf. 2018-05-30 23:46:52 -04:00
rtc.h
rtcasm.h
rtcasm.S Restores alignment to rtcasm.S. I think this closes #47, but I've thought that before. 2017-11-28 19:00:47 -05:00
sidebutton.c Emulation of the SET button is now disabled by default, may be enabled in config.h 2018-04-15 14:32:48 -04:00
sidebutton.h
uart.c Failed attempt at #56. 2017-12-10 12:27:40 -05:00
uart.h Failed attempt at #56. 2017-12-10 12:27:40 -05:00
ucs.c Reduces 32kHz load capacitance. I believe it is now at the appropriate level. 2018-04-06 11:30:19 -04:00
ucs.h Proper UCS driver. Close #20. 2017-12-09 07:34:21 -05:00

Howdy y'all,

The GoodWatch firmware is in this directory. You will find user-level applications in the apps/ subdirectory, while *.c in the root directory contain low-level drivers.

To add your own application, for one of the smaller examples, such as stopwatch.c. Your app must provide functions for _init() (to run at startup), _draw() (to run every quarter-second for rendering), and _exit() which should just return 0 unless you need to intercept the Mode button, in which case it may return 1 to delay the exit. Add these three functions to a line of the apps[] structure in applist.h.

In general, we try not to over-abstract the hardware because we don't intend the design to be portable away from the CC430. Include <msp430.h> if you need to access the CC430's IO registers or "api.h" for all the standard functions of the GoodWatch firmware.

Cheers,

--Travis