mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
[conf subsystems] print an error if trying to use the imu_aspirin_v2.1 subsystem with lpc since that is not implemented yet
This commit is contained in:
@@ -48,6 +48,7 @@ IMU_ASPIRIN_CFLAGS += -DUSE_SPI
|
||||
|
||||
ifeq ($(ARCH), lpc21)
|
||||
#TODO
|
||||
$(error Not implemented for the LCP21x yet. Not hard, just needs to be done. Patches welcome!)
|
||||
else ifeq ($(ARCH), stm32)
|
||||
# IMU_ASPIRIN_CFLAGS += -DUSE_EXTI15_10_IRQ # Gyro Int on PC14
|
||||
IMU_ASPIRIN_CFLAGS += -DUSE_DMA1_C4_IRQ # SPI2 Rx DMA
|
||||
|
||||
Reference in New Issue
Block a user