1
0
This commit is contained in:
2024-01-20 18:22:10 +01:00
parent 0039954bd8
commit b585be12c2
41 changed files with 29691 additions and 117 deletions

View File

@ -19,7 +19,7 @@
// HZ_1000 = 1000,
// HZ_5000 = 5000,
// HZ_10000 = 10000
#define EXTFREQGEN_START_WAVEFORM TRIANGLE // one of these:
#define EXTFREQGEN_START_WAVEFORM SINUS // one of these:
// SINUS
// TRIANGLE
// SQUARE

View File

@ -4,7 +4,7 @@
/**
* Waring: Only one PORT define should be enabled at a time!
*/
#define TOUCHGFX_BAREMETAL 1
#define TOUCHGFX_FREERTOS 0
#define TOUCHGFX_BAREMETAL 0
#define TOUCHGFX_FREERTOS 1
#endif // TOUCHGFX_CONFIG_H

View File

@ -4,7 +4,7 @@
/**
* Waring: Only one PORT define should be enabled at a time!
*/
#define PORT_IDF_STM32CUBE 1
#define PORT_STM32CUBE_CMSIS_FREERTOS 0
#define PORT_IDF_STM32CUBE 0
#define PORT_STM32CUBE_CMSIS_FREERTOS 1
#endif // XF_PORT_CONFIG_H