summaryrefslogtreecommitdiff
path: root/FreeRTOS
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
* Set configMAX_SYSCALL_INTERRUPT_PRIORITY to 4 for QEMU demos (#986)kar-rahul-aws2023-04-283-3/+3
* 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-1925-228/+2184
* 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-1853-7479/+9535
* 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-0319-1615/+8942
* 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-301-0/+0
* Add unit tests for GetStaticBuffer functions (#964)Darian2023-03-2014-55/+967
* Fix CBMC proof failures (#946)Gaurav-Aggarwal-AWS2023-03-064-14/+14
* Create SMP on target test framework. (#911)ActoryOu2023-03-0612-0/+970
* 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-033-0/+224
* Expand RV32E demo support, prevent 'ebreak' looping (#883)Kody Stribrny2023-02-0610-949/+942
* Use CBMC XML output to enable VSCode debugger (#912)Kareem Khazem2023-01-131-13/+12
* Update kernel submodule pointer for equal priority test cases (#909)chinglee-iot2023-01-091-0/+0
* Update unit test for equal priority task (#903)chinglee-iot2023-01-061-10/+292
* CI: add win32-mingw demo to GithubActions workflowPaul Bartell2022-12-211-2/+2
* msp430_GCC: Update makefile for most recent mspgccPaul Bartell2022-12-211-14/+2
* Update AVR_Dx Atmel Demo (#902)Kody Stribrny2022-12-202-9/+9
* Fix stack smashing in POSIX Demo (#901)Gaurav-Aggarwal-AWS2022-12-153-437/+1
* [AUTO][RELEASE]: Bump file header version to "202212.00"jasonpcarroll2022-12-101297-1297/+1297
* Fix MingW RTOS demo. (#897)jasonpcarroll2022-12-0912-1462/+1753
* WIN32-MSVC Demo Re-work interrupt handling. (#899)jasonpcarroll2022-12-091-60/+58
* FreeRTOS Trace Fixes (#888)Soren Ptak2022-12-078-425/+760
* Fix and improve WIN32-MSVC demo in FreeRTOS/Demo. (#891)jasonpcarroll2022-12-079-679/+935