BigW Consortium Gitlab

Commit f0b35927 by David Frey

Add WP chipset variables to targets .sinc files

Specifically, MANGOH_WP_CHIPSET_9X15 and MANGOH_WP_CHIPSET_9X07 variables have been defined. This allows for decision making in .cdef and .adef files based upon which module is being targeted. This is useful when requiring libraries and the versions of the libraries differ between chipsets.
parent f58376a7
......@@ -17,5 +17,10 @@ buildVars:
* I2C bus containing the battery charger and battery gauge
*/
MANGOH_I2C_BUS_BATTERY = 6
/*
* General purpose chipset definition
*/
MANGOH_WP_CHIPSET_9X07 = 1
}
......@@ -34,6 +34,10 @@ buildVars:
/*
* CAN IOT card
*/
MANGOH_CAN_9X15 = 1
}
MANGOH_CAN_9X15 = 1
/*
* General purpose chipset definition
*/
MANGOH_WP_CHIPSET_9X15 = 1
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment