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

Zone 3 functionality incomplete #27

Closed donbarnetson closed 5 years ago

donbarnetson commented 5 years ago

Zone three is missing two pieces of functionality that make it usable without the robot: Z1 > send 3 r | g | b - should cause the flashing LED to change color Z1 > send 1 ping should result in Z3 > pong response

cgarlati commented 5 years ago

In general, zone3 (robot ctrl) should show some meaningful functionality even if the robotic arm is not connected / available. WIP ...

cgarlati commented 5 years ago

Fixed in 08ee9fb

Z1> send 3 red | green | blue Z1> send 3 ping

Note: enter message full string - not just 1st character