Skip to content

Commit

Permalink
Rename bootloader_core into luos_bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-rabault committed Jun 26, 2023
1 parent b71bb4b commit bef6519
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <stdint.h>
#include <stdbool.h>

#include "bootloader_core.h"
#include "luos_bootloader.h"
#include "luos_hal.h"
#include "luos_engine.h"
#include "routing_table.h"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-F072RB/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-F401RE/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-F410RB/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-G431KB/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-G474RE/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-L073RZ/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/NUCLEO-L432KC/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"

// *****************************************************************************
// *****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/STM32F4-discovery/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion examples/projects/l0/bootloader/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/* USER CODE BEGIN Includes */
#include "luos_engine.h"
#include "robus.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
/* USER CODE END Includes */

/* Private typedef -----------------------------------------------------------*/
Expand Down
2 changes: 1 addition & 1 deletion tool_services/gate/TinyJSON/bootloader_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <stdio.h>
#include <stdint.h>
#include "bootloader_ex.h"
#include "bootloader_core.h"
#include "luos_bootloader.h"
#include "gate_config.h"
#include "pipe_link.h"
#include "routing_table.h"
Expand Down

0 comments on commit bef6519

Please sign in to comment.