hex-five / multizone-sdk

MultiZone® Security TEE is the quick and safe way to add security and separation to any RISC-V processors. The RISC-V standard ISA doesn't define TrustZone-like primitives to provide hardware separation. To shield critical functionality from untrusted third-party components, MultiZone provides hardware-enforced, software-defined separation of multi
https://hex-five.com/multizone-security-tee-riscv/
Other
79 stars 24 forks source link

Buffer input from zone1 before sending #20

Closed borancar closed 5 years ago

borancar commented 5 years ago

picoTCP is inefficient when transmitting 1 character at a time so buffer the input in a ring buffer and flush it. This meant adding another CTL keyword, CTL_PSH, which signals the push.