]> git.sur5r.net Git - freertos/log
freertos
5 years agoUpdate version number in +TCP code. V10.2.0
rtel [Thu, 21 Feb 2019 18:08:36 +0000 (18:08 +0000)]
Update version number in +TCP code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2642 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoChange type of usStackDepth to configSTACK_DEPTH_TYPE.
gaurav-aws [Thu, 21 Feb 2019 03:25:30 +0000 (03:25 +0000)]
Change type of usStackDepth to configSTACK_DEPTH_TYPE.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2641 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files.
gaurav-aws [Wed, 20 Feb 2019 20:27:07 +0000 (20:27 +0000)]
Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2640 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd instructions on building the Cortex-M33 secure and non secure projects into the...
rtel [Wed, 20 Feb 2019 17:55:59 +0000 (17:55 +0000)]
Add instructions on building the Cortex-M33 secure and non secure projects into the comments of that project and into a readme.txt file.
Enable configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES setting to be used in statically allocated systems.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2639 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSet default value of configRUN_FREERTOS_SECURE_ONLY to 0.
gaurav-aws [Wed, 20 Feb 2019 00:40:46 +0000 (00:40 +0000)]
Set default value of configRUN_FREERTOS_SECURE_ONLY to 0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2638 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change...
gaurav-aws [Wed, 20 Feb 2019 00:25:45 +0000 (00:25 +0000)]
Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2637 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate the common demo death.c to use the updated macro name to give it a secure...
rtel [Tue, 19 Feb 2019 02:57:44 +0000 (02:57 +0000)]
Update the common demo death.c to use the updated macro name to give it a secure context.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2636 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFirst Official Release of ARMV8M Support. This release removes Pre-Release from all...
gaurav-aws [Tue, 19 Feb 2019 02:30:32 +0000 (02:30 +0000)]
First Official Release of ARMV8M Support. This release removes Pre-Release from all the ARMv8M files licensees.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2635 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate version number in readiness for V10.2.0 release.
rtel [Sun, 17 Feb 2019 22:36:16 +0000 (22:36 +0000)]
Update version number in readiness for V10.2.0 release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2634 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSync the Renesas port to AFR Git Repo
gaurav-aws [Sun, 17 Feb 2019 01:27:16 +0000 (01:27 +0000)]
Sync the Renesas port to AFR Git Repo

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2633 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE
gaurav-aws [Sun, 17 Feb 2019 01:24:58 +0000 (01:24 +0000)]
Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE

tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE was not correctly defined resulting in
dynamically allocated TCB not being freed when MPU was enabled. This commit fixes
the definition to ensure that dynamically allocated RAM (Stack and TCB) is freed
always.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2632 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix build failure when dynamic allocation is not enabled.
gaurav-aws [Sat, 16 Feb 2019 20:21:47 +0000 (20:21 +0000)]
Fix build failure when dynamic allocation is not enabled.

When dynamic allocation is not enabled, vPortFree is not available. The current code used
vPortFree and this resulted in linker error. This commit removes the use of vPortFree when
dynamic allocation is not enabled.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2631 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoReplace the pdf RISC-V documentation with links to the documentation web pages.
rtel [Sat, 16 Feb 2019 01:15:33 +0000 (01:15 +0000)]
Replace the pdf RISC-V documentation with links to the documentation web pages.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2630 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix bug in core_cm3.c atomic macros.
rtel [Sat, 16 Feb 2019 01:08:38 +0000 (01:08 +0000)]
Fix bug in core_cm3.c atomic macros.
Rename the portable/GCC/RISC-V-RV32 directory to just RISC-V as also adding support for 64-bit cores.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2629 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project.
rtel [Tue, 12 Feb 2019 02:43:28 +0000 (02:43 +0000)]
Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2628 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd makefiles that build the FreedomStudio project (provided by Dornerworks - thanks).
rtel [Mon, 11 Feb 2019 19:44:13 +0000 (19:44 +0000)]
Add makefiles that build the FreedomStudio project (provided by Dornerworks - thanks).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2627 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoEnsure eTaskGetState() is brought in automatically if INCLUDE_xTaskAbortDelay is...
rtel [Fri, 8 Feb 2019 01:18:08 +0000 (01:18 +0000)]
Ensure eTaskGetState() is brought in automatically if INCLUDE_xTaskAbortDelay is set to 1, as it is a dependency of eTaskGetState().
Added the portTASK_FUNCTION_PROTO macros around the timer task, as the macros are already used by the idle task.
Add a PDF of the RISC-V documentation into the repo as the web page is not yet live.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2626 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd xTaskGetIdleRunTimeCounter() API function to return the run time stats counter...
rtel [Mon, 21 Jan 2019 23:39:48 +0000 (23:39 +0000)]
Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2625 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoCopyright updates from Cadence.
gaurav-aws [Wed, 16 Jan 2019 19:01:25 +0000 (19:01 +0000)]
Copyright updates from Cadence.

https://github.com/foss-xtensa/amazon-freertos/commit/e1df8947523629c864ad80388429fe5e4d88024a

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2624 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate main.c() for the WIN32-MingW project so the trace recorder is initialized...
rtel [Mon, 7 Jan 2019 19:40:13 +0000 (19:40 +0000)]
Update main.c() for the WIN32-MingW project so the trace recorder is initialized even when the simple blinky demo is used - otherwise the trace recorder causes an exception as it is used without first being initialized.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2623 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate the pin mux setup on the Vega board demo to enable the LED.
rtel [Mon, 31 Dec 2018 20:14:34 +0000 (20:14 +0000)]
Update the pin mux setup on the Vega board demo to enable the LED.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2622 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMove the 'generic' version of freertos_risc_v_chip_specific_extensions.h back to...
rtel [Mon, 31 Dec 2018 18:19:52 +0000 (18:19 +0000)]
Move the 'generic' version of freertos_risc_v_chip_specific_extensions.h back to a sub-directory as having it in the RISC-V port's base directory was causing SoftConsole to pick up the wrong version (for an unknown reason).
Add a project for the Vega board's RI5CY core.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2621 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRe-org of RISC-V file structure and naming step 2.
rtel [Sun, 30 Dec 2018 23:53:47 +0000 (23:53 +0000)]
Re-org of RISC-V file structure and naming step 2.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2620 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRe-org of RISC-V file structure and naming step 1.
rtel [Sun, 30 Dec 2018 23:20:26 +0000 (23:20 +0000)]
Re-org of RISC-V file structure and naming step 1.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2619 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoCreate folder to hold RISC-V chip specific extensions.
rtel [Sun, 30 Dec 2018 23:15:37 +0000 (23:15 +0000)]
Create folder to hold RISC-V chip specific extensions.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2618 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate RSIC-V port layer after testing saving and receiving of chip specific registers.
rtel [Sun, 30 Dec 2018 23:11:40 +0000 (23:11 +0000)]
Update RSIC-V port layer after testing saving and receiving of chip specific registers.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2617 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMove the RISC-V pxPortInitialiseStack() implementation to the assembly port file...
rtel [Sun, 30 Dec 2018 20:00:43 +0000 (20:00 +0000)]
Move the RISC-V pxPortInitialiseStack() implementation to the assembly port file from the C port file so it can have access to the number of chip specific registers it needs to save space for on the stack.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2616 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoCorrect accidental deletion in GenQTest.c.
rtel [Fri, 28 Dec 2018 03:38:27 +0000 (03:38 +0000)]
Correct accidental deletion in GenQTest.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2615 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAllow the size of the stack used by many of the standard demo/test tasks to be overri...
rtel [Fri, 28 Dec 2018 00:44:18 +0000 (00:44 +0000)]
Allow the size of the stack used by many of the standard demo/test tasks to be overridden by FreeRTOSConfig.h settings.
Update the Freedom Studio RISC-V project so the 'full' build configuration is now functional.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2614 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate the Freedom Studio RISC-V project so the gdbinit options are now specified...
rtel [Thu, 27 Dec 2018 04:57:49 +0000 (04:57 +0000)]
Update the Freedom Studio RISC-V project so the gdbinit options are now specified on the command line.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2613 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate Freedom Studio RISC-V demo for the latest GCC RISC-V port - not yet tested.
rtel [Thu, 27 Dec 2018 04:34:08 +0000 (04:34 +0000)]
Update Freedom Studio RISC-V demo for the latest GCC RISC-V port - not yet tested.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2612 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRetarget Softconsole RISC-V demo from IGLOO2 to Renode as it can have more RAM and...
rtel [Mon, 24 Dec 2018 17:48:10 +0000 (17:48 +0000)]
Retarget Softconsole RISC-V demo from IGLOO2 to Renode as it can have more RAM and therefore have more test tasks running.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2611 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRename directories in the RISC-V port.
rtel [Mon, 24 Dec 2018 17:37:02 +0000 (17:37 +0000)]
Rename directories in the RISC-V port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2610 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoBackup Microsemi Renode project before adding a build configuration for the target...
rtel [Wed, 19 Dec 2018 02:56:13 +0000 (02:56 +0000)]
Backup Microsemi Renode project before adding a build configuration for the target hardware.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2609 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd vTimerSetReloadMode() calls to the code coverage tests.
rtel [Mon, 17 Dec 2018 23:19:23 +0000 (23:19 +0000)]
Add vTimerSetReloadMode() calls to the code coverage tests.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2608 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate the the MPU simulator project to exercise the timer API.
rtel [Mon, 17 Dec 2018 22:06:58 +0000 (22:06 +0000)]
Update the the MPU simulator project to exercise the timer API.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2607 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRemove "FromISR' functions from the list of functions that switch to a privileged...
rtel [Mon, 17 Dec 2018 22:04:18 +0000 (22:04 +0000)]
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
Add the vTimerSetReloadMode() API function.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2606 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate RISC-V_IGLOO2_Creative_SoftConsole demo to make use of new RISC-V porting...
rtel [Mon, 17 Dec 2018 00:01:36 +0000 (00:01 +0000)]
Update RISC-V_IGLOO2_Creative_SoftConsole demo to make use of new RISC-V porting layer structure and exercise some external interrupts - all tests currently passing in Renode.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2605 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRework RISC-V portASM.S to make it easier to add in chip specific RISC-V extensions...
rtel [Sun, 16 Dec 2018 23:59:49 +0000 (23:59 +0000)]
Rework RISC-V portASM.S to make it easier to add in chip specific RISC-V extensions and accommodate chips that don't include the CLINT.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2604 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSave changes to the RISC-V port layer before making changes necessary to support...
rtel [Sun, 16 Dec 2018 20:21:29 +0000 (20:21 +0000)]
Save changes to the RISC-V port layer before making changes necessary to support pulpino too:
+ Switch positions of the asm functions used to start the kernel and handle traps to enable one to reference to the other.
+ Handle external interrupts (working with Renode emulator).
+ The _sp linker variable is now called __freertos_irq_stack_top.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2603 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMicrosemi RISC-V project:
rtel [Mon, 10 Dec 2018 20:55:32 +0000 (20:55 +0000)]
Microsemi RISC-V project:
    Reorganize project to separate Microsemi code into its own directory.
    Add many more demo and tests.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2602 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoBackup checkin of MiFive demo running in ReNode emulator.
rtel [Mon, 10 Dec 2018 05:28:05 +0000 (05:28 +0000)]
Backup checkin of MiFive demo running in ReNode emulator.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2601 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoBackup check in of the Microsemi IGLOO2 Creative Board RISC-V demo - still a work...
rtel [Tue, 4 Dec 2018 01:27:06 +0000 (01:27 +0000)]
Backup check in of the Microsemi IGLOO2 Creative Board RISC-V demo - still a work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2600 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoBackup checking of the Freedom Studio RISC-V project - still a work in progress.
rtel [Tue, 4 Dec 2018 01:25:53 +0000 (01:25 +0000)]
Backup checking of the Freedom Studio RISC-V project - still a work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2599 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate RISC-V port to use a separate interrupt stack.
rtel [Tue, 4 Dec 2018 01:23:41 +0000 (01:23 +0000)]
Update RISC-V port to use a separate interrupt stack.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2598 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSome efficiency improvements in Risc-V port.
rtel [Wed, 28 Nov 2018 19:35:40 +0000 (19:35 +0000)]
Some efficiency improvements in Risc-V port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2597 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFirst task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.
rtel [Sat, 24 Nov 2018 20:59:07 +0000 (20:59 +0000)]
First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2596 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd kernel code to the RISC-V-Qemu-sifive_e-FreedomStudio demo.
rtel [Sat, 24 Nov 2018 04:42:20 +0000 (04:42 +0000)]
Add kernel code to the RISC-V-Qemu-sifive_e-FreedomStudio demo.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2595 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd a starting point for a Freedom Studio Risc V project.
rtel [Sat, 24 Nov 2018 03:48:55 +0000 (03:48 +0000)]
Add a starting point for a Freedom Studio Risc V project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2594 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoProvide each Risc V task with an initial mstatus register value.
rtel [Tue, 20 Nov 2018 20:12:35 +0000 (20:12 +0000)]
Provide each Risc V task with an initial mstatus register value.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2593 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate Risc-V port to use environment call in place of software interrupt - still...
rtel [Mon, 19 Nov 2018 06:01:29 +0000 (06:01 +0000)]
Update Risc-V port to use environment call in place of software interrupt - still very much a work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2592 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoContinue work on Risc V port.
rtel [Tue, 6 Nov 2018 02:04:28 +0000 (02:04 +0000)]
Continue work on Risc V port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2591 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate xTaskRemoveFromEventList() so when tickless idle is used prvResetNextTaskUnblo...
rtel [Mon, 5 Nov 2018 19:35:54 +0000 (19:35 +0000)]
Update xTaskRemoveFromEventList() so when tickless idle is used prvResetNextTaskUnblockTime() only gets called if the scheduler is not locked, as it would get called when the scheduler is unlocked in any case.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2590 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate the method used to detect if a timer is active. Previously the timer was...
rtel [Wed, 24 Oct 2018 21:37:59 +0000 (21:37 +0000)]
Update the method used to detect if a timer is active.  Previously the timer was deemed to be inactive if it was not referenced from a list.  However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2589 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskG...
rtel [Mon, 8 Oct 2018 15:10:18 +0000 (15:10 +0000)]
Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom().

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2588 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix Xtensa project file and some documentation improvements.
gaurav-aws [Tue, 2 Oct 2018 23:54:51 +0000 (23:54 +0000)]
Fix Xtensa project file and some documentation improvements.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2587 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdded uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHighWaterMar...
rtel [Sun, 30 Sep 2018 21:50:05 +0000 (21:50 +0000)]
Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHighWaterMark() other than the return type.
Allows the task name parameter passed into xTaskCreate() to be NULL.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2586 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRISC-V tasks now context switching to each other using taskYIELD() - not fully tested...
rtel [Thu, 27 Sep 2018 17:25:17 +0000 (17:25 +0000)]
RISC-V tasks now context switching to each other using taskYIELD() - not fully tested yet.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2585 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd trap handler to RISC-V port so there is no dependency on third party code.
rtel [Sun, 23 Sep 2018 03:52:23 +0000 (03:52 +0000)]
Add trap handler to RISC-V port so there is no dependency on third party code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2584 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRISC-V:
rtel [Wed, 12 Sep 2018 16:33:05 +0000 (16:33 +0000)]
RISC-V:
Added code to setup the timer interrupt - not tested yet.
Added the taskYIELD() implementation - so far just checked it generates an interrupt.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2583 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRISC-V work in progress:
rtel [Mon, 10 Sep 2018 20:50:05 +0000 (20:50 +0000)]
RISC-V work in progress:
    + Initialise task stack.
    + Successfully jump to start of first task.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2582 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMinor synching - no functional changes. V10.1.1
rtel [Fri, 7 Sep 2018 22:24:51 +0000 (22:24 +0000)]
Minor synching - no functional changes.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2578 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoVery minor formatting changes, and remove legacy link to V8 upgrade information.
rtel [Fri, 7 Sep 2018 21:35:05 +0000 (21:35 +0000)]
Very minor formatting changes, and remove legacy link to V8 upgrade information.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2577 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate version numbers ready for release.
rtel [Fri, 7 Sep 2018 18:13:20 +0000 (18:13 +0000)]
Update version numbers ready for release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2576 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate trace configuration files for the updated trace recorder code.
rtel [Thu, 6 Sep 2018 18:52:45 +0000 (18:52 +0000)]
Update trace configuration files for the updated trace recorder code.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2575 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate trace recorder code to the latest.
rtel [Thu, 6 Sep 2018 03:23:03 +0000 (03:23 +0000)]
Update trace recorder code to the latest.
Some minor changes to enable the configREMOVE_STATIC_QUALIFIER constant to be used by those debuggers that cannot cope with statics being used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2574 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoTwo minor updates in the comments to fix html formatting that was preventing doxygen...
rtel [Sat, 1 Sep 2018 02:42:34 +0000 (02:42 +0000)]
Two minor updates in the comments to fix html formatting that was preventing doxygen creating documents correctly.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2573 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix mixed tabs and spaces in the latest TCP patches.
rtel [Thu, 30 Aug 2018 18:25:53 +0000 (18:25 +0000)]
Fix mixed tabs and spaces in the latest TCP patches.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2572 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoCase unused return values for memset and memcpy to void in stream_buffer.c to avoid...
rtel [Wed, 29 Aug 2018 15:43:41 +0000 (15:43 +0000)]
Case unused return values for memset and memcpy to void in stream_buffer.c to avoid compiler warnings when the warning level is turned up.
Remove duplicate comment in heap_1.c.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2571 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMinor updates to fix issues with the Segger kernel aware plug since V10.1.0.
rtel [Tue, 28 Aug 2018 18:10:42 +0000 (18:10 +0000)]
Minor updates to fix issues with the Segger kernel aware plug since V10.1.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2570 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project:
rtel [Tue, 28 Aug 2018 16:58:21 +0000 (16:58 +0000)]
Fix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project:
+ Set configENABLE_BACKWARD_COMPATIBILITY to 1 in FreeRTOSConfig.h to account for the fact that a member of the List_t structure has been renamed.
+ Provide a dummy implementation of ulApplicationGetNextSequenceNumber() to prevent linker warnings.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2569 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoChanges required for the IAR StateViewer plug-in to work with FreeRTOS V10.1.0.
rtel [Mon, 27 Aug 2018 23:11:28 +0000 (23:11 +0000)]
Changes required for the IAR StateViewer plug-in to work with FreeRTOS V10.1.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2568 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMove some variables from function scope back to being file scope for the benefit...
rtel [Mon, 27 Aug 2018 21:59:26 +0000 (21:59 +0000)]
Move some variables from function scope back to being file scope for the benefit of some kernel aware debuggers that were left working in a non-functioning mode after the V10.1.0 release - not last change for this purpose.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2567 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, V10.1.0
rtel [Thu, 23 Aug 2018 00:00:20 +0000 (00:00 +0000)]
FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP,
which was brought into the main download in FreeRTOS V10.0.0.  FreeRTOS+TCP can
be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches
applied to FreeRTOS+TCP.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2565 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate copyright date ready for tagging V10.1.0.
rtel [Wed, 22 Aug 2018 23:23:03 +0000 (23:23 +0000)]
Update copyright date ready for tagging V10.1.0.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2564 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix some build issues in older kernel demo projects.
rtel [Wed, 22 Aug 2018 21:29:21 +0000 (21:29 +0000)]
Fix some build issues in older kernel demo projects.

Update to V2.0.7 of the TCP/IP stack:
   + Multiple security improvements and fixes in packet parsing routines, DNS
     caching, and TCP sequence number and ID generation.
   + Disable NBNS and LLMNR by default.
   + Add TCP hang protection by default.

We thank Ori Karliner of Zimperium zLabs Team for reporting these issues.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2563 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate version numbers in preparation for a new release.
rtel [Tue, 21 Aug 2018 19:50:48 +0000 (19:50 +0000)]
Update version numbers in preparation for a new release.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2562 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate demo project for Tensilita - work in progres..
rtel [Tue, 21 Aug 2018 19:37:04 +0000 (19:37 +0000)]
Update demo project for Tensilita - work in progres..
Add support for POSIX style errno - work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2561 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoOnly include the static definition of freertos_tasks_c_additions_init if FREERTOS_TAS...
rtel [Mon, 20 Aug 2018 15:08:35 +0000 (15:08 +0000)]
Only include the static definition of freertos_tasks_c_additions_init if FREERTOS_TASKS_C_ADDITIONS_INIT is defined, matching the guide used to include the function's prototype.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2560 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMerge bug fixes from Cadence
gaurav-aws [Tue, 7 Aug 2018 07:21:07 +0000 (07:21 +0000)]
Merge bug fixes from Cadence

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2559 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate RISC-V project to used official port stubs in place of third party port.
rtel [Sat, 7 Jul 2018 21:54:41 +0000 (21:54 +0000)]
Update RISC-V project to used official port stubs in place of third party port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2558 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd stubs for official RISC-V RV32 port.
rtel [Sat, 7 Jul 2018 21:47:31 +0000 (21:47 +0000)]
Add stubs for official RISC-V RV32 port.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2557 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate trace recorder code.
rtel [Mon, 2 Jul 2018 22:29:02 +0000 (22:29 +0000)]
Update trace recorder code.
Add TCP Echo server to the FreeR_Plus_TCP_Minimal_Window_Simulator project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2556 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate stream buffer tests to try resetting a statically allocated stream buffer...
rtel [Mon, 2 Jul 2018 21:58:28 +0000 (21:58 +0000)]
Update stream buffer tests to try resetting a statically allocated stream buffer before deleting it (tests fix in code).
Update trace recorder library.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2555 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix issues whereby vStreamBufferReset() clobbered the flag that indicated the stream...
rtel [Wed, 20 Jun 2018 21:21:55 +0000 (21:21 +0000)]
Fix issues whereby vStreamBufferReset() clobbered the flag that indicated the stream buffer was statically allocated.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2554 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd starting point for IGLOO2 RISV-V demo project.
rtel [Wed, 20 Jun 2018 21:18:14 +0000 (21:18 +0000)]
Add starting point for IGLOO2 RISV-V demo project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2553 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSmall change to the directory name in which the RISC-V port is stored.
rtel [Wed, 20 Jun 2018 21:15:04 +0000 (21:15 +0000)]
Small change to the directory name in which the RISC-V port is stored.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2552 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd RISCV port layer.
rtel [Wed, 20 Jun 2018 19:21:18 +0000 (19:21 +0000)]
Add RISCV port layer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2551 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRemove period from the URL that links to the web page that describes the FreeRTOSConf...
rtel [Fri, 15 Jun 2018 00:03:20 +0000 (00:03 +0000)]
Remove period from the URL that links to the web page that describes the FreeRTOSConfig.h parameters.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2550 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd Xtensa port
gaurav-aws [Thu, 14 Jun 2018 19:43:17 +0000 (19:43 +0000)]
Add Xtensa port

The project file is for Xtensa Xplorer simulator.
Also add tests for one size stream buffer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2549 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoSync with TCP version from AWS, including:
rtel [Wed, 13 Jun 2018 21:16:22 +0000 (21:16 +0000)]
Sync with TCP version from AWS, including:
+ Add FreeRTOS_UpdateMACAddress().
+ Fix bug in lTCPWindowRxCheck() that manifested itself when flooded with lots of very small packets.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2548 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoAdd the option to specify a stack size in the standard demo MessageBuffer tests.
rtel [Wed, 13 Jun 2018 16:50:16 +0000 (16:50 +0000)]
Add the option to specify a stack size in the standard demo MessageBuffer tests.
Add stream and message buffer tests into the Zynq demo project.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2547 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFix misra violations in queue.c by introducing a union that allows the correct data...
rtel [Mon, 11 Jun 2018 18:51:53 +0000 (18:51 +0000)]
Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2546 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoTimerHandle_t is now type safe instead of void *.
rtel [Mon, 11 Jun 2018 04:43:12 +0000 (04:43 +0000)]
TimerHandle_t is now type safe instead of void *.
Remove casts that are no longer required not type safe handles are used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2545 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoContinue updating to MISRA 2012 from 2004 - currently working on queue.c and committi...
rtel [Mon, 11 Jun 2018 01:56:32 +0000 (01:56 +0000)]
Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committing as working copy prior to making larger change.
Change QueueHandle_t to be typesafe from void *.
Change StreamBuffer_t to be typesafe from void *.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2544 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoRemove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments...
rtel [Mon, 4 Jun 2018 04:02:57 +0000 (04:02 +0000)]
Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments, which are not required now EventGroupHandle_t is type safe.
Fix the prototype of prvTimerCallback() in the MPU simulator demo (caught due to the new type safety in tasks.c).

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2543 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoFirst pass at updating from MISRA 2004 to MISRA 2012:
rtel [Sun, 3 Jun 2018 22:57:46 +0000 (22:57 +0000)]
First pass at updating from MISRA 2004 to MISRA 2012:
Updated pvContainer member of list items to List_t * rather than void * as they are always contained in a list if anywhere.
Made EventGroupHandle_t typesafe pointer to forward referenced struct rather than void pointer.
Made TaskHandle_t typesafe pointer to forward referenced struct, rather than a void pointer.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2542 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoMinor updates to comments only.
rtel [Thu, 17 May 2018 17:50:14 +0000 (17:50 +0000)]
Minor updates to comments only.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2541 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoUpdate definition of StaticTimer_t so its size is correct on MSP403X large memory...
rtel [Mon, 7 May 2018 16:31:50 +0000 (16:31 +0000)]
Update definition of StaticTimer_t so its size is correct on MSP403X large memory model builds.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2540 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

5 years agoPreviously the MPSoC Cortex-A53 demo was updated to the latest Xilinx SDK tools to...
rtel [Fri, 4 May 2018 15:06:50 +0000 (15:06 +0000)]
Previously the MPSoC Cortex-A53 demo was updated to the latest Xilinx SDK tools to the point where it was building, but not tested.  This check in modifies the project files slightly following testing.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2539 1d2547de-c912-0410-9cb9-b8ca96c0e9e2