incubator-nuttx/boards/risc-v/esp32c3/esp32c3-devkit-rust-1
Alan Carvalho de Assis 06d0dbc927 esp32c3-devkit-rust-1: Remove not needed -msmall-data-limit=0 compilation flag 2022-10-27 23:12:43 +02:00
..
configs esp32c3/boards: Add support APA102/APDS0060 for Shift Game 2022-08-31 09:42:02 +08:00
include arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
scripts esp32c3-devkit-rust-1: Remove not needed -msmall-data-limit=0 compilation flag 2022-10-27 23:12:43 +02:00
src esp32c3/boards: Add support APA102/APDS0060 for Shift Game 2022-08-31 09:42:02 +08:00
Kconfig esp32c3: Add initial support to esp32c3-devkit-rust-1 board 2022-08-24 00:52:19 +08:00
README.txt esp32c3: Add initial support to esp32c3-devkit-rust-1 board 2022-08-24 00:52:19 +08:00

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>