Added board config for nuttx sim.

This commit is contained in:
James Goppert
2015-09-09 08:28:54 -04:00
parent b6b25f2ad1
commit cf37394484
+13
View File
@@ -0,0 +1,13 @@
#define UDID_START 0x1FFF7A10
/*
* I2C busses
*/
#define PX4_I2C_BUS_ESC 1
#define PX4_SIM_BUS_TEST 2
#define PX4_I2C_BUS_EXPANSION 3
#define PX4_I2C_BUS_LED 3
#define PX4_I2C_OBDEV_LED 0x55
#define STM32_SYSMEM_UID "SIMULATIONID"