В модель добавлена библиотека CMSIS-DSP и вообще все либы CMSIS

This commit is contained in:
2025-11-13 17:14:43 +03:00
parent 75bed20511
commit 5299cc5b12
1074 changed files with 380657 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#include "mcu_wrapper_conf.h"
#include "dsp/none.h"
#define __disable_irq()
@@ -84,13 +85,6 @@
#define __RESTRICT __restrict
#endif
//#define __CLZ (uint8_t)clz
//
//#define __CTZ (uint8_t)ctz
#define __CLZ
#define __CTZ
#define __RBIT
#ifdef __MINGW64__
#ifndef __weak
#define __weak __attribute__((weak))