]> begriffs open source - freertos/commit
SMP Documentation (#280)
authorJoseph Julicher <jjulicher@mac.com>
Tue, 16 Mar 2021 20:57:22 +0000 (13:57 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Mar 2021 20:57:22 +0000 (13:57 -0700)
commit8ab776cc5ea655eef5de79160622dd77ceb3e92f
treebfd87e9a9c4905cb26e5a703f70e6e9ed28055f3
parent989bc332b22ec0400fbb2fbc5ed056ed0c585ad2
SMP Documentation (#280)

* Add XMOS XCore ports

Some minor modifications are also made to the kernel to support the
XCore compiler's automatic stack size calculation.

* Update kernel to support SMP

The XMOS XCore ports are also updated to support SMP.

* Fix compiler warnings in xcore ports

The port set and clear interrupt mask from ISR macros were removed from
the ports so that the default macros found in FreeRTOS.h are used
instead. The default macros do not result in warnings when they are
used.

* Remove inline function from timers.h

Inline function converted to macro. This should now build when
optimizations are off and inlining is disabled.

* Fix compiler warnings in xcore ports and tasks.c

* fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed()

* spelling fixes for tasks.c

* adding the kernel SMP documentation

Co-authored-by: Michael Bruno <mikeb@xmos.com>
design/FreeRTOS SMP change description.pdf [new file with mode: 0644]