Skip to content

Commit 0bc3c81

Browse files
committed
Update to BadgeELF lib 0.1.0
1 parent b3001f0 commit 0bc3c81

26 files changed

+2934
-912
lines changed

CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ if("${idf_arch}" STREQUAL "riscv")
33
idf_component_register(
44
SRCS
55
"src/badge_elf.c"
6+
"src/kbelf_lib_badge.c"
7+
"src/kbelf_lib_c.c"
8+
"src/kbelf_lib_gcc.c"
9+
"src/kbelf_lib_m.c"
10+
"src/kbelf_lib_pax_gfx.c"
11+
"src/kbelf_lib_pthread.c"
612
"src/kbelfx.c"
7-
"src/kbelf_lib.c"
813
"kbelf/src/port/riscv.c"
914
"kbelf/src/kbelf_dyn.c"
1015
"kbelf/src/kbelf_file.c"

fakelib/libbadge.so

7.16 KB
Binary file not shown.

fakelib/libc.so

20.3 KB
Binary file not shown.

fakelib/libgcc.so

11.4 KB
Binary file not shown.

fakelib/libm.so

16.5 KB
Binary file not shown.

fakelib/libpax-gfx.so

16.6 KB
Binary file not shown.

fakelib/libpthread.so

9.17 KB
Binary file not shown.

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
targets:
22
- esp32p4
33
dependencies:
4-
badgeteam/badge-elf-api: "0.0.2"
4+
badgeteam/badge-elf-api: "0.1.0"

libbadge.so

-35.2 KB
Binary file not shown.

src/kbelf_lib.c

Lines changed: 0 additions & 894 deletions
This file was deleted.

0 commit comments

Comments
 (0)