Skip to content

Commit c4e9046

Browse files
committed
chore: update coredump and build module
1 parent 5874831 commit c4e9046

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

core/eos/debug/src/coredump.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int eos_coredump_capture(EosCrashReason reason, const EosCrashRegs *regs) {
5252
dump.reason = reason;
5353
if (regs) dump.regs = *regs;
5454

55-
/* Stack capture is platform-specific; skip raw pointer dereference in
55+
/* Stack capture is platform-specific; skip raw pointer dereference in
5656
hosted/test builds to avoid accessing unmapped embedded addresses. */
5757
dump.stack_size = 0;
5858

@@ -165,4 +165,4 @@ void eos_coredump_set_flash_addr(uint32_t addr, uint32_t size) {
165165

166166
void eos_coredump_set_uart(void (*write_fn)(const char *buf, int len)) {
167167
g_uart_fn = write_fn;
168-
}
168+
}

ebuild/build/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-License-Identifier: MIT
2+
# Copyright (c) 2026 EoS Project
3+
4+
"""ebuild.build — Build backends, toolchains, and Ninja generation."""

0 commit comments

Comments
 (0)