Skip to content

Commit 5be3425

Browse files
authored
Update ChibiOS HAL to v9.0 (#3202)
***NO_CI***
1 parent d7d581b commit 5be3425

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

targets/AzureRTOS/ST/ORGPAL_PALTHREE/nanoBooter/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include "mcuconf.h"
2727

targets/AzureRTOS/ST/ORGPAL_PALTHREE/nanoCLR/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include <target_platform.h>
2727
#include "mcuconf.h"

targets/AzureRTOS/ST/ST_B_L475E_IOT01A/nanoBooter/halconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include "mcuconf.h"
2727

@@ -546,4 +546,4 @@
546546

547547
/** @} */
548548

549-
// clang-format on
549+
// clang-format on

targets/AzureRTOS/ST/ST_B_L475E_IOT01A/nanoCLR/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include <target_platform.h>
2727
#include "mcuconf.h"

targets/ChibiOS/ORGPAL_PALTHREE/nanoBooter/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include "mcuconf.h"
2727

targets/ChibiOS/ORGPAL_PALTHREE/nanoCLR/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include <target_platform.h>
2727
#include "mcuconf.h"

targets/ChibiOS/ORGPAL_PALX/nanoBooter/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include "mcuconf.h"
2727

targets/ChibiOS/ORGPAL_PALX/nanoCLR/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include <target_platform.h>
2727
#include "mcuconf.h"

targets/ChibiOS/ST_NUCLEO64_F091RC/nanoBooter/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include "mcuconf.h"
2727

targets/ChibiOS/ST_NUCLEO64_F091RC/nanoCLR/halconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define HALCONF_H
2222

2323
#define _CHIBIOS_HAL_CONF_
24-
#define _CHIBIOS_HAL_CONF_VER_8_4_
24+
#define _CHIBIOS_HAL_CONF_VER_9_0_
2525

2626
#include <target_platform.h>
2727
#include "mcuconf.h"

0 commit comments

Comments
 (0)