A2G_TC397_5V_TFT
This page file describes the contents of the build configurations available for the NuttX TriCore port.
Infineon’s AURIX™- TC3xx A2G_TC397_5V_TFT Board
This port should work on A2G_TC397_5V_TFT with a proper CPU. The mandatory CPU features are:
System Timer (STM)
Asynchronous Serial Interface(ASCLIN) UART
IRQs are managed by Interrupt Router(INT), IR Service Request Control Registers(SRC).
Toolchains
Currently, only the Infineon’s AURIX™ Tasking toolchain is tested.
Configurations
Common Configuration Notes
Each A2G_TC397_5V_TFT configuration is maintained in a sub-directory and can be selected as follow:
tools/configure.sh a2g-tc397-5v-tft:<subdir>
Where
<subdir>is one of the configuration sub-directories described in the following paragraph.NuttX Shell:
tools/configure.sh a2g-tc397-5v-tft:nsh
These configurations use the mconf-based configuration tool. To change a 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 menuconfigin nuttx/ in order to start the reconfiguration process.
By default, all configurations assume the Linux. This is easily reconfigured:
CONFIG_HOST_LINUX=y
Configuration Sub-Directories
ostest
The “standard” NuttX examples/ostest configuration.