summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-122206-61325/+1612974
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-24118-19946/+46117
* Added back some TCP/IP stack port layer files.rtel2020-02-0716-0/+12967
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2822 1d2547de-c912-0...rtel2020-02-0736-15098/+15170
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071989-139137/+40469
* Fix spelling issues.yuhzheng2020-02-073-10/+9
* Add "is inside interrupt" function to MPU ports.rtel2020-02-0752-270/+719
* Update TCP to last release versions in preparation for kernel V10.3.0 release.rtel2020-02-0627-31/+35
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-0652-359/+359
* ESP GCC port -- Added LoadStore Exception handlers. yuhzheng2020-01-312-0/+587
* Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.yuhzheng2020-01-3158-4388/+4102
* Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23...yuhzheng2020-01-3154-1674/+5661
* Removing RISC-V port under ThirdParty.yuhzheng2020-01-303-836/+0
* Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.yuhzheng2020-01-308-1798/+0
* Remove the FreeRTOS-IoT-Libraries from FreeRTOS-Plus as it was an old copy wi...rtel2020-01-3044-21719/+0
* Correct an err in queue.c introduced when previously updating behaviour when ...rtel2020-01-294-41/+68
* Cleaning up LPC51U68 projects:yuhzheng2020-01-249-33/+37
* Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the W...rtel2020-01-234-2/+21
* Add MPU demo project for Nulceo-L152RE which is Coretx-M3.gaurav-aws2020-01-2375-0/+74539
* Updates to CM3_MPU GCC portgaurav-aws2020-01-232-94/+160
* Ensure both one-shot and auto-reload are written consistently with a hyphen i...rtel2020-01-1620-83/+104
* Added uxTimerGetReloadMode() API function.rtel2020-01-166-5/+60
* Add MPU demo project for LPC54018 board.gaurav-aws2020-01-1270-0/+67783
* Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also in...yuhzheng2020-01-10125-0/+23809
* Update the GCC and IAR SiFive HiFive rev-b demos to use the new configMTIME_B...rtel2020-01-0915-1688/+2123
* Replace portasmHAS_CLINT with configMTIME_BASE_ADDRESS and configMTIMECMP_BAS...rtel2020-01-096-22/+70
* Work in progress update of LPC51U68 MCUXpresso project to rearrange the folde...rtel2020-01-093-46/+46
* Replace portasmHAS_CLINT with configMTIME_BASE_ADDRESS and configMTIMECMP_BAS...rtel2020-01-075-17/+49
* Add Source/portable/ARMClang file that directs users to the GCC port if they ...rtel2020-01-043-5/+9
* If tickless idle mode is in use then ensure prvResetNextTaskUnblockTime() is ...rtel2020-01-031-0/+16
* Correct #error text in multiple fat file system files.rtel2020-01-036-6/+6
* Add xPortIsInsideInterrupt() to the IAR ARMv7-M ports.rtel2020-01-035-2/+128
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-029-27/+336
* Renamed RISC-V_RV32_SiFive_HiFive1_IAR directory to RISC-V_RV32_SiFive_HiFive...rtel2020-01-0135-8090/+0
* Minor updates to comment block for xTaskCheckForTimeOut().rtel2020-01-011-84/+97
* Rename RISC-V_RV32_SiFive_HiFive1-FreedomStudio directory to RISC-V_RV32_SiFi...rtel2020-01-01189-0/+0
* Update RISCC-V-RV32-SiFive_HiFive1_FreedomStudio project to latest tools and ...rtel2020-01-0185-591/+3831
* Rename STM32Cube to GCC for STM32L4 Discovery projects as GCC isgaurav-aws2020-01-01111-0/+0
* Make vSetupTimerInterrupt weak in the RVDS M4 MPU port to give thegaurav-aws2020-01-011-3/+3
* Update documentation of xTaskCheckForTimeOut function to reflect thegaurav-aws2019-12-311-13/+86
* - Updates to projects due to demo folder name change. (IAR source file paths ...yuhzheng2019-12-317-208/+185
* Previously the STM32F0518 compiler setting was changed to enable the use of t...rtel2019-12-302-2/+3
* Ensure the CORTEX_M0_STM32F0518_IAR demo builds after updates to the Cortex-M...rtel2019-12-303-2024/+2698
* Ensure the LPC1114 demo still builds after updates to the Cortex-M0 port laye...rtel2019-12-301-719/+364
* Ensure the LPC1114 demo still builds after updates to the Cortex-M0 port laye...rtel2019-12-302-277/+186
* Ensure the XMC1000_IAR_KEIL_GCC projects still build after updates to the Cor...rtel2019-12-306-7153/+8378
* Replace the static prvSetupTimerInterrupt() function in the Cortex-M port lay...rtel2019-12-306-51/+70
* Correct use of xStreamBufferRead() to xStreamBufferReceive() in code comments...rtel2019-12-301-4/+4
* Tidy up comments only.rtel2019-12-273-8/+8
* Enable the Win32 comprehensive test/demo build and run when configUSE_QUEUE_S...rtel2019-12-271-14/+26