liangzhanggb opened a new pull request #2669:
URL: https://github.com/apache/incubator-nuttx/pull/2669


   ## Summary
   arch/risc-v/bl602 : add gpioirq、 i2c(master) driver.
   
   ## Impact
   
   ## Testing
   config:
   boards/risc-v/bl602/bl602evb/configs/gpio/defconfig
   boards/risc-v/bl602/bl602evb/configs/i2c/defconfig
   
   test gpio:
   gpio /dev/gpin0
   gpio -o 0 /dev/gpout1
   gpio -o 1/dev/gpout1
   gpio -w 1 /dev/gpint2
   
   test i2c:(support master, not support slave)
   i2c set -a50 -r09 -f500 33
   i2c get -a50 -r09
   
   ## References:
   https://github.com/apache/incubator-nuttx/pull/2637  @btashton 
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to