[Concept,01/10] claude: Tell it about my crosfw script being silent

Message ID 20251129080014.758001-2-sjg@u-boot.org
State New
Headers
Series backtrace: Add runtime support for looking at the backtrace |

Commit Message

Simon Glass Nov. 29, 2025, 7:59 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Add a note about this. At some point we should create a proper tools for
IDE use in U-Boot.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 CLAUDE.md | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/CLAUDE.md b/CLAUDE.md
index 374f24ba1f9..a13dd995b68 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -59,6 +59,7 @@  pyt <test_name>
 - Always run `make mrproper` if you encounter build issues
 - The sandbox build creates a test environment for U-Boot that runs on the host system
 - When using `git diff`, add `--no-ext-diff` to avoid external diff tools that may not work in this environment
+- crosfw shows now output if everything was ok!
 
 ## Coding Conventions