From be8ec12ba13de33616ace33be6e2c310a2b2fe05 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 9 Jul 2024 09:25:20 +0200 Subject: MHR-36: See below. - Add ARM64 linker script. - Replace Drv with Drivers (not really relevant). - Replace ReadMe.md in DDK. Signed-off-by: Amlal El Mahrouss --- Drivers/SampleDriver/CheckStck.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Drivers/SampleDriver/CheckStck.c (limited to 'Drivers/SampleDriver/CheckStck.c') diff --git a/Drivers/SampleDriver/CheckStck.c b/Drivers/SampleDriver/CheckStck.c new file mode 100644 index 00000000..3eb157ba --- /dev/null +++ b/Drivers/SampleDriver/CheckStck.c @@ -0,0 +1,11 @@ +/* ------------------------------------------- + + Copyright Zeta Electronics Corporation + +------------------------------------------- */ + +///! @brief Use this to check your stack, if using MinGW/MSVC/CodeTools. +void ___chkstk_ms(void) +{ + (void)0; +} -- cgit v1.2.3