Graham Sanderson
|
7d11089624
|
Rp2040 fixes smp (#425)
* RP2040: malloc needs to be thread safe for FreeRTOS whether both cores are used or not
* RP2040: CMake file had broken left over test code
|
2021-12-17 15:06:35 -08:00 |
|
Gaurav-Aggarwal-AWS
|
2b0fdf2a71
|
Add SMP in the License Header (#402)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
|
2021-10-13 18:38:24 -07:00 |
|
Gaurav-Aggarwal-AWS
|
970b678a0b
|
SMP version (#401)
* Update version number for SMP
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
|
2021-10-13 18:23:03 -07:00 |
|
Graham Sanderson
|
35b95d2a4d
|
Rp2040 smp (#342)
* Add RP2040 support (#341)
* Add RP2040 support
* remove spurious tab/spaces comments
* add .cmake to ignored kernel checks
* Apply suggestions from code review
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
* license and end of file newline fixes
* Rename LICENSE.TXT to LICENSE.md
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* RP2040 updates for SMP
* whitepsace fix
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
* whitespace fix
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Co-authored-by: Paul Bartell <paul.bartell@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
|
2021-07-06 10:53:49 -07:00 |
|