This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit c04fbb0365f6765febdbb7f330d670906dd664dc
Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com>
AuthorDate: Thu Dec 30 08:50:22 2021 -0300

    risc-v/esp32c3: Sort LIBC_ARCH_* configs alphabetically
    
    Signed-off-by: Gustavo Henrique Nihei <gustavo.ni...@espressif.com>
---
 arch/risc-v/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/risc-v/Kconfig b/arch/risc-v/Kconfig
index 960f13d..e58fb2e 100644
--- a/arch/risc-v/Kconfig
+++ b/arch/risc-v/Kconfig
@@ -58,14 +58,14 @@ config ARCH_CHIP_ESP32C3
        select ARCH_VECNOTIRQ
        select ARCH_HAVE_RESET
        select LIBC_ARCH_ATOMIC
-       select LIBC_ARCH_MEMSET
        select LIBC_ARCH_MEMCPY
-       select LIBC_ARCH_MEMMOVE
-       select LIBC_ARCH_MEMCMP
        select LIBC_ARCH_MEMCHR
-       select LIBC_ARCH_STRCPY
+       select LIBC_ARCH_MEMCMP
+       select LIBC_ARCH_MEMMOVE
+       select LIBC_ARCH_MEMSET
        select LIBC_ARCH_STRCHR
        select LIBC_ARCH_STRCMP
+       select LIBC_ARCH_STRCPY
        select LIBC_ARCH_STRLCPY
        select LIBC_ARCH_STRNCPY
        select LIBC_ARCH_STRLEN

Reply via email to