JorgeGzm opened a new pull request, #11849:
URL: https://github.com/apache/nuttx/pull/11849

   ## Summary
   Add support to eeprom using the i2c3
   
   ## Impact
   Support to use eeprom memory on linum-stm32h753bi board.
   
   ## Testing
   
   ```
   nuttx$ ./tools/configure.sh linum-stm32h753bi:eeprom
   
   nsh> dd if=/dev/console of=/dev/eeprom bs=1 count=35
   Witte-Tech Linum-STM32H753BI board
   nsh> dd if=/dev/eeprom of=/dev/console bs=4 count=35
   Witte-Tech Linum-STM32H753BI board
   ```


-- 
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]

Reply via email to