acassis merged PR #15583:
URL: https://github.com/apache/nuttx/pull/15583
--
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
acassis commented on code in PR #15583:
URL: https://github.com/apache/nuttx/pull/15583#discussion_r1919264191
##
arch/arm/include/stm32h5/chip.h:
##
@@ -103,4 +103,10 @@
#define NVIC_SYSH_PRIORITY_MAX 0x00 /* Zero is maximum priority */
#define NVIC_SYSH_PRIORITY_STEP
nuttxpr commented on PR #15583:
URL: https://github.com/apache/nuttx/pull/15583#issuecomment-2596412226
[**\[Experimental Bot, please feedback
here\]**](https://github.com/search?q=repo%3Aapache%2Fnuttx+13552&type=issues)
Yes, this PR mostly meets the NuttX requirements, but c
kywwilson11 opened a new pull request, #15583:
URL: https://github.com/apache/nuttx/pull/15583
## Summary
STM32H5 Ethernet Driver. This driver is heavily based on the STM32H7 because
the Ethernet peripheral on the STM32H5 is essentially identical to that on the
STM32H7.
Diffe