mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
Disable unused ChibiOS features:
- Threads registry APIs - I/O Queues APIs - SHELL_CMD_INFO - SHELL_CMD_THREADS
This commit is contained in:
parent
a46a20028f
commit
6a1d05321d
8
chconf.h
8
chconf.h
|
|
@ -147,7 +147,7 @@
|
|||
*
|
||||
* @note The default is @p TRUE.
|
||||
*/
|
||||
#define CH_CFG_USE_REGISTRY TRUE
|
||||
#define CH_CFG_USE_REGISTRY FALSE
|
||||
|
||||
/**
|
||||
* @brief Threads synchronization APIs.
|
||||
|
|
@ -269,7 +269,7 @@
|
|||
*
|
||||
* @note The default is @p TRUE.
|
||||
*/
|
||||
#define CH_CFG_USE_QUEUES TRUE
|
||||
#define CH_CFG_USE_QUEUES FALSE
|
||||
|
||||
/**
|
||||
* @brief Core Memory Manager APIs.
|
||||
|
|
@ -530,11 +530,11 @@
|
|||
* ChibiOS/os/various/shell/shell_cmd.c
|
||||
*/
|
||||
#define SHELL_CMD_EXIT_ENABLED TRUE
|
||||
#define SHELL_CMD_INFO_ENABLED TRUE
|
||||
#define SHELL_CMD_INFO_ENABLED FALSE
|
||||
#define SHELL_CMD_ECHO_ENABLED FALSE
|
||||
#define SHELL_CMD_SYSTIME_ENABLED FALSE
|
||||
#define SHELL_CMD_MEM_ENABLED FALSE
|
||||
#define SHELL_CMD_THREADS_ENABLED TRUE
|
||||
#define SHELL_CMD_THREADS_ENABLED FALSE
|
||||
#define SHELL_CMD_TEST_ENABLED FALSE
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue