chipset: prefix fw vars with da145xx_

This commit is contained in:
Matthias Ringwald 2022-02-03 22:40:57 +01:00
parent d00ab9e3a0
commit aaa1682ba2
8 changed files with 28 additions and 26 deletions

View File

@ -24,9 +24,9 @@ header = '''
#include <stdint.h>
extern const uint8_t da14581_fw_data[];
extern const uint32_t da14581_fw_size;
extern const char * da14581_fw_name;
extern const uint8_t da145xx_fw_data[];
extern const uint32_t da145xx_fw_size;
extern const char * da145xx_fw_name;
#endif
'''
@ -36,16 +36,18 @@ code_start = '''
* BASENAME.c converted from BASENAME.hex
*/
#define BTSTACK_FILE__ "BASENAME.c"
#include "BASENAME.h"
const char * da14581_fw_name = "BASENAME";
const char * da145xx_fw_name = "BASENAME";
const uint8_t da14581_fw_data[] = {
const uint8_t da145xx_fw_data[] = {
'''
code_end = '''
};
const uint32_t da14581_fw_size = sizeof(da14581_fw_data);
const uint32_t da145xx_fw_size = sizeof(da145xx_fw_data);
'''
def convert_hex(basename):

View File

@ -7,9 +7,9 @@
#include "hci_581_active_uart.h"
const char * da14581_fw_name = "hci_581_active_uart";
const char * da145xx_fw_name = "hci_581_active_uart";
const uint8_t da14581_fw_data[] = {
const uint8_t da145xx_fw_data[] = {
0x00, 0x98, 0x00, 0x20, 0xcd, 0x04, 0x00, 0x20, 0xd5, 0x04, 0x00, 0x20, 0xed, 0x04, 0x00, 0x20,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x05, 0x05, 0x00, 0x20,
@ -975,4 +975,4 @@ const uint8_t da14581_fw_data[] = {
0xb0, 0x00, 0x00, 0x00, 0x14, 0x38, 0x00, 0x20, 0x08, 0x09, 0x08, 0x00, 0x48, 0x1e, 0x08, 0x00,
0xb8, 0x11, 0x00, 0x00, 0x14, 0x38, 0x00, 0x20,
};
const uint32_t da14581_fw_size = sizeof(da14581_fw_data);
const uint32_t da145xx_fw_size = sizeof(da145xx_fw_data);

View File

@ -8,8 +8,8 @@
#include <stdint.h>
extern const uint8_t da14581_fw_data[];
extern const uint32_t da14581_fw_size;
extern const char * da14581_fw_name;
extern const uint8_t da145xx_fw_data[];
extern const uint32_t da145xx_fw_size;
extern const char * da145xx_fw_name;
#endif

View File

@ -7,11 +7,11 @@
#include "hci_585.h"
const char * da14581_fw_name = "hci_585";
const char * da145xx_fw_name = "hci_585";
const uint8_t da14581_fw_data[] = {
0xd8, 0x3a, 0xfc, 0x07, 0x69, 0x05, 0xfc, 0x07, 0x71, 0x05, 0xfc, 0x07, 0x89, 0x05, 0xfc, 0x07,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
const uint8_t da145xx_fw_data[] = {
0xd8, 0x3a, 0xfc, 0x07, 0x69, 0x05, 0xfc, 0x07, 0x71, 0x05, 0xfc, 0x07, 0x89, 0x05, 0xfc, 0x07,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa1, 0x05, 0xfc, 0x07,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa3, 0x05, 0xfc, 0x07, 0xa5, 0x05, 0xfc, 0x07,
0x05, 0x19, 0xfc, 0x07, 0x67, 0x19, 0xfc, 0x07, 0x1d, 0x27, 0xf0, 0x07, 0x9f, 0x15, 0xfc, 0x07,
@ -857,4 +857,4 @@ const uint8_t da14581_fw_data[] = {
0x8c, 0x0f, 0xfd, 0x07, 0x44, 0x32, 0x00, 0x00, 0x74, 0x2f, 0xfc, 0x07, 0x80, 0x0c, 0x00, 0x00,
};
const uint32_t da14581_fw_size = sizeof(da14581_fw_data);
const uint32_t da145xx_fw_size = sizeof(da145xx_fw_data);

View File

@ -1,15 +1,15 @@
/**
* hci_585.h converted from hci_585.hex
* hci_585.h converted from hci_585.hex
*/
#ifndef HCI_585_UART_H
#define HCI_585_UART_H
#ifndef hci_585_H
#define hci_585_H
#include <stdint.h>
extern const uint8_t da14581_fw_data[];
extern const uint32_t da14581_fw_size;
extern const char * da14581_fw_name;
extern const uint8_t da145xx_fw_data[];
extern const uint32_t da145xx_fw_size;
extern const char * da145xx_fw_name;
#endif

View File

@ -193,7 +193,7 @@ int main(int argc, const char * argv[]){
printf("Phase 1: Download firmware\n");
// phase #2 start main app
btstack_chipset_da145xx_download_firmware_with_uart(uart_driver, da14581_fw_data, da14581_fw_size, &phase2);
btstack_chipset_da145xx_download_firmware_with_uart(uart_driver, da145xx_fw_data, da145xx_fw_size, &phase2);
// go
btstack_run_loop_execute();

View File

@ -195,7 +195,7 @@ int main(int argc, const char * argv[]){
printf("Phase 1: Download firmware\n");
// phase #2 start main app
btstack_chipset_da145xx_download_firmware_with_uart(uart_driver, da14581_fw_data, da14581_fw_size, &phase2);
btstack_chipset_da145xx_download_firmware_with_uart(uart_driver, da145xx_fw_data, da145xx_fw_size, &phase2);
// go
btstack_run_loop_execute();

View File

@ -199,7 +199,7 @@ int main(int argc, const char * argv[]){
printf("Phase 1: Download firmware\n");
// phase #2 start main app
btstack_chipset_da145xx_download_firmware(uart_driver, da14581_fw_data, da14581_fw_size, &phase2);
btstack_chipset_da145xx_download_firmware(uart_driver, da145xx_fw_data, da145xx_fw_size, &phase2);
// go
btstack_run_loop_execute();