nrf/buffered_uarte: add HIL tests.

This commit is contained in:
Dario Nieuwenhuis
2023-03-04 05:37:13 +01:00
parent 916f94b366
commit 7650fea5f2
9 changed files with 466 additions and 1 deletions

5
tests/nrf/memory.x Normal file
View File

@ -0,0 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x00000000, LENGTH = 1024K
RAM : ORIGIN = 0x20000000, LENGTH = 256K
}