Files
tinygo/builder
Ron Evans 17302ca762 targets: add implementation for Tillitis TKey device (#4631)
* initial implementation for Tillitis TKey device
* add UART implementation for TKey
* add Pin interface implementation for TKey touch sensor
* add RNG interface implementation for TKey
* add helpful machine package functions to return identifiers such as name and version for TKey
* use built-in timer for sleep timing on TKey
* modify UART implementation for TKey to implement Serialer interface
* implement BLAKE2s ROM function call for TKey device
* handle abort by triggering TKey device fault using illegal instruction to halt CPU
* simplify TKey implementation by inheriting from existing riscv32 target
* return error for trying to configure invalid baudrates on UART
* add tkey to builder test
* be very specific for features passed to LLVM for specific config in use for TKey
* handle feedback items from TKey device code review

Signed-off-by: deadprogram <ron@hybridgroup.com>
2024-12-14 14:26:03 +01:00
..
2024-08-15 13:57:02 +02:00
2024-11-26 12:41:12 +01:00
2024-08-10 23:46:58 -07:00
2024-05-24 19:12:26 +02:00
2023-02-26 19:22:10 +01:00
2023-04-18 22:51:49 +02:00
2024-09-24 17:42:30 +01:00
2024-08-10 23:46:58 -07:00