Merge remote-tracking branch 'origin/development' into mueller/refactor-logging-with-fmt

This commit is contained in:
2022-06-21 10:47:16 +02:00
56 changed files with 665 additions and 797 deletions

View File

@ -10,6 +10,10 @@
#include "stm32h7xx_hal.h"
#include "stm32h7xx_hal_spi.h"
#ifndef STM_USE_PERIPHERAL_TX_BUFFER_MPU_PROTECTION
#define STM_USE_PERIPHERAL_TX_BUFFER_MPU_PROTECTION 1
#endif
enum class TransferStates { IDLE, WAIT, SUCCESS, FAILURE };
class GyroL3GD20H {