nuttx/boards/risc-v/esp32c3/esp32c3-devkit-rust-1
Xiang Xiao 0eeca0f375 build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX)
to unify the way to get include directories

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-06-23 00:11:25 +03:00
..
configs boards: Update all boards config after updating NSH_CMDPARMS 2023-01-23 03:04:51 +08:00
include
scripts risc-v/esp32c3: Refactor and rename linker scripts 2022-12-09 11:19:27 +08:00
src build: Replace "$(shell $(INCDIR) $(CC) ...)" with $(INCDIR_PREFIX) 2023-06-23 00:11:25 +03:00
Kconfig
README.txt

README
======

  Overview
  --------
  Initial port to ESP32C3-Devkit-RUST-1 board:
  https://github.com/esp-rs/esp-rust-board

  Testing
  -------

    $ ./tools/configure.sh esp32c3-devkit-rust-1:nsh
    $ make
    $ make flash ESPTOOL_PORT=/dev/ttyACM0

  Alternatively you can compile and flash faster this way:

    $ make -j flash ESPTOOL_PORT=/dev/ttyACM0

  After flashing NuttX in this board use minicom or other serial console
  configured to:

    Device: /dev/ttyACM0
    Baudrate: 9600 8n1

  If everything is fine you should be able to get the serial console:

    nsh> uname -a
    NuttX 10.4.0 55df6e951e-dirty Aug 22 2022 17:12:29 risc-v esp32c3-devkit-rust-1

    nsh> mount
      /proc type procfs

    nsh> free
                       total       used       free    largest  nused  nfree
            Umem:     377872       5792     372080     372080     30      1
    nsh>