summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix file path in the project file (#1013)HEADmainGaurav-Aggarwal-AWS2023-05-151-2/+2
* Update FreeRTOSconfig.h for M2351 (#1005)Devaraj Ranganna2023-05-154-48/+8
* Added Posix Demo run in github action (#997)xuelix2023-05-081-3/+40
* Set configMAX_SYSCALL_INTERRUPT_PRIORITY to 4 for QEMU demos (#986)kar-rahul-aws2023-04-283-3/+3
* Update FreeRTOSConfig.h (#1008)kar-rahul-aws2023-04-281-1/+1
* Add IAR projects for LPC55S69 (#1007)Gaurav-Aggarwal-AWS2023-04-2848-790/+25781
* Add non trustzone (NTZ) projects for M2351 (#1003)Gaurav-Aggarwal-AWS2023-04-2415-55/+5066
* Remove non-existent entry from the project file (#996)Gaurav-Aggarwal-AWS2023-04-241-1/+0
* Fix incorrect file path in the project file (#1000)Gaurav-Aggarwal-AWS2023-04-241-1/+1
* Add reg tests to nRF9160 projects (#1001)Gaurav-Aggarwal-AWS2023-04-248-132/+1072
* Add reg tests to NuMaker M2351 project (#992)Gaurav-Aggarwal-AWS2023-04-1926-228/+2185
* Add Reg tests for CORTEX M33F Keil Simulator Project (#991)kar-rahul-aws2023-04-198-7/+581
* Update M33F simulator Keil example (#990)Devaraj Ranganna2023-04-1815-3335/+263
* Add reg tests to LPC55S69 project (#989)Gaurav-Aggarwal-AWS2023-04-1855-7479/+9537
* Added support for static memory allocation in FreeRTOS-Plus-CLI (#983)tabarnakos2023-04-133-55/+98
* Added a link to the community supported demos repo in the demos readme.txt (#...Joseph Julicher2023-04-111-1/+8
* Set configMAX_SYSCALL_INTERRUPT_PRIORITY to 4 (#984)Sergio Soares2023-04-101-1/+1
* Add register tests to Nucleo-L152RE project (#982)Gaurav-Aggarwal-AWS2023-04-035-0/+726
* Add register tests to H743ZI2 demo project (#977)Gaurav-Aggarwal-AWS2023-04-0320-1615/+8947
* Increase minimal stack size config to 2048 wordsPaul Bartell2023-03-301-4/+2
* Enable newlib and picolibc thread local storagePaul Bartell2023-03-302-15/+24
* Improve vAssertCalled function to include filename / line number info.Paul Bartell2023-03-302-31/+44
* Demo/RISC-V_RV32_QEMU_VIRT_GCC: Add option to build with picolibcKeith Packard2023-03-301-2/+16
* Demo/RISC-V_RV32_QEMU_VIRT_GCC: Add TLS support to linker scriptKeith Packard2023-03-301-0/+19
* Demo/RISC-V_RV32_QEMU_VIRT_GCC: Enable picolibc TLS when neededKeith Packard2023-03-301-0/+4
* Demo/RISC-V_RV32_QEMU_VIRT_GCC: Set -march=rv32imac_zicsrKeith Packard2023-03-301-1/+1
* Demo/RISC-V_RV32_QEMU_VIRT_GCC: Enable configUSE_TRACE_FACILITYKeith Packard2023-03-301-1/+1
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Add option to build with picolibcKeith Packard2023-03-301-1/+7
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Define symbols needed for picolibc sbrk impleme...Keith Packard2023-03-301-0/+2
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Add TLS support to linker scriptKeith Packard2023-03-301-0/+21
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Provide picolibc syscall implementationKeith Packard2023-03-301-2/+30
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Enable picolibc TLS when neededKeith Packard2023-03-301-0/+4
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Fix use of -ffunction-sections -fdata-sectionsKeith Packard2023-03-301-1/+3
* Demo/CORTEX_M3_MPS2_QEMU_GCC: Prepare startup.c for use with --gc-sectionsKeith Packard2023-03-301-1/+2
* Update multiple submodules (#981)Gaurav-Aggarwal-AWS2023-03-3018-18/+16
* Add unit tests for GetStaticBuffer functions (#964)Darian2023-03-2014-55/+967
* Remove cast from configMINIMAL_STACK_SIZE (#971)Gaurav-Aggarwal-AWS2023-03-201-1/+1
* Update TCPEchoClient_SingleTasks.c (#968)kar-rahul-aws2023-03-161-1/+1
* Update Readme for the FreeRTOS_PLUS_TCP_ECHO_QEMU_msp2 (#939)kar-rahul-aws2023-03-091-98/+304
* Fix issues in TCP QEMU Demo (#948)kar-rahul-aws2023-03-073-3/+8
* Make static IP address configurable (#947)Aniruddha Kanhere2023-03-061-23/+28
* Fix CBMC proof failures (#946)Gaurav-Aggarwal-AWS2023-03-065-15/+15
* Create SMP on target test framework. (#911)ActoryOu2023-03-0613-0/+971
* Added two config options to the FreeRTOSConfig file to get the demo running a...Soren Ptak2023-03-053-2/+14
* Add CBMC proof-running GitHub Action (#924)Kareem Khazem2023-03-034-4/+238
* update the freertos + TCP demos to use the neew API for getting the UDP pyalo...Tony Josi2023-03-013-3/+3
* Changes in FreeRTOS+TCP demo application files to add compatibility for runni...kar-rahul-aws2023-02-2213-128/+662
* Update PR template to include checkbox for Unit Test related changes (#925)Aniruddha Kanhere2023-02-201-0/+7
* Cellular transport return socket closed when remote disconnected (#922)chinglee-iot2023-02-101-0/+4
* Expand RV32E demo support, prevent 'ebreak' looping (#883)Kody Stribrny2023-02-0610-949/+942