jasonpcarroll
b9f2248c5b
[AUTO][RELEASE]: Bump file header version to "202211.00"
2022-12-01 00:34:31 +00:00
Paul Bartell
569c78fd8c
Remove coroutines ( #874 )
...
* Remove co-routine centric CORTEX_LM3S102_Rowley demos.
Remove CORTEX_LM3S102_Rowley Demo2 and Demo3.
Update Demo1 to no longer use coroutines.
* Remove co-routines from MB91460_Softune demo
* FreeRTOS_96348hs_SK16FX100PMC: Remove co-routine usage.
Remove co-routine usage from FreeRTOS_96348hs_SK16FX100PMC demo.
* MB96350_Softune_Dice_Kit: Remove co-routine usage
Remove co-routines usage from MB96350_Softune_Dice_Kit demo
* AVR_Dx_IAR: Remove co-routine usage
* AVR_Dx_Atmel_Studio: Remove co-routine usage
* PIC24_MPLAB: Remove autogenerated files and add to .gitignore
* PIC24_MPLAB: Remove co-routine usage from demo
* AVR_ATMega323_IAR: Remove co-routine usage
* ColdFire_MCF52221_CodeWarrior: Remove coroutine usage
* AVR_ATMega4809_MPLAB.X: Remove co-routine usage
* AVR_ATMega4809_IAR: Remove co-routine usage
* AVR_ATMega4809_Atmel_Studio: Remove coroutine usage
* AVR_ATMega323_WinAVR: Remove coroutine usage
* AVR_Dx_MPLAB.X: Remove coroutine usage
* dsPIC_MPLAB: Remove coroutine usage
* CORTEX_LM3S102_GCC: Remove coroutines and coroutine centric demos
* CORTEX_LM3S102_GCC: Update makefile to discard unused symbols
Allows fitting in the limited ram/flash for this part.
* CORTEX_LM3S316_IAR: Remove coroutines
* Demos: Remove references to crflash.c, crhook.c, crflash.h, crhook.h
* Remove coroutine options from FreeRTOSConfig.h files
* Xilinx: Remove backup file generated by revup utility
* Demos: Remove Coroutine related config items and references
* Format CBMC FreeRTOSConfig.h
* Update URL from aws.amazon.com/freertos to github.com/FreeRTOS
* Fix copyright year and license text
* Fix license text in demo files
* Update header check excluded path list
* Add configBENCHMARK to lexicon
2022-11-22 10:29:53 +05:30
Ravishankar Bhagavandas
9058c39aed
Add unit tests for stream buffer callback overrides ( #832 )
...
* Add tests for streambuffer callback
* Add concurrent readers writers test
* Update manifest
2022-07-29 13:16:52 -07:00
Gaurav-Aggarwal-AWS
c472c08d3d
Define INCLUDE_xTaskGetCurrentTaskHandle in FreeRTOSConfig.h ( #822 )
...
* Define INCLUDE_xTaskGetCurrentTaskHandle in FreeRTOSConfig.h
This is needed to fix build issues in https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/507
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
* Fix header check
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2022-06-21 22:45:26 +05:30
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
Gaurav Aggarwal
4a465406b4
Fix CI check failure
...
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
2021-11-15 13:34:03 -08:00
Gaurav Aggarwal
a86178136d
Revert "Revert "UT: Add streambuffer test to make PR #391 pass ( #690 )""
...
This reverts commit 7340a72dee
.
2021-11-15 13:34:03 -08:00
aggarg
ecd1a8f9f1
[AUTO][RELEASE]: Bump file header version to "202111.00"
2021-11-13 02:37:14 +00:00
Gaurav Aggarwal
7340a72dee
Revert "UT: Add streambuffer test to make PR #391 pass ( #690 )"
...
This reverts commit a32ab34192
.
2021-11-12 14:03:02 -08:00
alfred gedeon
a32ab34192
UT: Add streambuffer test to make PR #391 pass ( #690 )
...
UT: Add streambuffer test to make PR #391 pass
2021-10-15 16:07:59 -07:00
tianmc1
176f1cae02
[AUTO][RELEASE]: Bump file header version to "202107.00"
2021-07-24 00:32:35 +00:00
alfred gedeon
ae92d8c6ee
Add uncrustify github workflow ( #659 )
...
* Add uncrustify github workflow
* Fix exclusion pattern
* fix find expression
* exclude uncrustify files
* Uncrustify common demo and test files
* exlude white space checking files
* Fix EOL whitespace checker
* Remove whitespaces from EOL
* Fix space at EOL
* Fix find spaces at EOL
Co-authored-by: Archit Aggarwal <architag@amazon.com>
2021-07-22 14:23:48 -07:00
Paul Bartell
58b1f9b27d
Fix spelling in message_buffer_utest.c
2021-04-07 13:56:04 -07:00
Paul Bartell
5c7f33fbfb
Fix typo in message_buffer_utest.c
2021-04-07 13:56:04 -07:00
Paul Bartell
c82e6caa34
Remove imporper TEST_PROTECT usage from message_buffer_utest.c.
...
The way TEST_PROTECT is currently used in this test causes an infinite loop if the expected configASSERT failure does not occur.
2021-04-07 13:56:04 -07:00
Ravishankar Bhagavandas
e39c34ba7e
Adding unit tests for stream buffer and message buffer ( #528 )
...
* Initial commit
* Add more stream buffer tests
* Adding message buffer tests
* Adding tests to cover config assert branches
Co-authored-by: alfred gedeon <28123637+alfred2g@users.noreply.github.com>
2021-03-30 12:56:02 -07:00