Brad Campbell
Brad Campbell
I did an experiment where I changed the memop number in the sbrk function to 0xf (rather than 0x1). I also then have memop() call `exit(r0)` rather than `exit(1)` (this...
It shouldn't steal input, but the input stream should go to both the app and the process console.
Well the guessing game only echos the numbers. So both things echo them.
From my point of view, things seem to work exactly as intended. Is there something specific we want to work on?
Well but the process console is also running, assuming it is enabled in `main.rs`. We could add a command to the process console which deactivates it, or we could implement...
Goal: allow Tockloader and users to communicate with different consoles on a board over a shared UART channel. - [ ] Implement HDLC as the link protocol to enable differentiating...
Not that I'm aware of!
The "edge" case is to me a pretty big deal, since it lets normal serial terminals work with Tock boards that don't have something like an FTDI chip. I'm excited...
This is looking really good, and has come a long way!
This is getting closer and closer. I think the next thing to look at is making sure we do not have to trust the userspace OTA app to not break...