PoC: Add LED toggling interrupt example

Add example firmware for demoing interrupts on Tkey hardware.
This commit is contained in:
Mikael Ågren 2024-12-06 16:45:24 +01:00
parent 5e15b40a86
commit 5dfe549969
No known key found for this signature in database
GPG key ID: E02DA3D397792C46
5 changed files with 221 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/*
* Copyright (C) 2022, 2023 - Tillitis AB
* SPDX-License-Identifier: GPL-2.0-only
*/
int main(void)
{
while (1) {
}
}