Commit Graph

  • dbac79045c Formatting changes only. Richard Barry 2019-10-10 17:56:10 +00:00
  • dbbebbfcbc RISC-V-RV32_SiFive_HiFive1_GCC project is now also building the FreeRTOS kernel code - but not using it yet - still a work in progress. Richard Barry 2019-10-10 17:54:56 +00:00
  • 9bb072a2ab Base project to replace existing Freedom Studio project using latest Freedom Studio project format - builds and executes but does not yet include RTOS code. Richard Barry 2019-10-09 04:50:11 +00:00
  • fd118f1888 Minor formatting change in comment only. Richard Barry 2019-10-07 18:56:33 +00:00
  • eb5c60c60b Update FreeRTOS.h with the version in GitHub. This is also to test submodule. Yuhui.Zheng 2019-09-24 22:29:35 +00:00
  • 0fe36e497d Nordic port. Notes for Richard -- the work items we discussed about for nrf52840-dk and Wiced_CY still remain. The only reason for this commit is we want to test out submodule. Yuhui.Zheng 2019-09-24 22:26:36 +00:00
  • 35bc9d7938 Revert 2728. Not because the files are still needed, but because we want to test out submodule. Yuhui.Zheng 2019-09-24 22:19:54 +00:00
  • f001126ea8 Wiced_CY port is not needed anymore. Use GCC/ARM_CRx_No_GIC instead. Yuhui.Zheng 2019-09-24 20:56:55 +00:00
  • 9052882500 Adding tickless hooks to GCC/ARM_CRx_No_GIC port. Yuhui.Zheng 2019-09-24 20:07:40 +00:00
  • 80c1cb5de1 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). Richard Barry 2019-09-24 16:06:21 +00:00
  • c217b68d38 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. Yuhui.Zheng 2019-09-23 16:51:03 +00:00
  • 6f958bbf80 sync from github to svn: Xtensa GCC as-is. Yuhui.Zheng 2019-09-20 22:09:21 +00:00
  • 1c5fcc7f05 sync from github to svn: Wiced_CY for AFR Cypress ports. Yuhui.Zheng 2019-09-20 20:52:30 +00:00
  • 74df636c78 sync from github to svn: documentation for RISC-V. This may be a temporary parking location. Yuhui.Zheng 2019-09-20 20:47:29 +00:00
  • cc0aee651e sync from github to svn: Renasas/RX100 #pragma _VECT() Yuhui.Zheng 2019-09-20 20:41:32 +00:00
  • da3d370ff7 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. Richard Barry 2019-09-04 15:46:45 +00:00
  • 96bad0f6c3 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. Richard Barry 2019-09-04 00:13:17 +00:00
  • ab41d89285 Add IAR RISC-V port to SVN - a work in progress. Richard Barry 2019-09-03 01:39:29 +00:00
  • 2b546b1984 Atollic project update for CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC, GCC port. Yuhui Zheng 2019-08-30 00:18:41 +00:00
  • 973a4f9869 Correct alignment of stack top in RISC-V port when configISR_STACK_SIZE_WORDS is defined to a non zero value. Richard Barry 2019-08-27 15:57:45 +00:00
  • 7d285f3dcb + 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. Richard Barry 2019-08-25 19:35:59 +00:00
  • 72af51cd86 Starting point for IAR RISC-V project created some time ago - checking in now so it can be completed - currently work in progress. Richard Barry 2019-08-04 15:24:15 +00:00
  • 5352cb4f45 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. Richard Barry 2019-08-04 01:14:43 +00:00
  • b1e35551c4 Update the FreeRTOS version number in task.h Gaurav Aggarwal 2019-07-29 23:48:11 +00:00
  • 6bad7d2055 Add the default definition of configPRECONDITION to FreeRTOS.h. Gaurav Aggarwal 2019-07-27 23:03:23 +00:00
  • b7be189b4e PartialReleases Richard Barry 2019-07-25 20:23:26 +00:00
  • 7b70a2c6bb Richard Barry 2019-07-25 20:22:39 +00:00
  • b4c06085e1 Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release. Richard Barry 2019-07-25 20:20:24 +00:00
  • b24ab46d39 Delete obsolete makefiles that were causing confusion from RISC-V-Qemu-sifive_e-FreedomStudio demo. Richard Barry 2019-07-25 20:11:37 +00:00
  • 10b7b52995 Remove unnecessary include path from the MQTT demo. Richard Barry 2019-07-24 02:01:43 +00:00
  • 38b6553abd Cosmetic changes in the MQTT demo - mostly comment updates. Gaurav Aggarwal 2019-07-24 01:29:01 +00:00
  • fe4511b35e Continued to work on the MQTT demo project. A few review comments added into the MQTT implementation. Richard Barry 2019-07-24 00:27:14 +00:00
  • 53842d4cac 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. Richard Barry 2019-07-23 19:23:12 +00:00
  • 95f60318d5 Cosmetic changes in the MQTT demo Gaurav Aggarwal 2019-07-23 18:20:06 +00:00
  • 17b18c8b7e Reduce warning level in Visual Studio project as it generates lots of warnings in the library files. Richard Barry 2019-07-23 17:30:18 +00:00
  • d1dd8da12e Revert a couple of changes in Win32 demo that should not have been checked in. Richard Barry 2019-07-23 17:02:59 +00:00
  • 05e7d9cc08 Remove dependency on secure sockets Gaurav Aggarwal 2019-07-23 06:55:54 +00:00
  • 68fd276886 Remove IotMqtt_Assert( pTaskPool == IOT_SYSTEM_TASKPOOL ) from MQTT code Gaurav Aggarwal 2019-07-23 04:49:24 +00:00
  • 8ea501ef11 Update projects to use the new directory name Gaurav Aggarwal 2019-07-23 04:16:32 +00:00
  • 9dd72d4b44 Rename \FreeRTOS-Plus\Source\FreeRTOS-Plus-IoT-SDK to \FreeRTOS-Plus\Source\FreeRTOS-IoT-Libraries. Gaurav Aggarwal 2019-07-23 03:41:27 +00:00
  • 7af8756c97 Update task pool so tasks and timer are allocated statically. Richard Barry 2019-07-23 01:46:59 +00:00
  • 1840d38abf Another backup check-in during process of optimising task pool for FreeRTOS. This checkin is prior to making the task pool statically allocated. Richard Barry 2019-07-23 00:00:37 +00:00
  • 63c87504a0 Backup checking on - part way through optimising task pool. Richard Barry 2019-07-22 21:46:13 +00:00
  • 4c775574eb Fix DNS resolution failure for test.mosquitto.org Gaurav Aggarwal 2019-07-22 18:27:45 +00:00
  • 06f9278de3 The MQTT example now works with the local MQTT broker. Gaurav Aggarwal 2019-07-21 23:26:54 +00:00
  • a7ef9c3b61 Add first draft of mqtt example Gaurav Aggarwal 2019-07-21 22:14:13 +00:00
  • 238a23e4d5 Add the files from the MQTT project that were not check in. Richard Barry 2019-07-19 01:39:42 +00:00
  • 5dd6cf1295 Add missing files so base MQTT project builds. Richard Barry 2019-07-19 00:37:33 +00:00
  • d708efe997 Update the task pool demo to show re-use of recyclable jobs Gaurav Aggarwal 2019-07-19 00:02:45 +00:00
  • 2b295f9015 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. Richard Barry 2019-07-17 20:50:15 +00:00
  • d362efca8d Add MQTT project that builds on the task pool project - currently the library is building but not being used. Richard Barry 2019-07-17 19:44:13 +00:00
  • 3c3b32b8e4 Rename the FreeRTOS_Plus_IoT_SDK directory to FreeRTOS_IoT_Libraries. Richard Barry 2019-07-16 18:21:42 +00:00
  • 290c8cedfd Function rename in task pool demo. Richard Barry 2019-07-16 18:19:44 +00:00
  • bb0e1f356d 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. Richard Barry 2019-07-14 23:33:05 +00:00
  • 2e18203bb7 Update TCP/IP tack to latest form Git. Richard Barry 2019-07-14 22:07:41 +00:00
  • a6a0403fd6 Synch IoT libraries with latest versions. Richard Barry 2019-07-14 19:29:16 +00:00
  • e4e86a464e New MSVC task pool demo now building both the task pool and TCP libraries. Richard Barry 2019-07-14 19:13:51 +00:00
  • 3afd918ecd Rename the task pool version of FreeRTOS_Plus_TCP_Minimal.sln to task_pool_demo.sln. Richard Barry 2019-07-14 18:04:40 +00:00
  • 232a94c3f0 Restart the task pool demo, this time using the minimal FreeRTOS+TCP project as a base. Richard Barry 2019-07-14 18:01:57 +00:00
  • d8a3ad3c6f Minor modification to the WIn32 simple TCP/IP stack example only. Richard Barry 2019-07-14 16:06:31 +00:00
  • 8bd1813446 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. Richard Barry 2019-07-12 01:52:22 +00:00
  • e60f71855a 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. Richard Barry 2019-07-08 15:48:21 +00:00
  • 4d6570b009 Exercise the new vPortGetHeapStats() function from the Win32 demo projects. Richard Barry 2019-07-05 20:21:59 +00:00
  • fa404422b9 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. Richard Barry 2019-07-04 21:18:36 +00:00
  • 246bb6e806 Add vPortGetHeapStats() function to query heap statistics. Richard Barry 2019-07-04 19:34:48 +00:00
  • 7235743749 Only check once before re-setting ready priority Gaurav Aggarwal 2019-07-03 00:08:16 +00:00
  • 004e2b637e Use ARMCM33_DSP_FP_TZ_config.txt which comes with the MDS installation Gaurav Aggarwal 2019-07-02 18:47:36 +00:00
  • e75b609c74 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(). Richard Barry 2019-07-01 17:05:20 +00:00
  • 76cc2a00c6 Add the first and most basic task pool example. Richard Barry 2019-06-28 23:20:52 +00:00
  • 87eb37342f 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. Richard Barry 2019-06-19 18:42:58 +00:00
  • 0b0a02b76a Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves. Richard Barry 2019-06-19 18:41:21 +00:00
  • 5d78b82acb V10.2.1 Richard Barry 2019-05-13 15:36:01 +00:00
  • fb3eaeac40 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. Richard Barry 2019-05-13 03:14:05 +00:00
  • b51529a284 Update version number ready for next release. Richard Barry 2019-05-11 01:47:37 +00:00
  • 9e10b08a3a Delete the Release configuration from the NXP project. Gaurav Aggarwal 2019-05-11 00:53:34 +00:00
  • db5d265c07 Removing obsolete code and files only. Richard Barry 2019-05-10 22:19:18 +00:00
  • 53cb12e389 Add M7/M4 AMP demo. Richard Barry 2019-05-10 18:25:10 +00:00
  • 0b1a025789 Add NXP libs needed to build the project Gaurav Aggarwal 2019-05-09 22:27:44 +00:00
  • aa9c8d2697 Delete the not needed file missed in last commit Gaurav Aggarwal 2019-05-09 22:09:12 +00:00
  • b9e379951a Do not strip required symbols when LTO is on Gaurav Aggarwal 2019-05-09 22:04:29 +00:00
  • b6e5f96f0e Ensure that fault handlers are declared naked. Gaurav Aggarwal 2019-05-05 02:26:42 +00:00
  • 2279a86566 Add ARMv8M demo project for NXP LPC55S69. Gaurav Aggarwal 2019-05-05 02:15:55 +00:00
  • ae448fc952 Add Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2351. Gaurav Aggarwal 2019-05-02 21:08:28 +00:00
  • 079d081346 Basic 64-bit RISC-V port now functional. RISC-V port layer automatically switches between 32-bit and 64-bit. Richard Barry 2019-04-29 00:57:14 +00:00
  • 27ca5c8341 Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM Cortex-M33 ports to assist with link time optimisation. Richard Barry 2019-04-25 19:49:50 +00:00
  • 84377442fc Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM GCC ports to assist with link time optimisation. Richard Barry 2019-04-21 20:15:34 +00:00
  • 606845492b 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. Richard Barry 2019-04-17 17:16:04 +00:00
  • dd9a9710c6 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. Gaurav Aggarwal 2019-03-28 00:00:46 +00:00
  • ba39a958b5 Fix spelling of priority in comments. Gaurav Aggarwal 2019-03-18 23:28:03 +00:00
  • 12fb75be37 Fix warning portHAS_STACK_OVERFLOW_CHECKING not defined Gaurav Aggarwal 2019-03-13 21:10:44 +00:00
  • 2265d70499 Correcting spelling mistakes in comments only. Richard Barry 2019-03-08 17:30:49 +00:00
  • 06596c3192 Prepare the RISC-V port layer for addition of 64-bit port. Richard Barry 2019-03-08 17:03:43 +00:00
  • 233285746e V10.2.0 Gaurav Aggarwal 2019-03-07 22:57:18 +00:00
  • 50e67a89f1 Update version number in +TCP code. Richard Barry 2019-02-21 18:08:36 +00:00
  • 5fe8465a35 Change type of usStackDepth to configSTACK_DEPTH_TYPE. Gaurav Aggarwal 2019-02-21 03:25:30 +00:00
  • 5623c69748 Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files. Gaurav Aggarwal 2019-02-20 20:27:07 +00:00
  • 8b6ab5f197 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. Richard Barry 2019-02-20 17:55:59 +00:00
  • ceeff14524 Set default value of configRUN_FREERTOS_SECURE_ONLY to 0. Gaurav Aggarwal 2019-02-20 00:40:46 +00:00
  • 5849459c65 Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs. Gaurav Aggarwal 2019-02-20 00:25:45 +00:00
  • c3c9c12ce2 Update the common demo death.c to use the updated macro name to give it a secure context. Richard Barry 2019-02-19 02:57:44 +00:00