nimble/syscfg: Remove some unused cpu selection defines.

These can cause confusion when they don't match cpu in use.
No change in functionality as they're not used by nimble codebase.

Signed-off-by: Andrew Leech <andrew@alelec.net>
pull/8318/merge^2
Andrew Leech 2024-03-21 20:46:10 +11:00
rodzic d319fde1cd
commit 11c6b034c4
1 zmienionych plików z 0 dodań i 15 usunięć

Wyświetl plik

@ -26,9 +26,6 @@ int nimble_sprintf(char *str, const char *fmt, ...);
#define MYNEWT_VAL_LOG_LEVEL (255)
#endif
/*** compiler/arm-none-eabi-m4 */
#define MYNEWT_VAL_HARDFLOAT (1)
/*** kernel/os */
#define MYNEWT_VAL_FLOAT_USER (0)
#define MYNEWT_VAL_MSYS_1_BLOCK_COUNT (12)
@ -188,18 +185,6 @@ int nimble_sprintf(char *str, const char *fmt, ...);
#define MYNEWT_VAL_MCU_HFCLK_SOURCE (1)
#endif
#ifndef MYNEWT_VAL_MCU_TARGET__nRF52810
#define MYNEWT_VAL_MCU_TARGET__nRF52810 (0)
#endif
#ifndef MYNEWT_VAL_MCU_TARGET__nRF52811
#define MYNEWT_VAL_MCU_TARGET__nRF52811 (0)
#endif
#ifndef MYNEWT_VAL_MCU_TARGET__nRF52832
#define MYNEWT_VAL_MCU_TARGET__nRF52832 (0)
#endif
#ifndef MYNEWT_VAL_MCU_TARGET__nRF52840
#define MYNEWT_VAL_MCU_TARGET__nRF52840 (1)
#endif
#ifndef MYNEWT_VAL_MCU_TARGET
#define MYNEWT_VAL_MCU_TARGET (1)
#endif