]> git.earman.xyz Git - sensor-watch.git/commit
overdue refactor: compile all watch modules separately
authorJoey Castillo <jose.castillo@gmail.com>
Tue, 28 Sep 2021 17:42:08 +0000 (13:42 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Tue, 28 Sep 2021 18:42:56 +0000 (14:42 -0400)
commit39a17c99b988086396388a942889c78b84ad6891
treec469c7a19fb4f28ef1ec837cd5c9e46334e9d1ce
parent152ba8aec6c4ab19a56822ddd7d77e999cb715ae
overdue refactor: compile all watch modules separately
27 files changed:
make.mk
watch-library/hal/include/hal_calendar.h [new file with mode: 0644]
watch-library/hal/src/hal_calendar.c [new file with mode: 0644]
watch-library/watch/watch.c
watch-library/watch/watch_adc.c
watch-library/watch/watch_adc.h
watch-library/watch/watch_app.h
watch-library/watch/watch_buzzer.c
watch-library/watch/watch_buzzer.h
watch-library/watch/watch_deepsleep.c
watch-library/watch/watch_deepsleep.h
watch-library/watch/watch_extint.c
watch-library/watch/watch_extint.h
watch-library/watch/watch_gpio.c
watch-library/watch/watch_gpio.h
watch-library/watch/watch_i2c.c
watch-library/watch/watch_i2c.h
watch-library/watch/watch_led.c
watch-library/watch/watch_led.h
watch-library/watch/watch_private.c
watch-library/watch/watch_private.h
watch-library/watch/watch_rtc.c
watch-library/watch/watch_rtc.h
watch-library/watch/watch_slcd.c
watch-library/watch/watch_slcd.h
watch-library/watch/watch_uart.c
watch-library/watch/watch_uart.h