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

   ## Summary
   No need to spend time thinking about the choice of devminor maybe.
   See https://github.com/apache/nuttx-apps/pull/2579 for more details.
   
   ## Impact
   - boards/arm64/qemu/qemu-armv8a/configs/sotest/defconfig
   - boards/sim/sim/sim/configs/sotest/defconfig
   - boards/sim/sim/sim/configs/sotest32/defconfig
   
   ## Testing
   ```
   $ make distclean
   $ ./tools/configure.sh -l sim:sotest
   $ make savedefconfig
   $ diff defconfig boards/sim/sim/sim/configs/sotest/defconfig
   $ echo $?
   0
   
   $ make distclean
   $ ./tools/configure.sh -l sim:sotest32
   $ make savedefconfig
   $ diff defconfig boards/sim/sim/sim/configs/sotest32/defconfig
   $ echo $?
   0
   ```
   


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