summaryrefslogtreecommitdiffhomepage
path: root/Drivers/SampleDriver/CheckStck.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 09:25:20 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 09:25:20 +0200
commitbe8ec12ba13de33616ace33be6e2c310a2b2fe05 (patch)
tree29cf33504e6539353799003c6a5fe98d0c3a238d /Drivers/SampleDriver/CheckStck.c
parentfca3de82a3871b54ec840415640594bbbf62f300 (diff)
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Drivers/SampleDriver/CheckStck.c')
-rw-r--r--Drivers/SampleDriver/CheckStck.c11
1 files changed, 11 insertions, 0 deletions
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;
+}