FreeRTOS-Kernel/FreeRTOS/Demo/Common/Minimal
johnrhen 43defa566c
Apply release changes to main branch (#759)
* Update History.txt and README.md for December release (#744)

* Update History.txt and README.md for release

* Bump mbedtls submodule to v2.28.0 (#745)

* Patch project files for mbedtls (#751)

* Apply group 1 patches

* Apply patches for group 2

* Update project files for mbedTLS new version

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Fix warnings in projects

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Fix warnings in HTTP_S3_Download demo

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>

* Update changelog and history for corePKCS11 update (#752)

* Update submodule pointer and manifest.yml for corePKCS11 (#754)

* Update readme and history.txt to show that Sigv4 is a newly added library (#756)

* Revert update to v143 of VS toolset (#757)

* [AUTO][RELEASE]: Bump file header version to "202112.00"

* Update file headers to satisfy core checks

Co-authored-by: Muneeb Ahmed <54290492+muneebahmed10@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: johnrhen <johnrhen@users.noreply.github.com>
2021-12-23 10:16:27 -08:00
..
AbortDelay.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
BlockQ.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
blocktim.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
comtest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
comtest_strings.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
countsem.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
crflash.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
crhook.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
death.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
dynamic.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
EventGroupsDemo.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flash.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flash_timer.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
flop.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
GenQTest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
integer.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
IntQueue.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
IntSemTest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
MessageBufferAMP.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
MessageBufferDemo.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
PollQ.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QPeek.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QueueOverwrite.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QueueSet.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
QueueSetPolling.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
readme.txt Prepare for a FreeRTOS V9 release candidate: 2016-02-18 10:07:42 +00:00
recmutex.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
semtest.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
sp_flop.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
StaticAllocation.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
StreamBufferDemo.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
StreamBufferInterrupt.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TaskNotify.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TaskNotifyArray.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
TimerDemo.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00

This directory contains the implementation of the "common demo tasks".  These
are test tasks and demo tasks that are used by nearly all the demo applications.