chettrick / discobsd

2.11BSD-based UNIX-like OS for STM32 and PIC32 Microcontrollers
http://www.DiscoBSD.org
BSD 3-Clause "New" or "Revised" License
171 stars 15 forks source link

F4discovery #11

Closed lhondareyte closed 10 months ago

lhondareyte commented 1 year ago

STM32F407VGT6 (F4 discovery) (Id 0x0413) has 192Ko of RAM

chettrick commented 11 months ago

@lhondareyte Were you able to make the corrections I raised previously? I’ll merge this PR once those corrections are made.

chettrick commented 10 months ago

The issue of missing MCU IDs and revision IDs for STM32F407xx devices has been resolved with commit 7359a0310a7e73ba5f4f49d0177c4f3fcdca3852 in a different way than this PR. Specifically, it separates out the errata from the standard IDs, and also adds all the currently known revisions of STM32F407xx devices.

The target.mk diff for gcc-arm-embedded on FreeBSD was done in PR #10.

Closing this PR.