Search found 7 matches
- Tue Dec 17, 2024 4:11 am
- Forum: Development and Feedback
- Topic: Rust support
- Replies: 1
- Views: 15761
Re: Rust support
Exciting!
- Tue Aug 20, 2024 9:13 pm
- Forum: Bug Reports
- Topic: LWIP: bug in sys_now Topic is solved
- Replies: 12
- Views: 45205
Re: LWIP: bug in sys_now Topic is solved
I am thrilled that you identified this; hopefully it is the reason our ethernet dies. It has been a problem for *years*.
- Thu Apr 04, 2024 3:11 am
- Forum: Bug Reports
- Topic: [HELP] STM32H750 USB HS ULPI Support, Topic is solved
- Replies: 17
- Views: 43126
Re: [HELP] STM32H750 USB HS ULPI Support, Topic is solved
I had previously asserted that we had an ULPI interface working on H743, but I have to say that we didn't verify that we got the high speed; it's possible that we also got the standard 12 Mbit/s.
- Sat Sep 26, 2020 8:55 pm
- Forum: Development and Feedback
- Topic: [DEV] STM32H7xx support (new)
- Replies: 94
- Views: 133582
Re: [DEV] STM32H7xx support (new)
I'm pleased to report that this driver has been working continuously for a month and I think it's ready for inclusion!
Giovanni, can you please consider adding it for the next release?
Giovanni, can you please consider adding it for the next release?
- Tue Jul 21, 2020 5:46 am
- Forum: Development and Feedback
- Topic: [DEV] STM32H7xx support (new)
- Replies: 94
- Views: 133582
Re: [DEV] STM32H7xx support (new)
I'd like to cast a vote in favor of mikeprotts' new H7 MAC driver. It's been running well for several days now on my board.
Giovanni, can you please pull this into the next point release?
Giovanni, can you please pull this into the next point release?
- Tue Sep 18, 2018 7:15 pm
- Forum: Development and Feedback
- Topic: STM32L4+ support
- Replies: 23
- Views: 15743
Re: STM32L4+ support
If you are having difficulty with your debugger it looks like it is supported by the wonderful blackmagic probe.
https://github.com/blacksphere/blackmag ... 32l4.c#L30
https://github.com/blacksphere/blackmag ... 32l4.c#L30
- Wed Dec 20, 2017 4:44 am
- Forum: Small Change Requests
- Topic: gcc 7.1 has land Topic is solved
- Replies: 9
- Views: 9330
Re: gcc 7.1 has land Topic is solved
Now that's it's on launchpad, lots of us will be seeing the fallthrough warnings. There are just a handful of them and they are easily suppressed using __attribute__((fallthrough));