Rename kboot.[ch] to bootloader.[ch] to improve clarity.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "kboot.h"
|
#include "bootloader.h"
|
||||||
#include "i2c_addresses.h"
|
#include "i2c_addresses.h"
|
||||||
|
|
||||||
__attribute__((used, section(".BootloaderConfig"))) const bootloader_config_t BootloaderConfig = {
|
__attribute__((used, section(".BootloaderConfig"))) const bootloader_config_t BootloaderConfig = {
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "init_peripherals.h"
|
#include "init_peripherals.h"
|
||||||
#include "bool_array_converter.h"
|
#include "bool_array_converter.h"
|
||||||
#include "kboot.h"
|
#include "bootloader.h"
|
||||||
|
|
||||||
void SetError(uint8_t error);
|
void SetError(uint8_t error);
|
||||||
void SetGenericError(void);
|
void SetGenericError(void);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "kboot.h"
|
#include "bootloader.h"
|
||||||
|
|
||||||
void JumpToKboot(void) {
|
void JumpToKboot(void) {
|
||||||
uint32_t runBootloaderAddress;
|
uint32_t runBootloaderAddress;
|
||||||
Reference in New Issue
Block a user