mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
!arch/stm32: move common sources to common/stm32
BREAKING CHANGE: Common STM32 source and private header files moved to arch/arm/src/common/stm32. Out-of-tree code that references family-local common source paths must update includes, build rules, and source paths to the new common STM32 location. Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
2754c26a9b
commit
bf30992c2c
333 changed files with 5163 additions and 4414 deletions
|
|
@ -378,7 +378,7 @@ file and in that case those operations are not performed:
|
|||
* ``note_register()`` - Registers the standard ``/dev/note``.
|
||||
|
||||
* ``arm_serialinit()`` - Initialize the **standard** serial driver
|
||||
(found at ``nuttx/arch/arm/src/stm32/stm32_serial.c`` STM32 F4).
|
||||
(found at ``nuttx/arch/arm/src/common/stm32/stm32_serial_m3m4_v1v2v3v4.c`` STM32 F4).
|
||||
|
||||
* ``arm_netinitialize()`` - Initialize the network. For the STM32 F4,
|
||||
this function is in ``nuttx/arch/arm/src/stm32/stm32_eth.c``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue