add RTOS
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user