]> git.sur5r.net Git - freertos/log
freertos
4 years agoCorrect code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.
rtel [Tue, 24 Sep 2019 16:06:21 +0000 (16:06 +0000)]
Correct code comments that referred to taskYIELD_FROM_ISR to portYIELD_FROM_ISR.
Update RV32 port to use 16 byte-alignment all the time (only strictly necessary when using FLOP instructions).

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

4 years agosync from github to svn: this version of atomic.h does not have compiler specific...
yuhzheng [Mon, 23 Sep 2019 16:51:03 +0000 (16:51 +0000)]
sync from github to svn: this version of atomic.h does not have compiler specific symbols. compiler specific optimization is to be merged in each port/<compiler>/<arch> directory.

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

4 years agosync from github to svn: Xtensa GCC as-is.
yuhzheng [Fri, 20 Sep 2019 22:09:21 +0000 (22:09 +0000)]
sync from github to svn: Xtensa GCC as-is.

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

4 years agosync from github to svn: Wiced_CY for AFR Cypress ports.
yuhzheng [Fri, 20 Sep 2019 20:52:30 +0000 (20:52 +0000)]
sync from github to svn: Wiced_CY for AFR Cypress ports.

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

4 years agosync from github to svn: documentation for RISC-V. This may be a temporary parking...
yuhzheng [Fri, 20 Sep 2019 20:47:29 +0000 (20:47 +0000)]
sync from github to svn: documentation for RISC-V. This may be a temporary parking location.

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

4 years agosync from github to svn: Renasas/RX100 #pragma _VECT()
yuhzheng [Fri, 20 Sep 2019 20:41:32 +0000 (20:41 +0000)]
sync from github to svn: Renasas/RX100 #pragma _VECT()

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

4 years agoRISC-V port updates: The machine timer compare register can now be for any HART...
rtel [Wed, 4 Sep 2019 15:46:45 +0000 (15:46 +0000)]
RISC-V port updates:  The machine timer compare register can now be for any HART, and correct the sequence used to update the 64-bit machine timer compare register on 32-bit cores.

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

4 years agoMinor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.
rtel [Wed, 4 Sep 2019 00:13:17 +0000 (00:13 +0000)]
Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.
Update trace recorder code to account for uxPendedTicks renaming to xPendedTicks.

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

4 years agoAdd IAR RISC-V port to SVN - a work in progress.
rtel [Tue, 3 Sep 2019 01:39:29 +0000 (01:39 +0000)]
Add IAR RISC-V port to SVN - a work in progress.

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

4 years agoAtollic project update for CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC, GCC port.
yuhzheng [Fri, 30 Aug 2019 00:18:41 +0000 (00:18 +0000)]
Atollic project update for CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC, GCC port.

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

4 years agoCorrect alignment of stack top in RISC-V port when configISR_STACK_SIZE_WORDS is...
rtel [Tue, 27 Aug 2019 15:57:45 +0000 (15:57 +0000)]
Correct alignment of stack top in RISC-V port when configISR_STACK_SIZE_WORDS is defined to a non zero value.

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

4 years ago+ Moved the History.txt file from the website git repo into the source code SVN repo.
rtel [Sun, 25 Aug 2019 19:35:59 +0000 (19:35 +0000)]
+ Moved the History.txt file from the website git repo into the source code SVN repo.
+ Added xTaskCatchUpTicks() which corrects the tick count value after the application code has held interrupts disabled for an extended period.
+ Updated the xTaskResumeAll() implementation so it uses the new xTaskCatchUpTicks() function mentioned above to unwind ticks that were pended while the scheduler was suspended.
+ Various maintenance on the message buffer, stream buffer and abort delay demos.
+ Change type of uxPendedTicks from UBaseType_t to TickType_t to ensure it has same type as variables it is compared to, and therefore also rename the variable xPendingTicks.
+ Correct spelling mistake within a comment that was common to all the ARMv7-M ports.

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

4 years agoStarting point for IAR RISC-V project created some time ago - checking in now so...
rtel [Sun, 4 Aug 2019 15:24:15 +0000 (15:24 +0000)]
Starting point for IAR RISC-V project created some time ago - checking in now so it can be completed - currently work in progress.

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

4 years agoTidy up Win32 port layer - include addition of new variable that prevents recursive...
rtel [Sun, 4 Aug 2019 01:14:43 +0000 (01:14 +0000)]
Tidy up Win32 port layer - include addition of new variable that prevents recursive attempts to obtain a mutex when the trace recorder is used inside an interrupt.

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

4 years agoUpdate the FreeRTOS version number in task.h
gaurav-aws [Mon, 29 Jul 2019 23:48:11 +0000 (23:48 +0000)]
Update the FreeRTOS version number in task.h

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

4 years agoAdd the default definition of configPRECONDITION to FreeRTOS.h.
gaurav-aws [Sat, 27 Jul 2019 23:03:23 +0000 (23:03 +0000)]
Add the default definition of configPRECONDITION to FreeRTOS.h.

This is needed for CBMC proofs.

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

4 years agoFiles as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.
rtel [Thu, 25 Jul 2019 20:20:24 +0000 (20:20 +0000)]
Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.

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

4 years agoDelete obsolete makefiles that were causing confusion from RISC-V-Qemu-sifive_e-Freed...
rtel [Thu, 25 Jul 2019 20:11:37 +0000 (20:11 +0000)]
Delete obsolete makefiles that were causing confusion from RISC-V-Qemu-sifive_e-FreedomStudio demo.

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

4 years agoRemove unnecessary include path from the MQTT demo.
rtel [Wed, 24 Jul 2019 02:01:43 +0000 (02:01 +0000)]
Remove unnecessary include path from the MQTT demo.

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

4 years agoCosmetic changes in the MQTT demo - mostly comment updates.
gaurav-aws [Wed, 24 Jul 2019 01:29:01 +0000 (01:29 +0000)]
Cosmetic changes in the MQTT demo - mostly comment updates.

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

4 years agoContinued to work on the MQTT demo project.
rtel [Wed, 24 Jul 2019 00:27:14 +0000 (00:27 +0000)]
Continued to work on the MQTT demo project.
A few review comments added into the MQTT implementation.

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

4 years agoRemove the simple UDP client/server tasks from the MQTT demo as the demo's network...
rtel [Tue, 23 Jul 2019 19:23:12 +0000 (19:23 +0000)]
Remove the simple UDP client/server tasks from the MQTT demo as the demo's network connection can be tested more easily just by pinging it.
Tidy up the iot_config.h header files a little.

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

4 years agoCosmetic changes in the MQTT demo
gaurav-aws [Tue, 23 Jul 2019 18:20:06 +0000 (18:20 +0000)]
Cosmetic changes in the MQTT demo

- Fix warnings in the MQTT code.
- Update comments in the iot_config.h.

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

4 years agoReduce warning level in Visual Studio project as it generates lots of warnings in...
rtel [Tue, 23 Jul 2019 17:30:18 +0000 (17:30 +0000)]
Reduce warning level in Visual Studio project as it generates lots of warnings in the library files.

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

4 years agoRevert a couple of changes in Win32 demo that should not have been checked in.
rtel [Tue, 23 Jul 2019 17:02:59 +0000 (17:02 +0000)]
Revert a couple of changes in Win32 demo that should not have been checked in.

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

4 years agoRemove dependency on secure sockets
gaurav-aws [Tue, 23 Jul 2019 06:55:54 +0000 (06:55 +0000)]
Remove dependency on secure sockets

Network interface implementation for FreeRTOS now directly calls into
FreeRTOS+TCP instead of going via secure sockets.

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

4 years agoRemove IotMqtt_Assert( pTaskPool == IOT_SYSTEM_TASKPOOL ) from MQTT code
gaurav-aws [Tue, 23 Jul 2019 04:49:24 +0000 (04:49 +0000)]
Remove IotMqtt_Assert( pTaskPool == IOT_SYSTEM_TASKPOOL ) from MQTT code

The cut down version of the task pool has only one task pool, namely,
system task pool. All the task pool API functions accept NULL as a
valid parameter for IotTaskPool_t and use the system task pool when
NULL is passed for the system task pool.

IOT_SYSTEM_TASKPOOL is defined to NULL to use system task pool and
therefore the above assert is no longer valid.

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

4 years agoUpdate projects to use the new directory name
gaurav-aws [Tue, 23 Jul 2019 04:16:32 +0000 (04:16 +0000)]
Update projects to use the new directory name

IotTaskPool_GetSystemTaskPool has been removed from the cut down version
of the task pool. define IOT_SYSTEM_TASKPOOL to NULL so that the MQTT library
builds successfully.

Use the new #defines in the iot_config.h.

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

4 years agoRename \FreeRTOS-Plus\Source\FreeRTOS-Plus-IoT-SDK to \FreeRTOS-Plus\Source\FreeRTOS...
gaurav-aws [Tue, 23 Jul 2019 03:41:27 +0000 (03:41 +0000)]
Rename \FreeRTOS-Plus\Source\FreeRTOS-Plus-IoT-SDK to \FreeRTOS-Plus\Source\FreeRTOS-IoT-Libraries.

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

4 years agoUpdate task pool so tasks and timer are allocated statically.
rtel [Tue, 23 Jul 2019 01:46:59 +0000 (01:46 +0000)]
Update task pool so tasks and timer are allocated statically.

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

4 years agoAnother backup check-in during process of optimising task pool for FreeRTOS. This...
rtel [Tue, 23 Jul 2019 00:00:37 +0000 (00:00 +0000)]
Another backup check-in during process of optimising task pool for FreeRTOS.  This checkin is prior to making the task pool statically allocated.

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

4 years agoBackup checking on - part way through optimising task pool.
rtel [Mon, 22 Jul 2019 21:46:13 +0000 (21:46 +0000)]
Backup checking on - part way through optimising task pool.

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

4 years agoFix DNS resolution failure for test.mosquitto.org
gaurav-aws [Mon, 22 Jul 2019 18:27:45 +0000 (18:27 +0000)]
Fix DNS resolution failure for test.mosquitto.org

The DNS cache entry size was not big enough to fit the DNS name and
as a result the DNS reply parsing code returned error. Increased the
size of the entry to ensure that the DNS name can fit in.

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

4 years agoThe MQTT example now works with the local MQTT broker.
gaurav-aws [Sun, 21 Jul 2019 23:26:54 +0000 (23:26 +0000)]
The MQTT example now works with the local MQTT broker.

It still needs to be tested with the public mosquitto broker.

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

4 years agoAdd first draft of mqtt example
gaurav-aws [Sun, 21 Jul 2019 22:14:13 +0000 (22:14 +0000)]
Add first draft of mqtt example

Note that it is still work in progress and not working as of now.

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

4 years agoAdd the files from the MQTT project that were not check in.
rtel [Fri, 19 Jul 2019 01:39:42 +0000 (01:39 +0000)]
Add the files from the MQTT project that were not check in.

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

4 years agoAdd missing files so base MQTT project builds.
rtel [Fri, 19 Jul 2019 00:37:33 +0000 (00:37 +0000)]
Add missing files so base MQTT project builds.

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

4 years agoUpdate the task pool demo to show re-use of recyclable jobs
gaurav-aws [Fri, 19 Jul 2019 00:02:45 +0000 (00:02 +0000)]
Update the task pool demo to show re-use of recyclable jobs

The example now creates a recyclable job, schedules it and returns it
back to the task pool when it is done. It then again creates a
recyclable job and ensures that the task pool the same job present
it its cache.

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

4 years agoAdded simple UDP demo into the mqtt project to enable the network connectivity to...
rtel [Wed, 17 Jul 2019 20:50:15 +0000 (20:50 +0000)]
Added simple UDP demo into the mqtt project to enable the network connectivity to be tested in a simple way prior to performing any MQTT operations.

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

4 years agoAdd MQTT project that builds on the task pool project - currently the library is...
rtel [Wed, 17 Jul 2019 19:44:13 +0000 (19:44 +0000)]
Add MQTT project that builds on the task pool project - currently the library is building but not being used.

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

4 years agoRename the FreeRTOS_Plus_IoT_SDK directory to FreeRTOS_IoT_Libraries.
rtel [Tue, 16 Jul 2019 18:21:42 +0000 (18:21 +0000)]
Rename the FreeRTOS_Plus_IoT_SDK directory to FreeRTOS_IoT_Libraries.

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

4 years agoFunction rename in task pool demo.
rtel [Tue, 16 Jul 2019 18:19:44 +0000 (18:19 +0000)]
Function rename in task pool demo.

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

4 years agoRemove any TCP/IP functionality from the task pool demo - the TCP/IP stack is still...
rtel [Sun, 14 Jul 2019 23:33:05 +0000 (23:33 +0000)]
Remove any TCP/IP functionality from the task pool demo - the TCP/IP stack is still built as it will be used in later revisions.

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

4 years agoUpdate TCP/IP tack to latest form Git.
rtel [Sun, 14 Jul 2019 22:07:41 +0000 (22:07 +0000)]
Update TCP/IP tack to latest form Git.

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

4 years agoSynch IoT libraries with latest versions.
rtel [Sun, 14 Jul 2019 19:29:16 +0000 (19:29 +0000)]
Synch IoT libraries with latest versions.

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

4 years agoNew MSVC task pool demo now building both the task pool and TCP libraries.
rtel [Sun, 14 Jul 2019 19:13:51 +0000 (19:13 +0000)]
New MSVC task pool demo now building both the task pool and TCP libraries.

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

4 years agoRename the task pool version of FreeRTOS_Plus_TCP_Minimal.sln to task_pool_demo.sln.
rtel [Sun, 14 Jul 2019 18:04:40 +0000 (18:04 +0000)]
Rename the task pool version of FreeRTOS_Plus_TCP_Minimal.sln to task_pool_demo.sln.

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

4 years agoRestart the task pool demo, this time using the minimal FreeRTOS+TCP project as a...
rtel [Sun, 14 Jul 2019 18:01:57 +0000 (18:01 +0000)]
Restart the task pool demo, this time using the minimal FreeRTOS+TCP project as a base.

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

4 years agoMinor modification to the WIn32 simple TCP/IP stack example only.
rtel [Sun, 14 Jul 2019 16:06:31 +0000 (16:06 +0000)]
Minor modification to the WIn32 simple TCP/IP stack example only.

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

4 years agoOnly partially implemented and may get reverted - updates to the Win32 port that...
rtel [Fri, 12 Jul 2019 01:52:22 +0000 (01:52 +0000)]
Only partially implemented and  may get reverted - updates to the Win32 port that uses a per-task event to prevent the task proceeding past its yield point if the SuspendThread() call used to stop the task does not take effect immediately.  This is intended to fix issues reported by users, although we have been unable to replicate them ourselves.

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

4 years agoRemove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystemJob...
rtel [Mon, 8 Jul 2019 15:48:21 +0000 (15:48 +0000)]
Remove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystemJob() again, which were intended to be alternative APIs that only access the system task pool, and instead update IotTaskPool_CreateRecyclableJob() and IotTaskPool_ScheduleJob() to allow the parameter used to pass in the task pool handle to be NULL if the system task pool is the only one available.
Update the task pool demo app to include a lot more functionality.

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

4 years agoExercise the new vPortGetHeapStats() function from the Win32 demo projects.
rtel [Fri, 5 Jul 2019 20:21:59 +0000 (20:21 +0000)]
Exercise the new vPortGetHeapStats() function from the Win32 demo projects.

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

4 years agoAdd link to dual core blog post into STM32H745I demo.
rtel [Thu, 4 Jul 2019 21:18:36 +0000 (21:18 +0000)]
Add link to dual core blog post into STM32H745I demo.
Doxygen corrections in list.h.
Use #error to check FreeRTOS.h is included before message_buffer.h and stream_buffer.h.

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

4 years agoAdd vPortGetHeapStats() function to query heap statistics.
rtel [Thu, 4 Jul 2019 19:34:48 +0000 (19:34 +0000)]
Add vPortGetHeapStats() function to query heap statistics.

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

4 years agoOnly check once before re-setting ready priority
gaurav-aws [Wed, 3 Jul 2019 00:08:16 +0000 (00:08 +0000)]
Only check once before re-setting ready priority

The macro taskRESET_READY_PRIORITY checks if the task being removed from the
ready list is the last one and only then resets the top ready priority
by calling portRESET_READY_PRIORITY. If we already know that it is the
last ready task being removed then there is no need to perform the check
again and the macro portRESET_READY_PRIORITY can be called directly. We were
doing the unnecessary check at two places and this commit fixes them.

This commit also increases the time period of check task to ensure that all
the demo tasks get a chance to run before the check is performed.

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

4 years agoUse ARMCM33_DSP_FP_TZ_config.txt which comes with the MDS installation
gaurav-aws [Tue, 2 Jul 2019 18:47:36 +0000 (18:47 +0000)]
Use ARMCM33_DSP_FP_TZ_config.txt which comes with the MDS installation

We had a copy of ARMCM33_DSP_FP_TZ_config.txt file within the project directory
and it used to get outdated with each release of MDK because of non-backward
compatible changes in MDK. This change removes the copy in the project and
instead uses the one shipped with the MDK installation.

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

4 years agoIn small FreeRTOS applications it is unlikely there will be any task pools other...
rtel [Mon, 1 Jul 2019 17:05:20 +0000 (17:05 +0000)]
In small FreeRTOS applications it is unlikely there will be any task pools other than the system task pool.  IotTaskPool_CreateRecyclableSystemJob() is therefore introduced to complement IotTaskPool_CreateRecyclableJob() that does not require the handle of the target task pool to be specified as a parameter.  Likewise IotTaskPool_ScheduleSystemJob() is introduced to complement IotTaskPool_ScheduleJob() for the same reason.
IotTaskPool_CreateSystemTaskPool() calls synchronisation primitives, so cannot be called before the scheduler starts.  Add a configASSERT() to ensure the scheduler is running when it executes.
IotTaskPool_CreateSystemTaskPool() can conceivably be called from multiple different libraries that depend on the thread pool.  In this version _IotSystemTaskPool.running can be used to check the system task pool has not already been created.  If the task pool has been created simply return from IotTaskPool_CreateSystemTaskPool() instead of re-creating it (which would leak memory and leave orphaned tasks).
Call taskENTER_CRITICAL() and taskEXIT_CRITICAL() directly in place of mapping them to TASKPOOL_ENTER_CRITICAL() and TASKPOOL_EXIT_CRITICAL() in the same file.
Rename _timerThread() _timerCallback(), as it is a callback function and not a thread.
Remove the unused flags parameter from _scheduleInternal().

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

4 years agoAdd the first and most basic task pool example.
rtel [Fri, 28 Jun 2019 23:20:52 +0000 (23:20 +0000)]
Add the first and most basic task pool example.

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

4 years agoCreate a project that builds a subset of the dependencies of the IoT SDK that have...
rtel [Wed, 19 Jun 2019 18:42:58 +0000 (18:42 +0000)]
Create a project that builds a subset of the dependencies of the IoT SDK that have been brought into SVN thus far.  The application does nothing other than build at this time.

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

4 years agoBring in a minimum subset of the IoT SDK - at this time just a subset of the library...
rtel [Wed, 19 Jun 2019 18:41:21 +0000 (18:41 +0000)]
Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves.

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

4 years agoAdded additional xMessageBufferSpacesAvailable() (plural) to existing xMessageBufferS... V10.2.1
rtel [Mon, 13 May 2019 03:14:05 +0000 (03:14 +0000)]
Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessageBufferSpaceAvailable() (singular) macro as the documentation muddled both.
Added #define portPOINTER_SIZE_TYPE  uint64_t to the 64-bit RISC-V port layer.

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

4 years agoUpdate version number ready for next release.
rtel [Sat, 11 May 2019 01:47:37 +0000 (01:47 +0000)]
Update version number ready for next release.

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

4 years agoDelete the Release configuration from the NXP project.
gaurav-aws [Sat, 11 May 2019 00:53:34 +0000 (00:53 +0000)]
Delete the Release configuration from the NXP project.

Also, some cosmetic changes.

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

4 years agoRemoving obsolete code and files only.
rtel [Fri, 10 May 2019 22:19:18 +0000 (22:19 +0000)]
Removing obsolete code and files only.

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

4 years agoAdd M7/M4 AMP demo.
rtel [Fri, 10 May 2019 18:25:10 +0000 (18:25 +0000)]
Add M7/M4 AMP demo.

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

4 years agoAdd NXP libs needed to build the project
gaurav-aws [Thu, 9 May 2019 22:27:44 +0000 (22:27 +0000)]
Add NXP libs needed to build the project

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

4 years agoDelete the not needed file missed in last commit
gaurav-aws [Thu, 9 May 2019 22:09:12 +0000 (22:09 +0000)]
Delete the not needed file missed in last commit

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

4 years agoDo not strip required symbols when LTO is on
gaurav-aws [Thu, 9 May 2019 22:04:29 +0000 (22:04 +0000)]
Do not strip required symbols when LTO is on

Link time optimization was stripping off some symbols which were
accessed from assembly code.

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

4 years agoEnsure that fault handlers are declared naked.
gaurav-aws [Sun, 5 May 2019 02:26:42 +0000 (02:26 +0000)]
Ensure that fault handlers are declared naked.

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

4 years agoAdd ARMv8M demo project for NXP LPC55S69.
gaurav-aws [Sun, 5 May 2019 02:15:55 +0000 (02:15 +0000)]
Add ARMv8M demo project for NXP LPC55S69.

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

4 years agoAdd Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2351.
gaurav-aws [Thu, 2 May 2019 21:08:28 +0000 (21:08 +0000)]
Add Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2351.

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

5 years agoBasic 64-bit RISC-V port now functional. RISC-V port layer automatically switches...
rtel [Mon, 29 Apr 2019 00:57:14 +0000 (00:57 +0000)]
Basic 64-bit RISC-V port now functional.  RISC-V port layer automatically switches between 32-bit and 64-bit.

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

5 years agoAdded portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into...
rtel [Thu, 25 Apr 2019 19:49:50 +0000 (19:49 +0000)]
Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM Cortex-M33 ports to assist with link time optimisation.

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

5 years agoAdded portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into...
rtel [Sun, 21 Apr 2019 20:15:34 +0000 (20:15 +0000)]
Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM GCC ports to assist with link time optimisation.

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

5 years agoFix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation...
rtel [Wed, 17 Apr 2019 17:16:04 +0000 (17:16 +0000)]
Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation sequence.
Introduce portMEMORY_BARRIER() macro to assist with memory access ordering when suspending the scheduler if link time optimization is used.

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

5 years agoExport port architecture name for COrtex-M33. This can be used by debuggers to find...
gaurav-aws [Thu, 28 Mar 2019 00:00:46 +0000 (00:00 +0000)]
Export port architecture name for COrtex-M33. This can be used by debuggers to find the port in-use to be able to correctly decode the context stored on the stack.

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

5 years agoFix spelling of priority in comments.
gaurav-aws [Mon, 18 Mar 2019 23:28:03 +0000 (23:28 +0000)]
Fix spelling of priority in comments.

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

5 years agoFix warning portHAS_STACK_OVERFLOW_CHECKING not defined
gaurav-aws [Wed, 13 Mar 2019 21:10:44 +0000 (21:10 +0000)]
Fix warning portHAS_STACK_OVERFLOW_CHECKING not defined

portHAS_STACK_OVERFLOW_CHECKING was getting defined too late before
being used in portable.h for the platforms that do not have stack
overflow checking registers. This commit ensures that it is defined
before it is used.

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

5 years agoCorrecting spelling mistakes in comments only.
rtel [Fri, 8 Mar 2019 17:30:49 +0000 (17:30 +0000)]
Correcting spelling mistakes in comments only.

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

5 years agoPrepare the RISC-V port layer for addition of 64-bit port.
rtel [Fri, 8 Mar 2019 17:03:43 +0000 (17:03 +0000)]
Prepare the RISC-V port layer for addition of 64-bit port.

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

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