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/nuttx.git
from 6c2e2b5bd1d sched/setparam: update sporadic parameters of the target
task
new 2a1b23802aa zbus: Add linker support and documentation for the zbus
port
new f9bf75ac627 boards/linum-stm32h753bi: Add zbus board configuration
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.codespellrc | 1 +
.../system/zbus/images/zbus_anatomy.svg | 3 +
.../system/zbus/images/zbus_observation_mask.svg | 152 +++++++++++++++
.../system/zbus/images/zbus_operations.svg | 49 +++++
.../system/zbus/images/zbus_overview.svg | 3 +
.../system/zbus/images/zbus_type_of_observers.svg | 18 ++
Documentation/applications/system/zbus/index.rst | 210 +++++++++++++++++++++
.../arm/stm32h7/boards/linum-stm32h753bi/index.rst | 25 +++
.../configs/{nsh => zbus}/defconfig | 15 ++
.../arm/stm32h7/linum-stm32h753bi/scripts/flash.ld | 2 +
include/nuttx/linker/common-insert.ld | 5 +
include/nuttx/linker/common-ram.ld | 4 +
include/nuttx/linker/common-rom.ld | 6 +
13 files changed, 493 insertions(+)
create mode 100644
Documentation/applications/system/zbus/images/zbus_anatomy.svg
create mode 100644
Documentation/applications/system/zbus/images/zbus_observation_mask.svg
create mode 100644
Documentation/applications/system/zbus/images/zbus_operations.svg
create mode 100644
Documentation/applications/system/zbus/images/zbus_overview.svg
create mode 100644
Documentation/applications/system/zbus/images/zbus_type_of_observers.svg
create mode 100644 Documentation/applications/system/zbus/index.rst
copy boards/arm/stm32h7/linum-stm32h753bi/configs/{nsh => zbus}/defconfig (80%)