Skip to content

Commit

Permalink
[RTduino] remove RTDUINO_SUPPORT_FLOAT_STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Jan 13, 2025
1 parent 95f0e21 commit fca5488
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arduino/RTduino/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ if PKG_USING_RTDUINO
select RTDUINO_NO_SETUP_LOOP
default n

config RTDUINO_SUPPORT_FLOAT_STRING
bool "Enable String class with float support"
select PKG_USING_RT_VSNPRINTF_FULL if RT_VER_NUM < 0x50200
select RT_KLIBC_USING_VSNPRINTF_STANDARD if RT_VER_NUM >= 0x50200
default n

config RTDUINO_SUPPORT_HIGH_PRECISION_MICROS
bool "micros() function with high precision"
depends on ARCH_ARM_CORTEX_M
Expand Down

0 comments on commit fca5488

Please sign in to comment.