mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 00:37:37 +08:00
[build] reduce a bit stacks sizes for xvert to pass CI build
it seems the cross compiler of docker image is older and don't do enough optimization to pass the compilation
This commit is contained in:
@@ -23,8 +23,8 @@ E-flite X-VERT VTOL
|
||||
<!--<define name="PPRZ_TRIG_INT_USE_FLOAT"/>-->
|
||||
<define name="PPRZ_TRIG_CONST" value="const"/>
|
||||
<define name="THD_WORKING_AREA_MAIN" value="1024"/>
|
||||
<define name="UART_THREAD_STACK_SIZE" value="256"/>
|
||||
<define name="I2C_THREAD_STACK_SIZE" value="256"/>
|
||||
<define name="UART_THREAD_STACK_SIZE" value="240"/>
|
||||
<define name="I2C_THREAD_STACK_SIZE" value="240"/>
|
||||
|
||||
<configure name="USE_MAGNETOMETER" value="FALSE"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user