Adafruit NRF52 Feather
The Adafruit NRF52 Feather is a development board for the nRF52832 SoC from Nordic.
Serial Console
The Feather nRF52 default console is the UART0.
The Feather nRF52 have USB serial bridge chip on board and UART0 is connected to micro USB connector through the bridge chip.
Configurations
Each configuration is maintained in a sub-directory and can be selected as follow:
tools/configure.sh nrf52-feather:<subdir>
Where <subdir> is one of the following:
nsh
This configuration is the NuttShell (NSH) example at examples/nsh/.
NOTES:
This configuration uses the mconf-based configuration tool. To change this configurations using that tool, you should:
Build and install the kconfig-mconf tool. See nuttx/README.txt see additional README.txt files in the NuttX tools repository.
Execute ‘make menuconfig’ in nuttx/ in order to start the reconfiguration process.