Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -173,7 +173,7 @@ Scripts under `tools/uci/` require a U64E at 192.168.1.81 and use
- `net_tcp_set_recv_cb` is an RTS stub (no callers in-tree).
- Boot banner line 03 still says "rr-net" under ip65 build even
though Phase 2 made it backend-aware — this is correct/expected
behavior. Under UCI it says "ULTIMATE 64 ELITE (UCI)".
behavior. Under UCI it says "UCI NETWORKING".

## Memory layout

Expand Down
2 changes: 1 addition & 1 deletion src/net/uci/net.s
Original file line numberDiff line numberDiff line change
Expand Up@@ -820,7 +820,7 @@ net_recv_byte:
.segment "RODATA"

net_banner_str:
.byte "ULTIMATE 64 ELITE (UCI)"
.byte "UCI NETWORKING"
.byte $0d, 0

; =============================================================================
Expand Down