summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)V10.2.1Richard Barry2019-05-130-0/+0
* Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessag...Richard Barry2019-05-132-4/+6
* Update version number ready for next release.Richard Barry2019-05-111588-1589/+1613
* Delete the Release configuration from the NXP project.Gaurav Aggarwal2019-05-1110-656/+128
* Removing obsolete code and files only.Richard Barry2019-05-1013-26028/+66
* Add M7/M4 AMP demo.Richard Barry2019-05-10102-1/+120360
* Add NXP libs needed to build the projectGaurav Aggarwal2019-05-092-0/+0
* Delete the not needed file missed in last commitGaurav Aggarwal2019-05-091-298/+0
* Do not strip required symbols when LTO is onGaurav Aggarwal2019-05-0936-80/+2535
* Ensure that fault handlers are declared naked.Gaurav Aggarwal2019-05-053-9/+15
* Add ARMv8M demo project for NXP LPC55S69.Gaurav Aggarwal2019-05-0570-0/+66420
* Add Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2...Gaurav Aggarwal2019-05-02227-123/+133624
* Basic 64-bit RISC-V port now functional. RISC-V port layer automatically swi...Richard Barry2019-04-292-21/+36
* Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...Richard Barry2019-04-253-0/+6
* Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) i...Richard Barry2019-04-2111-0/+17
* Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...Richard Barry2019-04-175-19/+36
* Export port architecture name for COrtex-M33. This can be used by debuggers t...Gaurav Aggarwal2019-03-286-0/+9
* Fix spelling of priority in comments.Gaurav Aggarwal2019-03-182-2/+2
* Fix warning portHAS_STACK_OVERFLOW_CHECKING not definedGaurav Aggarwal2019-03-132-4/+4
* Correcting spelling mistakes in comments only.Richard Barry2019-03-081-2/+2
* Prepare the RISC-V port layer for addition of 64-bit port.Richard Barry2019-03-081-126/+136
* Update version number in +TCP code.Richard Barry2019-02-2150-2605/+499
* Change type of usStackDepth to configSTACK_DEPTH_TYPE.Gaurav Aggarwal2019-02-214-4/+4
* Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V...Gaurav Aggarwal2019-02-2017-44/+47
* Add instructions on building the Cortex-M33 secure and non secure projects in...Richard Barry2019-02-2015-55/+144
* Set default value of configRUN_FREERTOS_SECURE_ONLY to 0.Gaurav Aggarwal2019-02-201-0/+6
* Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also...Gaurav Aggarwal2019-02-2045-7142/+7392
* Update the common demo death.c to use the updated macro name to give it a sec...Richard Barry2019-02-192-1/+2
* First Official Release of ARMV8M Support. This release removes Pre-Release fr...Gaurav Aggarwal2019-02-1991-352/+19547
* Update version number in readiness for V10.2.0 release.Richard Barry2019-02-171469-2903/+2904
* Sync the Renesas port to AFR Git RepoGaurav Aggarwal2019-02-171-1/+5
* Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLEGaurav Aggarwal2019-02-172-25/+52
* Fix build failure when dynamic allocation is not enabled.Gaurav Aggarwal2019-02-161-7/+19
* Replace the pdf RISC-V documentation with links to the documentation web pages.Richard Barry2019-02-164-0/+15
* Fix bug in core_cm3.c atomic macros.Richard Barry2019-02-1633-6085/+8356
* Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V...Richard Barry2019-02-123-0/+15
* Add makefiles that build the FreedomStudio project (provided by Dornerworks -...Richard Barry2019-02-113-0/+267
* Ensure eTaskGetState() is brought in automatically if INCLUDE_xTaskAbortDelay...Richard Barry2019-02-0810-50/+15
* Add xTaskGetIdleRunTimeCounter() API function to return the run time stats co...Richard Barry2019-01-2111-12/+69
* Copyright updates from Cadence. Gaurav Aggarwal2019-01-1617-585/+547
* Update main.c() for the WIN32-MingW project so the trace recorder is initiali...Richard Barry2019-01-071-15/+15
* Update the pin mux setup on the Vega board demo to enable the LED.Richard Barry2018-12-314-2/+34
* Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back...Richard Barry2018-12-3161-53/+76183
* Re-org of RISC-V file structure and naming step 2.Richard Barry2018-12-308-85/+114
* Re-org of RISC-V file structure and naming step 1.Richard Barry2018-12-303-0/+27
* Create folder to hold RISC-V chip specific extensions.Richard Barry2018-12-300-0/+0
* Update RSIC-V port layer after testing saving and receiving of chip specific ...Richard Barry2018-12-302-12/+11
* Move the RISC-V pxPortInitialiseStack() implementation to the assembly port f...Richard Barry2018-12-306-149/+195
* Correct accidental deletion in GenQTest.c.Richard Barry2018-12-281-1/+1
* Allow the size of the stack used by many of the standard demo/test tasks to b...Richard Barry2018-12-2815-61/+138