You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/03/31 21:24:11 UTC

[incubator-nuttx] branch master updated (59ed02c -> c1c4ca4)

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 59ed02c  net: arp: Fix a potential bug in arp_notify()
     add c1c4ca4  stm32/stm32_foc.c: add the lower-half FOC device support

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32/Kconfig     |  184 ++++
 arch/arm/src/stm32/Make.defs   |    4 +
 arch/arm/src/stm32/stm32_foc.c | 2271 ++++++++++++++++++++++++++++++++++++++++
 arch/arm/src/stm32/stm32_foc.h |  188 ++++
 4 files changed, 2647 insertions(+)
 create mode 100644 arch/arm/src/stm32/stm32_foc.c
 create mode 100644 arch/arm/src/stm32/stm32_foc.h