apache / apache/nuttx

[question] Since nuttx and uboot have the same .config configuration and macros, do they also overlap in functionality?

Open
#11,284 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
4k
Forks
1.7k
Avg merge
1d 17h
Merged PRs (30d)
237

Description

I use `nuttx` to build for a certain development board, and use [`uboot`](https://github.com/u-boot/u-boot) (which is a BootLoader tool) to build for the same development board. Both will generate a `.config` configuration file with the same name, which also contains macros with similar names about CPU, SPI, and Device. Since `nuttx` and `uboot` have the same `.config` configuration and macros, do they also overlap in functionality? Could you explain it in detail? Thanks.
for nuttx:
```shell
~/nuttxspace/nuttx$ tools/configure.sh -l stm32f769i-disco:nsh
```
for uboot:
```shell
~/u-boot$ make stm32f769-disco_defconfig
```
![image](https://github.com/apache/nuttx/assets/143855581/b4836569-bc04-4bd6-940c-881676866da6)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.