Added test case for thread killing

This commit is contained in:
dario
2024-01-18 12:40:12 +01:00
parent 8e5bf802b0
commit 28f88b1ead
6 changed files with 95 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
#ifndef STA_CONFIG_HPP
#define STA_CONFIG_HPP
#define STA_STM32_SWD_USART_IDX 2
#include <sta/devices/stm32/mcu/STM32F411xE.hpp>
// Doesn't really do too much right now. Has to be added for successful compilation.

View File

@@ -2,6 +2,6 @@
#ifndef STA_TASTY_CONFIG_HPP
#define STA_TASTY_CONFIG_HPP
#define TASTY_CASE_5
#define TASTY_CASE_6
#endif // STA_TASTY_CONFIG_HPP