Skip to content
Closed
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
4 changes: 2 additions & 2 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Tinymovr consists of **two separate projects**:
- **Build**: Python package (pip install)

### Communication
- **Physical**: CAN bus (CAN 2.0B extended ID)
- **Physical**: CAN bus (CAN 2.0B extended ID), UART
- **Protocol**: Avlos (schema-driven, auto-generated from YAML)
- **Direction**: Bidirectional (host ↔ firmware)

Expand Down Expand Up @@ -420,7 +420,7 @@ Application
**Toolchain**: GNU ARM Embedded (arm-none-eabi-gcc)
**Build Tool**: GNU Make
**Targets**: `debug`, `release`, `clean`
**Board Selection**: `REV=R52` (or R53, M51, etc.)
**Board Selection**: `REV=R53` (or R52, M51, etc.)

**Linker Script**: [firmware/pac55xx.ld](firmware/pac55xx.ld) - Memory layout

Expand Down
Loading