linux ev to adb lookup table

This commit is contained in:
dekunukem
2022-01-02 22:55:10 +00:00
parent d4a5603ada
commit d142d4dd54
11 changed files with 207 additions and 98 deletions

View File

File diff suppressed because one or more lines are too long

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

Binary file not shown.

View File

@@ -27,6 +27,10 @@ Project File Date: 01/01/2022
<h2>Output:</h2>
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'my_adb'
compiling adb.c...
..\Src\adb.c(257): warning: #68-D: integer conversion resulted in a change of sign
return ADB_TIMEOUT;
..\Src\adb.c: 1 warning, 0 errors
compiling main.c...
../Src/main.c(370): warning: #188-D: enumerated type mixed with another type
HAL_GPIO_WritePin(DEBUG1_GPIO_Port, DEBUG1_Pin, kb_srq || mouse_srq);
@@ -34,7 +38,7 @@ compiling main.c...
linking...
Program Size: Code=9684 RO-data=312 RW-data=60 ZI-data=1916
FromELF: creating hex file...
"my_adb\my_adb.axf" - 0 Error(s), 1 Warning(s).
"my_adb\my_adb.axf" - 0 Error(s), 2 Warning(s).
<h2>Software Packages used:</h2>
@@ -57,7 +61,7 @@ Package Vendor: Keil
<h2>Collection of Component Files used:</h2>
* Component: ARM::CMSIS:CORE:5.3.0
Build Time Elapsed: 00:00:01
Build Time Elapsed: 00:00:02
</pre>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<title>Static Call Graph - [my_adb\my_adb.axf]</title></head>
<body><HR>
<H1>Static Call Graph for image my_adb\my_adb.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Sun Jan 02 22:16:56 2022
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Sun Jan 02 22:54:15 2022
<BR><P>
<H3>Maximum Stack Usage = 180 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>

View File

@@ -1087,7 +1087,7 @@ Removing Unused input sections from the image.
Removing adb.o(.rev16_text), (4 bytes).
Removing adb.o(.revsh_text), (4 bytes).
Removing adb.o(.data), (83 bytes).
Removing adb.o(.constdata), (186 bytes).
Removing adb.o(.data), (1 bytes).
Removing delay_us.o(.rev16_text), (4 bytes).
Removing delay_us.o(.revsh_text), (4 bytes).
@@ -1575,7 +1575,7 @@ Removing Unused input sections from the image.
Removing stm32f0xx_hal_tim.o(i.__ARM_common_switch8), (26 bytes).
Removing depilogue.o(i.__ARM_clz), (46 bytes).
489 unused section(s) (total 34798 bytes) removed from the image.
489 unused section(s) (total 34901 bytes) removed from the image.
==============================================================================
@@ -2281,7 +2281,7 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug Object Name
980 86 0 16 0 458448 adb.o
980 86 0 16 0 458498 adb.o
52 10 0 4 0 1931 delay_us.o
370 0 0 0 0 7263 helpers.o
1656 198 61 16 380 16799 main.o
@@ -2300,7 +2300,7 @@ Image component sizes
92 14 24 4 0 1123 system_stm32f0xx.o
----------------------------------------------------------------------
8804 628 312 44 1916 539108 Object Totals
8804 628 312 44 1916 539158 Object Totals
0 0 32 0 0 0 (incl. Generated)
28 0 3 0 0 0 (incl. Padding)
@@ -2348,8 +2348,8 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug
9684 684 312 60 1916 535244 Grand Totals
9684 684 312 60 1916 535244 ELF Image Totals
9684 684 312 60 1916 535294 Grand Totals
9684 684 312 60 1916 535294 ELF Image Totals
9684 684 312 60 0 0 ROM Totals
==============================================================================

View File

@@ -1,7 +1,7 @@
Dependencies for Project 'my_adb', Target 'my_adb': (DO NOT MODIFY !)
CompilerVersion: 5060750::V5.06 update 6 (build 750)::ARMCC
F (startup_stm32f042x6.s)(0x61D0CD73)(--cpu Cortex-M0 -g --apcs=interwork --pd "__MICROLIB SETA 1"
-I.\RTE\_my_adb
-IC:\Users\allen\AppData\Local\Arm\Packs\ARM\CMSIS\5.6.0\CMSIS\Core\Include
@@ -114,7 +114,7 @@ I (../Inc/shared.h)(0x617487BD)
-D__UVISION_VERSION="529" -D_RTE_ -DSTM32F042x6 -DUSE_HAL_DRIVER -DSTM32F042x6
-o my_adb\helpers.o --omf_browse my_adb\helpers.crf --depend my_adb\helpers.d)
-o my_adb\helpers.o --omf_browse my_adb\helpers.crf --depend my_adb\helpers.d)
I (C:\Keil_v5\ARM\ARMCC\include\stdio.h)(0x5D9B429A)
I (C:\Keil_v5\ARM\ARMCC\include\string.h)(0x5D9B4298)
I (C:\Keil_v5\ARM\ARMCC\include\stdlib.h)(0x5D9B429A)