Files
lk/project/dartuinoP0-test.mk
Christopher Anderson 425a9de687 [demo] Have ST send ACC data every 100 MS over SPI5
- Revert to HAL spi since there's still a timing bug in the new WIP driver
- Add nrf_sensors app to poll the ACC and send data every 100 ms
2016-05-12 14:54:18 -07:00

23 lines
424 B
Makefile

include project/target/dartuinoP0.mk
include project/virtual/test.mk
include project/virtual/minip.mk
# Console serial port is on pins PA9(TX) and PB7(RX)
include project/virtual/fs.mk
DISPLAY_PANEL_TYPE ?= LS013B7DH06
MODULES += \
target/dartuinoP0/projects/system
MODULE_DEPS += \
app/accelerometer \
app/nrf_sensors \
MODULE_SRCS += \
$(LOCAL_DIR)/sensor_bus.c \
GLOBAL_DEFINES += \
ENABLE_SENSORBUS=1