Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.3.0 to fix multiple-definitions linker error
Browse files Browse the repository at this point in the history
### Releases v1.3.0

1. Fix multiple-definitions linker error. 
2. Update examples for new STM32 core v2.3.0 
3. Add example [multiFileProject](examples/multiFileProject) and [multiFileProject_LAN8720](examples/multiFileProject_LAN8720) to demo for multiple-file project to avoid `multiple-definitions` linker error
4. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Jun 22, 2022
1 parent a65d9c7 commit d23ee73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@

Please have a look at [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error)

For `Generic STM32F4 series` boards, such as STM32F407VE, using LAN8720, please use STM32 core v2.2.0 as breaking core v2.3.0 creates the compile error. Will fix in the near future.

---
---
Expand Down

0 comments on commit d23ee73

Please sign in to comment.