This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit c2228c39ac6bfd696e47e0fc82ef6acb5db28dca Author: wangjianyu3 <[email protected]> AuthorDate: Tue Nov 26 17:19:58 2024 +0800 esp32s3-devkit/txtable: Initializing configuration for TXTABLE USB ADB is enabled - Based on esp32s3-devkit/adb Build ./tools/configure.sh -l esp32s3-devkit:txtable make -j16 make flash ESPTOOL_PORT=/dev/ttyACMx Test $ adb -s 1234 shell nsh> cat /etc/txtable.txt TXTABLE0 data 0x100000 0 nsh> ls -l /dev/data frw-rw-rw- 1044480 /dev/data nsh> Signed-off-by: wangjianyu3 <[email protected]> --- boards/xtensa/esp32s3/esp32s3-devkit/configs/txtable/defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/txtable/defconfig b/boards/xtensa/esp32s3/esp32s3-devkit/configs/txtable/defconfig new file mode 100644 index 0000000000..ea44d97d21 --- /dev/null +++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/txtable/defconfig @@ -0,0 +1,6 @@ +#include "../adb/defconfig" +CONFIG_BCH=y +CONFIG_DEV_ZERO=y +CONFIG_ESP32S3_SPIFLASH=y +CONFIG_TXTABLE_DEFAULT_PARTITION=1 +CONFIG_TXTABLE_PARTITION=y
