Re: [PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-05-02 Thread via GitHub
acassis merged PR #16294: URL: https://github.com/apache/nuttx/pull/16294 -- 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: commits-unsubscr...@nuttx.apac

Re: [PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-04-30 Thread via GitHub
acassis commented on code in PR #16294: URL: https://github.com/apache/nuttx/pull/16294#discussion_r2069666720 ## boards/risc-v/esp32c6/common/src/esp_board_mpu60x0.c: ## @@ -0,0 +1,108 @@ +/ + * boards/

Re: [PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-04-30 Thread via GitHub
nuttxpr commented on PR #16294: URL: https://github.com/apache/nuttx/pull/16294#issuecomment-284293 [**\[Experimental Bot, please feedback here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues) Yes, this PR appears to meet the NuttX requirements, al

[PR] boards/risc-v: add MPU60x0 bringup support to ESP32C6 [nuttx]

2025-04-30 Thread via GitHub
fdcavalcanti opened a new pull request, #16294: URL: https://github.com/apache/nuttx/pull/16294 Adds a defconfig for using MPU60x0 and implement the bringup sequence for the I2C IMU. ## Summary This PR adds the MPU60x0 IMU to the bringup sequence of the ESP32C6-DevkitC.