mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-25 10:03:13 -05:00
PoC: Add basic syscall example firmware
Adds a basic example firmware that copies an app to app RAM. The app triggers syscall interrupts and tries to execute ROM code from app mode. A make target (`tb_application_fpga_irqpoc_with_app`) that simulates a Tkey running the firmware is added.
This commit is contained in:
parent
89c77ca4de
commit
0183f25170
6 changed files with 213 additions and 1 deletions
10
hw/application_fpga/fw/irqpoc_with_app/main.c
Normal file
10
hw/application_fpga/fw/irqpoc_with_app/main.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* Copyright (C) 2022, 2023 - Tillitis AB
|
||||
* SPDX-License-Identifier: GPL-2.0-only
|
||||
*/
|
||||
|
||||
int main(void)
|
||||
{
|
||||
while (1) {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue