summaryrefslogtreecommitdiff
path: root/FreeRTOS/Source/portable/GCC/RISC-V/portmacro.h
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121-1/+1
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-071-2/+2
* Replace portasmHAS_CLINT with configMTIME_BASE_ADDRESS and configMTIMECMP_BAS...rtel2020-01-091-2/+11
* Replace portasmHAS_CLINT with configMTIME_BASE_ADDRESS and configMTIMECMP_BAS...rtel2020-01-071-0/+15
* Update to the latest atomic.h.rtel2019-11-181-0/+7
* Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.rtel2019-09-241-1/+1
* Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessag...rtel2019-05-131-4/+5
* Update version number ready for next release.rtel2019-05-111-1/+1
* Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...rtel2019-04-211-0/+2
* Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...rtel2019-04-171-6/+17
* Update version number in readiness for V10.2.0 release.rtel2019-02-171-2/+2
* Fix bug in core_cm3.c atomic macros.rtel2019-02-161-0/+141