mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
STM32L discovery demo is now demonstrating three low power modes - still needs clean up.
This commit is contained in:
parent
9001b7b77a
commit
3d00d47239
7 changed files with 884 additions and 124 deletions
|
@ -234,7 +234,7 @@
|
|||
<option>
|
||||
<name>CCAllowList</name>
|
||||
<version>1</version>
|
||||
<state>1111111</state>
|
||||
<state>0000000</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCDebugInfo</name>
|
||||
|
@ -328,7 +328,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>CCOptLevel</name>
|
||||
<state>3</state>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CCOptStrategy</name>
|
||||
|
@ -337,7 +337,7 @@
|
|||
</option>
|
||||
<option>
|
||||
<name>CCOptLevelSlave</name>
|
||||
<state>3</state>
|
||||
<state>0</state>
|
||||
</option>
|
||||
<option>
|
||||
<name>CompilerMisraRules98</name>
|
||||
|
@ -1017,6 +1017,9 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\ST_Code\Libraries\STM32L1xx_StdPeriph_Driver\src\stm32l1xx_syscfg.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\ST_Code\Libraries\STM32L1xx_StdPeriph_Driver\src\stm32l1xx_tim.c</name>
|
||||
</file>
|
||||
</group>
|
||||
<group>
|
||||
<name>TouchSensingDriver</name>
|
||||
|
@ -1088,6 +1091,9 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\stm32l1xx_it.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\STM32L_low_power_tick_management.c</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\tsl_user.c</name>
|
||||
</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue