angelorisonk opened a new issue, #14690:
URL: https://github.com/apache/nuttx/issues/14690
### Description / Steps to reproduce the issue
When enabling SSI1 on the Tiva TM4C123G board in NuttX, the following errors
occur during the build:
1. `GPIO_SSI1_CLK`, `GPIO_SSI1_RX`, and `GPIO_SSI1_TX` are reported as
undeclared identifiers in `tiva_ssi.c`.
2. The build fails as a result of these undefined constants, even though
similar constants (e.g., `GPIO_SSI3_CLK`) are available.
Steps to reproduce:
1. Configure the NuttX project for the Tiva TM4C123G board.
2. Enable SSI1 through `make menuconfig`:
- Navigate to **Device Drivers** > **SPI Support** > **Enable SSI1**
3. Build the project with `make -j$(nproc)`.
4. Observe the compilation errors related to the undefined `GPIO_SSI1_CLK`,
`GPIO_SSI1_RX`, and `GPIO_SSI1_TX`.
### On which OS does this issue occur?
[OS: Linux]
### What is the version of your OS?
Linux Mint 22
### NuttX Version
master
### Issue Architecture
[Arch: arm]
### Issue Area
[Area: Other]
### Verification
- [X] I have verified before submitting the report.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]