Skip to content

Commit

Permalink
configs: Refresh defconfig with nuttx update
Browse files Browse the repository at this point in the history
Refresh defconfig with nuttx update.
  • Loading branch information
SPRESENSE committed Nov 7, 2022
1 parent 2f33b87 commit 7fbef33
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion sdk/configs/device/nrf52/defconfig
@@ -1,3 +1,3 @@
+BLUETOOTH=y
+EXTERNALS_NRF52=y
+BLUETOOTH_NRF52=y
+EXTERNALS_NRF52=y
1 change: 0 additions & 1 deletion sdk/configs/examples/gnss_atcmd/defconfig
@@ -1,4 +1,3 @@
-LIBC_FLOATINGPOINT=y
+CXD56_GNSS=y
+EXAMPLES_GNSS_ATCMD=y
+GPSUTILS_CXD56NMEA_LIB=y
1 change: 0 additions & 1 deletion sdk/configs/examples/json/defconfig
@@ -1,3 +1,2 @@
-LIBC_FLOATINGPOINT=y
+EXAMPLES_JSON=y
+NETUTILS_CJSON=y
1 change: 0 additions & 1 deletion sdk/configs/examples/smp_asmp/defconfig
Expand Up @@ -7,5 +7,4 @@
+SMP=y
+SMP_NCPUS=2
+TESTING_OSTEST=y
+TESTING_OSTEST_FPUSIZE=64
+TESTING_SMP=y
1 change: 0 additions & 1 deletion sdk/configs/examples/tcpblaster/defconfig
@@ -1,4 +1,3 @@
-LIBC_FLOATINGPOINT=y
-LIBC_IPv4_ADDRCONV=y
-NET_IPv4=n
-NET_SOCKOPTS=y
Expand Down
1 change: 0 additions & 1 deletion sdk/configs/examples/tf_example_helloworld/defconfig
@@ -1,4 +1,3 @@
+EXAMPLES_TF_EXAMPLE=y
+EXTERNALS_TENSORFLOW=y
+EXTERNALS_TENSORFLOW_EXAMPLE_HELLOWORLD=y
+SCHED_ATEXIT=y
1 change: 0 additions & 1 deletion sdk/configs/examples/tf_example_micro_speech/defconfig
Expand Up @@ -10,6 +10,5 @@
+EXTERNALS_TENSORFLOW=y
+EXTERNALS_TENSORFLOW_EXAMPLE_MICROSPEECH=y
+MEMUTILS=y
+SCHED_ATEXIT=y
+SDK_AUDIO=y
+SPECIFIC_DRIVERS=y
1 change: 0 additions & 1 deletion sdk/configs/examples/tf_example_persondetect/defconfig
Expand Up @@ -5,7 +5,6 @@
+EXAMPLES_TF_EXAMPLE=y
+EXTERNALS_TENSORFLOW=y
+EXTERNALS_TENSORFLOW_EXAMPLE_PERSONDETECTION=y
+SCHED_ATEXIT=y
+VIDEO_ISX012=y
+VIDEO_ISX019=y
+VIDEO_STREAM=y
1 change: 0 additions & 1 deletion sdk/configs/feature/bas/defconfig
@@ -1,2 +1 @@
-LIBC_FLOATINGPOINT=y
+INTERPRETERS_BAS=y
1 change: 0 additions & 1 deletion sdk/configs/feature/libcxx/defconfig
@@ -1,4 +1,3 @@
-CLOCK_MONOTONIC=y
-HAVE_CXXINITIALIZE=y
+LIBCXX=y
+LIBM=y
1 change: 0 additions & 1 deletion sdk/configs/feature/minibasic/defconfig
@@ -1,2 +1 @@
-LIBC_FLOATINGPOINT=y
+INTERPRETERS_MINIBASIC=y
1 change: 0 additions & 1 deletion sdk/configs/feature/subcore/defconfig
Expand Up @@ -16,7 +16,6 @@
-CDCACM_VENDORSTR="SONY"
-FAT_LCNAMES=y
-FAT_LFN=y
-FAT_MAXFNAME=64
-FS_FAT=y
-FS_FATTIME=y
-FS_PROCFS=y
Expand Down
1 change: 1 addition & 0 deletions sdk/configs/feature/vtun/defconfig
Expand Up @@ -2,6 +2,7 @@
-NET_IPv4=n
-NET_TCP_NO_STACK=y
-NET_UDP_NO_STACK=y
+ALLOW_BSD_COMPONENTS=y
+EXTERNALS_VTUN=y
+NET_ETH_PKTSIZE=1280
+NET_ICMP=y
Expand Down

0 comments on commit 7fbef33

Please sign in to comment.