This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 3e73e04
1 parent 506e9c8 commit 3e73e04 Copy full SHA for 3e73e04
File tree 14 files changed +13
-13
lines changed
NUCLEO-F072RB/bootloader/src
NUCLEO-F401RE/bootloader/src
NUCLEO-F410RB/bootloader/src
NUCLEO-G431KB/bootloader/src
NUCLEO-G474RE/bootloader/src
NUCLEO-L073RZ/bootloader/src
NUCLEO-L432KC/bootloader/src
SAMD21XPLAINED/Bootloader/firmware/src
STM32F4-discovery/bootloader/src
STM32L4S5_discovery/bootloader/src
tool_services/gate/TinyJSON
14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 8
8
#include <stdint.h>
9
9
#include <stdbool.h>
10
10
11
- #include "bootloader_core .h"
11
+ #include "luos_bootloader .h"
12
12
#include "luos_hal.h"
13
13
#include "luos_engine.h"
14
14
#include "routing_table.h"
File renamed without changes.
Original file line number Diff line number Diff line change 25
25
/* USER CODE BEGIN Includes */
26
26
#include "luos_engine.h"
27
27
#include "robus.h"
28
- #include "bootloader_core .h"
28
+ #include "luos_bootloader .h"
29
29
/* USER CODE END Includes */
30
30
31
31
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 23
23
/* USER CODE BEGIN Includes */
24
24
#include "luos_engine.h"
25
25
#include "robus.h"
26
- #include "bootloader_core .h"
26
+ #include "luos_bootloader .h"
27
27
/* USER CODE END Includes */
28
28
29
29
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 29
29
30
30
#include "luos_engine.h"
31
31
#include "robus.h"
32
- #include "bootloader_core .h"
32
+ #include "luos_bootloader .h"
33
33
34
34
// *****************************************************************************
35
35
// *****************************************************************************
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 24
24
/* USER CODE BEGIN Includes */
25
25
#include "luos_engine.h"
26
26
#include "robus.h"
27
- #include "bootloader_core .h"
27
+ #include "luos_bootloader .h"
28
28
/* USER CODE END Includes */
29
29
30
30
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 25
25
/* USER CODE BEGIN Includes */
26
26
#include "luos_engine.h"
27
27
#include "robus.h"
28
- #include "bootloader_core .h"
28
+ #include "luos_bootloader .h"
29
29
/* USER CODE END Includes */
30
30
31
31
/* Private typedef -----------------------------------------------------------*/
Original file line number Diff line number Diff line change 7
7
#include <stdio.h>
8
8
#include <stdint.h>
9
9
#include "bootloader_ex.h"
10
- #include "bootloader_core .h"
10
+ #include "luos_bootloader .h"
11
11
#include "gate_config.h"
12
12
#include "pipe_link.h"
13
13
#include "routing_table.h"
You can’t perform that action at this time.
0 commit comments