]> git.earman.xyz Git - sensor-watch.git/commit
implement SPI flash chip
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 27 Jan 2022 03:39:09 +0000 (22:39 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 27 Jan 2022 03:40:49 +0000 (22:40 -0500)
commit523a5d2f0b3f0d79b16784470870935313dd5775
treeb7631b071432bba90eb14aa9540f97c01c5503ac
parentb2dbc4feeb48697fbbdbb7740b6db552a45b3c02
implement SPI flash chip
apps/spi-test/app.c
apps/spi-test/watch_spi.c [new file with mode: 0644]
make.mk
watch-library/hardware/hw/driver_init.c
watch-library/hardware/watch/watch_spi.c
watch-library/shared/driver/spiflash.c [new file with mode: 0644]
watch-library/shared/driver/spiflash.h [new file with mode: 0644]
watch-library/shared/watch/watch_spi.h
watch-library/simulator/watch/watch_spi.c