summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-12450-944/+6643
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-244-5/+2792
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2822 1d2547de-c912-0...rtel2020-02-071-3/+3
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-07428-858/+858
* Fix spelling issues.yuhzheng2020-02-073-10/+9
* Add "is inside interrupt" function to MPU ports.rtel2020-02-0751-270/+714
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-0615-187/+64
* ESP GCC port -- Added LoadStore Exception handlers. yuhzheng2020-01-312-0/+587
* 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
* Correct an err in queue.c introduced when previously updating behaviour when ...rtel2020-01-291-16/+11
* Introduce the portSOFTWARE_BARRIER macro which thus far is only used by the W...rtel2020-01-234-2/+21
* 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-161-2/+2
* Added uxTimerGetReloadMode() API function.rtel2020-01-166-5/+60
* Introduce a port for T-HEAD CK802. A simple demo for T-HEAD CB2201 is also in...yuhzheng2020-01-103-0/+435
* Replace portasmHAS_CLINT with configMTIME_BASE_ADDRESS and configMTIMECMP_BAS...rtel2020-01-096-22/+70
* 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
* Add xPortIsInsideInterrupt() to the IAR ARMv7-M ports.rtel2020-01-035-2/+128
* Added xTaskAbortDelayFromISR() and ulTaskNotifyValueClear() API functions.rtel2020-01-025-2/+182
* Minor updates to comment block for xTaskCheckForTimeOut().rtel2020-01-011-84/+97
* 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
* Previously the STM32F0518 compiler setting was changed to enable the use of t...rtel2019-12-301-1/+2
* 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
* Updates to CM4_MPU RCDS portgaurav-aws2019-12-242-90/+146
* Add readme into the third party RISC-V port that points to the directories th...rtel2019-12-241-0/+6
* Updates to CM4_MPU IAR portgaurav-aws2019-12-213-114/+153
* Updates to CM4_MPU GCC portgaurav-aws2019-12-202-22/+110
* Cortex M0 GCC/IAR/Keil ports -- tickless support. yuhzheng2019-12-186-52/+689
* RVDS/Keil weak linkage for vPortSetupTimerInterrupt() -- CM4F, CM3 yuhzheng2019-12-182-3/+3
* Move warning suppression for IAR compiler to portmacro.h for v8M portsgaurav-aws2019-12-078-0/+56
* Fix bug when xQueueOverwrite() and xQueueOverwrite() from ISR are used to ove...rtel2019-12-031-26/+35
* Remove guards against __ARMCC_VERSION version numbers that were previously us...rtel2019-11-2110-163/+29
* Remove driver files that generate compiler warnings from the RISC-V_Renode_Em...rtel2019-11-184-17/+32
* Update to the latest atomic.h.rtel2019-11-187-178/+206
* Update RISK-V GCC port to ensure the first task starts with interrupts enable...rtel2019-10-211-4/+7
* Move the call to traceTASK_DELETE() to before port portPRE_TASK_DELETE_HOOK()...rtel2019-10-151-2/+5
* Formatting changes only.rtel2019-10-101-137/+137
* Minor formatting change in comment only.rtel2019-10-071-4/+4
* Update FreeRTOS.h with the version in GitHub. This is also to test submodule.yuhzheng2019-09-241-6/+5
* Nordic port. Notes for Richard -- the work items we discussed about for nrf52...yuhzheng2019-09-245-0/+1027
* Revert 2728. Not because the files are still needed, but because we want to t...yuhzheng2019-09-243-0/+771
* Wiced_CY port is not needed anymore. Use GCC/ARM_CRx_No_GIC instead. yuhzheng2019-09-243-771/+0
* Adding tickless hooks to GCC/ARM_CRx_No_GIC port. yuhzheng2019-09-241-0/+6
* Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.rtel2019-09-244-7/+7