simbit18

Results 47 comments of simbit18

Hi @Fix-Point , bcm2711_timer.c has been removed but is still present in Make.defs and CMakefile. https://github.com/Fix-Point/nuttx/blob/2dc2a345949e6f50830de48422b74a1fec92d473/arch/arm64/src/bcm2711/CMakeLists.txt#L24 https://github.com/Fix-Point/nuttx/blob/2dc2a345949e6f50830de48422b74a1fec92d473/arch/arm64/src/bcm2711/Make.defs#L29 even with the file imx9_timer.c‎ here https://github.com/Fix-Point/nuttx/blob/2dc2a345949e6f50830de48422b74a1fec92d473/arch/arm64/src/imx9/Make.defs#L31

Hi @acassis, if I'm not mistaken, the line should be added to this file https://github.com/apache/nuttx/blob/master/.codespell-ignore-lines

@erkan-vatan signature (git commit -s) ``` ff7c556d60 Merge 0ecaf44ac8a5086d025b9007aa07f31fbf96a772 into b2e823d0b981b10540acc8d1902b5adba4750357 0ecaf44ac8 docs/boards: Add documentation for t3-gem-o1 board. c29a526de3 boards/arm/am67: Add support for t3-gem-o1 board. 0164001944 arch/arm/am67: Add support for...

@erkan-vatan The chip supports MPU, so why isn't it enabled in the configuration (defconfig) ? In this case, it might be better to proceed as follows: - enable CONFIG_ARM_MPU=y https://github.com/t3gemstone/nuttx/blob/c0eedfef556bc709229b6624d3612f62c6ccee65/boards/arm/am67/t3-gem-o1/configs/nsh/defconfig...

@AbduNaber Ok, but the change I described above only affects the Make and CMake build. Have you tried it? I ran a test locally and the build is fine. Of...

> I am also encountering the same problem. > > macOS 15.5 (24F74) > > I've basically done the following: > > ``` > mkdir nuttx-example && cd nuttx-example >...