add first rev of eeprom
and ref voltage in varhandler
This commit is contained in:
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -12,6 +12,8 @@
|
||||
"Drivers/CMSIS/Include",
|
||||
"Drivers/STM32L4xx_HAL_Driver/Inc",
|
||||
"Drivers/STM32L4xx_HAL_Driver/Inc/Legacy",
|
||||
"Middlewares/ST/EEPROM_Emul/Core",
|
||||
"Middlewares/ST/EEPROM_Emul/Porting/STM32L4",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/include",
|
||||
"Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F"
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,7 +3,8 @@
|
||||
"files.associations": {
|
||||
"peco_peltiercontroller.h": "c",
|
||||
"cmsis_os2.h": "c",
|
||||
"varh_variablehandler.h": "c"
|
||||
"varh_variablehandler.h": "c",
|
||||
"eeprom_emul.h": "c"
|
||||
},
|
||||
"cortex-debug.armToolchainPath": "c:\\Users\\pique_n\\AppData\\Roaming\\Code\\User\\globalStorage\\bmd.stm32-for-vscode\\@xpack-dev-tools\\arm-none-eabi-gcc\\11.3.1-1.1.2\\.content\\bin",
|
||||
"cortex-debug.openocdPath": "C:\\USERS\\PIQUE_N\\APPDATA\\ROAMING\\CODE\\USER\\GLOBALSTORAGE\\BMD.STM32-FOR-VSCODE\\@XPACK-DEV-TOOLS\\OPENOCD\\0.11.0-5.1\\.CONTENT\\BIN\\OPENOCD.EXE",
|
||||
|
Reference in New Issue
Block a user