Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Updated with projects for programming VA10800
Browse files Browse the repository at this point in the history
  • Loading branch information
JWatsonADI committed Mar 12, 2018
1 parent 822fd3e commit 3235c23
Show file tree
Hide file tree
Showing 89 changed files with 25,058 additions and 10,082 deletions.
1,373 changes: 0 additions & 1,373 deletions mcu/common/hdr/cmsis_gcc.h

This file was deleted.

2 changes: 1 addition & 1 deletion mcu/common/src/hardfault_handler.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "va108xx.h"
#include "stdio.h"
// #include "reb_log.h"
#include "reb_log.h"

// Safe memory access routine, that support possible fault recovery
// Needs to be compiled UnOptimized
Expand Down
2 changes: 0 additions & 2 deletions mcu/driver/hdr/uart_va108xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ extern VOR_DRIVER_UART Driver_UART0;
extern VOR_DRIVER_UART Driver_UART1;
extern uint32_t VOR_Get_SysTime(void);

extern uint8_t UART_RX_Buff_Not_empty; //


#define UART0_CLK_EN_MASK (1<<8)
#define UART1_CLK_EN_MASK (1<<9)
Expand Down
2 changes: 1 addition & 1 deletion mcu/driver/src/driver.common.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
****************************************************************************************/
#include "driver_common.h"
#include "va108xx.h"
//#include "reb_board.h"
// #include "reb_board.h"

uint32_t VOR_Get_ClockFreq(void)
{
Expand Down
50 changes: 0 additions & 50 deletions mcu/driver/src/driver.common_old0714.c

This file was deleted.

8,227 changes: 476 additions & 7,751 deletions mcu/project/ht_dab_va108xx.rev_c_brd/JLinkLog.txt

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions mcu/project/ht_dab_va108xx.rev_c_brd/Listings/ht_dab_va108xx.map
Original file line number Diff line number Diff line change
Expand Up @@ -1642,20 +1642,20 @@ Image component sizes

Code (inc. data) RO Data RW Data ZI Data Debug Object Name

36 4 0 0 0 570 driver.common.o
60 0 0 0 0 1368 list.o
650 100 0 0 0 21758 main.o
1836 530 16 64 64 7780 output.o
1264 466 0 4 128 3148 parser.o
156 14 0 0 0 1134 port.o
2588 412 0 68 16520 26629 sampling_engine.o
36 8 192 0 1024 832 startup_va108xx.o
68 26 0 4 0 191751 system_va108xx.o
364 26 0 60 160 6532 tasks.o
240 56 0 12 256 9127 uart.o
36 4 0 0 0 590 driver.common.o
60 0 0 0 0 1424 list.o
650 100 0 0 0 22070 main.o
1836 530 16 64 64 7952 output.o
1264 466 0 4 128 3244 parser.o
156 14 0 0 0 1174 port.o
2588 412 0 68 16520 27277 sampling_engine.o
36 8 192 0 1024 852 startup_va108xx.o
68 26 0 4 0 191831 system_va108xx.o
364 26 0 60 160 6628 tasks.o
240 56 0 12 256 9259 uart.o

----------------------------------------------------------------------
7302 1642 240 212 18156 270629 Object Totals
7302 1642 240 212 18156 272301 Object Totals
0 0 32 0 0 0 (incl. Generated)
4 0 0 0 4 0 (incl. Padding)

Expand Down Expand Up @@ -1720,8 +1720,8 @@ Image component sizes

Code (inc. data) RO Data RW Data ZI Data Debug

11336 1762 304 212 18156 269337 Grand Totals
11336 1762 304 212 18156 269337 ELF Image Totals
11336 1762 304 212 18156 271009 Grand Totals
11336 1762 304 212 18156 271009 ELF Image Totals
11336 1762 304 212 0 0 ROM Totals

==============================================================================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ ARM Macro Assembler Page 7
00000000
Command Line: --debug --xref --diag_suppress=9931 --cpu=Cortex-M0 --apcs=interw
ork --depend=.\objects\startup_va108xx.d -o.\objects\startup_va108xx.o -I.\RTE\
_reb1_va108xx -IC:\Keil_v5\ARM\PACK\Vorago\VA108xx\1.4.0\core -IC:\Keil_v5\ARM\
CMSIS\Include --predefine="__EVAL SETA 1" --predefine="__MICROLIB SETA 1" --pre
define="__UVISION_VERSION SETA 524" --predefine="VA108xx SETA 1" --list=.\listi
ngs\startup_va108xx.lst ..\..\common\src\startup_va108xx.s
_ht_dab_va108xx -IC:\Keil_v5\ARM\PACK\Vorago\VA108xx\1.4.0\core -IC:\Keil_v5\AR
M\CMSIS\Include --predefine="__EVAL SETA 1" --predefine="__MICROLIB SETA 1" --p
redefine="__UVISION_VERSION SETA 524" --predefine="VA108xx SETA 1" --list=.\lis
tings\startup_va108xx.lst ..\..\common\src\startup_va108xx.s



Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c --cpu Cortex-M0 -D__EVAL -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ..\..\Driver\hdr -I .\hdr -I ..\..\Utilities\hdr -I ..\..\Common\hdr -I .\Source\include -I .\Source\portable\RVDS\ARM_CM0
-I.\RTE\_reb1_va108xx
-I.\RTE\_ht_dab_va108xx
-IC:\Keil_v5\ARM\PACK\Vorago\VA108xx\1.4.0\core
-IC:\Keil_v5\ARM\CMSIS\Include
-D__UVISION_VERSION="524" -DVA108xx -DRTT_LOG -DSKIP_UTILS
Expand Down
Binary file modified mcu/project/ht_dab_va108xx.rev_c_brd/Objects/driver.common.crf
Binary file not shown.
Binary file modified mcu/project/ht_dab_va108xx.rev_c_brd/Objects/driver.common.o
Binary file not shown.
2 changes: 1 addition & 1 deletion mcu/project/ht_dab_va108xx.rev_c_brd/Objects/heap_1._2i
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c --cpu Cortex-M0 -D__EVAL -D__MICROLIB -g -O3 --apcs=interwork --split_sections -I ..\..\Driver\hdr -I .\hdr -I ..\..\Utilities\hdr -I ..\..\Common\hdr -I .\Source\include -I .\Source\portable\RVDS\ARM_CM0
-I.\RTE\_reb1_va108xx
-I.\RTE\_ht_dab_va108xx
-IC:\Keil_v5\ARM\PACK\Vorago\VA108xx\1.4.0\core
-IC:\Keil_v5\ARM\CMSIS\Include
-D__UVISION_VERSION="524" -DVA108xx -DRTT_LOG -DSKIP_UTILS
Expand Down
Binary file modified mcu/project/ht_dab_va108xx.rev_c_brd/Objects/heap_1.crf
Binary file not shown.
Binary file modified mcu/project/ht_dab_va108xx.rev_c_brd/Objects/heap_1.o
Binary file not shown.
Loading

0 comments on commit 3235c23

Please sign in to comment.