From a7c741c93cb0a53aea686eb2f342f2464bc12c14 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 3 Jul 2024 18:20:35 +0200 Subject: COMMIT-07-03-2024-MHR-36 IMP: DDK specification and implementation done. - Kernel calls I/O support for DDK. - System calls I/O support for DDK. - Add Allocation routines for DDK. - Add Helloconf driver. - One generic device. IMPRV: - GPU driver is now C++ based. - Fixed icon path inside makefiles. Signed-off-by: Amlal EL Mahrouss --- Drv/Hello/CheckStack.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Drv/Hello/CheckStack.c (limited to 'Drv/Hello/CheckStack.c') diff --git a/Drv/Hello/CheckStack.c b/Drv/Hello/CheckStack.c new file mode 100644 index 00000000..a3c6621b --- /dev/null +++ b/Drv/Hello/CheckStack.c @@ -0,0 +1,11 @@ +/* ------------------------------------------- + + Copyright Zeta Electronics Corporation + +------------------------------------------- */ + +///! @brief Use this to check your stack, if using MinGW/MSVC/MPCC. +void ___chkstk_ms(void) +{ + (void)0; +} -- cgit v1.2.3