Added convenient run shorthand

This commit is contained in:
2025-09-19 18:02:43 +02:00
parent dd49c30ac9
commit 2ef84e6aa6
3 changed files with 34 additions and 4 deletions

View File

@@ -25,7 +25,8 @@ The tool also allows reading and erasing the chip, figure that out on your own i
You'll need to clone this repo (or just [download the file](example.c)) and install SDCC:
```
sdcc example.c
tulflash write example.ihx
tulflash run example.c
# Same thing as `tulflash write --cmd "sdcc example.c" --monitor example.ihx`
```