aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/hal.h')
-rw-r--r--os/hal/include/hal.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/os/hal/include/hal.h b/os/hal/include/hal.h
index 4b2ba597c..26299602b 100644
--- a/os/hal/include/hal.h
+++ b/os/hal/include/hal.h
@@ -94,6 +94,10 @@
#define HAL_USE_SDC FALSE
#endif
+#if !defined(HAL_USE_SIO)
+#define HAL_USE_SPI FALSE
+#endif
+
#if !defined(HAL_USE_SPI)
#define HAL_USE_SPI FALSE
#endif
@@ -150,6 +154,7 @@
#include "hal_rtc.h"
#include "hal_serial.h"
#include "hal_sdc.h"
+#include "hal_sio.h"
#include "hal_spi.h"
#include "hal_trng.h"
#include "hal_uart.h"
@@ -197,12 +202,12 @@
/**
* @brief HAL version string.
*/
-#define HAL_VERSION "6.0.0"
+#define HAL_VERSION "7.0.0"
/**
* @brief HAL version major number.
*/
-#define CH_HAL_MAJOR 6
+#define CH_HAL_MAJOR 7
/**
* @brief HAL version minor number.