1. 1c5fcc7 sync from github to svn: Wiced_CY for AFR Cypress ports. by Yuhui.Zheng · 4 years, 8 months ago
  2. 74df636 sync from github to svn: documentation for RISC-V. This may be a temporary parking location. by Yuhui.Zheng · 4 years, 8 months ago
  3. cc0aee6 sync from github to svn: Renasas/RX100 #pragma _VECT() by Yuhui.Zheng · 4 years, 8 months ago
  4. da3d370 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. by Richard Barry · 4 years, 8 months ago
  5. 96bad0f Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL. by Richard Barry · 4 years, 8 months ago
  6. ab41d89 Add IAR RISC-V port to SVN - a work in progress. by Richard Barry · 4 years, 8 months ago
  7. 2b546b1 Atollic project update for CORTEX_M0_Infineon_XMC1000_IAR_Keil_GCC, GCC port. by Yuhui Zheng · 4 years, 8 months ago
  8. 973a4f9 Correct alignment of stack top in RISC-V port when configISR_STACK_SIZE_WORDS is defined to a non zero value. by Richard Barry · 4 years, 9 months ago
  9. 7d285f3 + Moved the History.txt file from the website git repo into the source code SVN repo. by Richard Barry · 4 years, 9 months ago
  10. 72af51c Starting point for IAR RISC-V project created some time ago - checking in now so it can be completed - currently work in progress. by Richard Barry · 4 years, 9 months ago
  11. 5352cb4 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. by Richard Barry · 4 years, 9 months ago
  12. b1e3555 Update the FreeRTOS version number in task.h by Gaurav Aggarwal · 4 years, 9 months ago
  13. 6bad7d2 Add the default definition of configPRECONDITION to FreeRTOS.h. by Gaurav Aggarwal · 4 years, 10 months ago
  14. b4c0608 Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release. by Richard Barry · 4 years, 10 months ago
  15. b24ab46 Delete obsolete makefiles that were causing confusion from RISC-V-Qemu-sifive_e-FreedomStudio demo. by Richard Barry · 4 years, 10 months ago
  16. 10b7b52 Remove unnecessary include path from the MQTT demo. by Richard Barry · 4 years, 10 months ago
  17. 38b6553 Cosmetic changes in the MQTT demo - mostly comment updates. by Gaurav Aggarwal · 4 years, 10 months ago
  18. fe4511b Continued to work on the MQTT demo project. by Richard Barry · 4 years, 10 months ago
  19. 53842d4 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. by Richard Barry · 4 years, 10 months ago
  20. 95f6031 Cosmetic changes in the MQTT demo by Gaurav Aggarwal · 4 years, 10 months ago
  21. 17b18c8 Reduce warning level in Visual Studio project as it generates lots of warnings in the library files. by Richard Barry · 4 years, 10 months ago
  22. d1dd8da Revert a couple of changes in Win32 demo that should not have been checked in. by Richard Barry · 4 years, 10 months ago
  23. 05e7d9c Remove dependency on secure sockets by Gaurav Aggarwal · 4 years, 10 months ago
  24. 68fd276 Remove IotMqtt_Assert( pTaskPool == IOT_SYSTEM_TASKPOOL ) from MQTT code by Gaurav Aggarwal · 4 years, 10 months ago
  25. 8ea501e Update projects to use the new directory name by Gaurav Aggarwal · 4 years, 10 months ago
  26. 9dd72d4 Rename \FreeRTOS-Plus\Source\FreeRTOS-Plus-IoT-SDK to \FreeRTOS-Plus\Source\FreeRTOS-IoT-Libraries. by Gaurav Aggarwal · 4 years, 10 months ago
  27. 7af8756 Update task pool so tasks and timer are allocated statically. by Richard Barry · 4 years, 10 months ago
  28. 1840d38 Another backup check-in during process of optimising task pool for FreeRTOS. This checkin is prior to making the task pool statically allocated. by Richard Barry · 4 years, 10 months ago
  29. 63c8750 Backup checking on - part way through optimising task pool. by Richard Barry · 4 years, 10 months ago
  30. 4c77557 Fix DNS resolution failure for test.mosquitto.org by Gaurav Aggarwal · 4 years, 10 months ago
  31. 06f9278 The MQTT example now works with the local MQTT broker. by Gaurav Aggarwal · 4 years, 10 months ago
  32. a7ef9c3 Add first draft of mqtt example by Gaurav Aggarwal · 4 years, 10 months ago
  33. 238a23e Add the files from the MQTT project that were not check in. by Richard Barry · 4 years, 10 months ago
  34. 5dd6cf1 Add missing files so base MQTT project builds. by Richard Barry · 4 years, 10 months ago
  35. d708efe Update the task pool demo to show re-use of recyclable jobs by Gaurav Aggarwal · 4 years, 10 months ago
  36. 2b295f9 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. by Richard Barry · 4 years, 10 months ago
  37. d362efc Add MQTT project that builds on the task pool project - currently the library is building but not being used. by Richard Barry · 4 years, 10 months ago
  38. 3c3b32b Rename the FreeRTOS_Plus_IoT_SDK directory to FreeRTOS_IoT_Libraries. by Richard Barry · 4 years, 10 months ago
  39. 290c8ce Function rename in task pool demo. by Richard Barry · 4 years, 10 months ago
  40. bb0e1f3 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. by Richard Barry · 4 years, 10 months ago
  41. 2e18203 Update TCP/IP tack to latest form Git. by Richard Barry · 4 years, 10 months ago
  42. a6a0403 Synch IoT libraries with latest versions. by Richard Barry · 4 years, 10 months ago
  43. e4e86a4 New MSVC task pool demo now building both the task pool and TCP libraries. by Richard Barry · 4 years, 10 months ago
  44. 3afd918 Rename the task pool version of FreeRTOS_Plus_TCP_Minimal.sln to task_pool_demo.sln. by Richard Barry · 4 years, 10 months ago
  45. 232a94c Restart the task pool demo, this time using the minimal FreeRTOS+TCP project as a base. by Richard Barry · 4 years, 10 months ago
  46. d8a3ad3 Minor modification to the WIn32 simple TCP/IP stack example only. by Richard Barry · 4 years, 10 months ago
  47. 8bd1813 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. by Richard Barry · 4 years, 10 months ago
  48. e60f718 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. by Richard Barry · 4 years, 10 months ago
  49. 4d6570b Exercise the new vPortGetHeapStats() function from the Win32 demo projects. by Richard Barry · 4 years, 10 months ago
  50. fa40442 Add link to dual core blog post into STM32H745I demo. by Richard Barry · 4 years, 10 months ago
  51. 246bb6e Add vPortGetHeapStats() function to query heap statistics. by Richard Barry · 4 years, 10 months ago
  52. 7235743 Only check once before re-setting ready priority by Gaurav Aggarwal · 4 years, 10 months ago
  53. 004e2b6 Use ARMCM33_DSP_FP_TZ_config.txt which comes with the MDS installation by Gaurav Aggarwal · 4 years, 10 months ago
  54. e75b609 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. by Richard Barry · 4 years, 10 months ago
  55. 76cc2a0 Add the first and most basic task pool example. by Richard Barry · 4 years, 11 months ago
  56. 87eb373 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. by Richard Barry · 5 years ago
  57. 0b0a02b Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves. by Richard Barry · 5 years ago
  58. fb3eaea Added additional xMessageBufferSpacesAvailable() (plural) to existing xMessageBufferSpaceAvailable() (singular) macro as the documentation muddled both. by Richard Barry · 5 years ago
  59. b51529a Update version number ready for next release. by Richard Barry · 5 years ago
  60. 9e10b08 Delete the Release configuration from the NXP project. by Gaurav Aggarwal · 5 years ago
  61. db5d265 Removing obsolete code and files only. by Richard Barry · 5 years ago
  62. 53cb12e Add M7/M4 AMP demo. by Richard Barry · 5 years ago
  63. 0b1a025 Add NXP libs needed to build the project by Gaurav Aggarwal · 5 years ago
  64. aa9c8d2 Delete the not needed file missed in last commit by Gaurav Aggarwal · 5 years ago
  65. b9e3799 Do not strip required symbols when LTO is on by Gaurav Aggarwal · 5 years ago
  66. b6e5f96 Ensure that fault handlers are declared naked. by Gaurav Aggarwal · 5 years ago
  67. 2279a86 Add ARMv8M demo project for NXP LPC55S69. by Gaurav Aggarwal · 5 years ago
  68. ae448fc Add Cortex M23 GCC and IAR ports. Add demo projects for Nuvoton NuMaker-PFM-2351. by Gaurav Aggarwal · 5 years ago
  69. 079d081 Basic 64-bit RISC-V port now functional. RISC-V port layer automatically switches between 32-bit and 64-bit. by Richard Barry · 5 years ago
  70. 27ca5c8 Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM Cortex-M33 ports to assist with link time optimisation. by Richard Barry · 5 years ago
  71. 8437744 Added portMEMORY_BARRIER() implemented as __asm volatile( "" ::: "memory" ) into ARM GCC ports to assist with link time optimisation. by Richard Barry · 5 years ago
  72. 6068454 Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initialisation sequence. by Richard Barry · 5 years ago
  73. dd9a971 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. by Gaurav Aggarwal · 5 years ago
  74. ba39a95 Fix spelling of priority in comments. by Gaurav Aggarwal · 5 years ago
  75. 12fb75b Fix warning portHAS_STACK_OVERFLOW_CHECKING not defined by Gaurav Aggarwal · 5 years ago
  76. 2265d70 Correcting spelling mistakes in comments only. by Richard Barry · 5 years ago
  77. 06596c3 Prepare the RISC-V port layer for addition of 64-bit port. by Richard Barry · 5 years ago
  78. 50e67a8 Update version number in +TCP code. by Richard Barry · 5 years ago
  79. 5fe8465 Change type of usStackDepth to configSTACK_DEPTH_TYPE. by Gaurav Aggarwal · 5 years ago
  80. 5623c69 Fix Build and Links failure in MPU projects. Minor cosmetic changes in some V8M files. by Gaurav Aggarwal · 5 years ago
  81. 8b6ab5f Add instructions on building the Cortex-M33 secure and non secure projects into the comments of that project and into a readme.txt file. by Richard Barry · 5 years ago
  82. ceeff14 Set default value of configRUN_FREERTOS_SECURE_ONLY to 0. by Gaurav Aggarwal · 5 years ago
  83. 5849459 Add support for running FreeRTOS on Secure Side only in Cortex M33 port. Also, change spaces to tabs. by Gaurav Aggarwal · 5 years ago
  84. c3c9c12 Update the common demo death.c to use the updated macro name to give it a secure context. by Richard Barry · 5 years ago
  85. ce576f3 First Official Release of ARMV8M Support. This release removes Pre-Release from all the ARMv8M files licensees. by Gaurav Aggarwal · 5 years ago
  86. 58ba10e Update version number in readiness for V10.2.0 release. by Richard Barry · 5 years ago
  87. 55ad386 Sync the Renesas port to AFR Git Repo by Gaurav Aggarwal · 5 years ago
  88. 0de2a27 Fix definition of tskSTATIC_AND_DYNAMIC_ALLOCATION_POSSIBLE by Gaurav Aggarwal · 5 years ago
  89. 2c88fb7 Fix build failure when dynamic allocation is not enabled. by Gaurav Aggarwal · 5 years ago
  90. 6844bef Replace the pdf RISC-V documentation with links to the documentation web pages. by Richard Barry · 5 years ago
  91. b2b1b09 Fix bug in core_cm3.c atomic macros. by Richard Barry · 5 years ago
  92. 3153131 Add Dornerworks attribution to makefiles that build the Freedom Studio RISC-V project. by Richard Barry · 5 years ago
  93. 7e08fd6 Add makefiles that build the FreedomStudio project (provided by Dornerworks - thanks). by Richard Barry · 5 years ago
  94. fb73829 Ensure eTaskGetState() is brought in automatically if INCLUDE_xTaskAbortDelay is set to 1, as it is a dependency of eTaskGetState(). by Richard Barry · 5 years ago
  95. df5952f Add xTaskGetIdleRunTimeCounter() API function to return the run time stats counter for the idle task - useful for POSIX time implementations. by Richard Barry · 5 years ago
  96. 817783d Copyright updates from Cadence. by Gaurav Aggarwal · 5 years ago
  97. a4941ac 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. by Richard Barry · 5 years ago
  98. 80df5cd Update the pin mux setup on the Vega board demo to enable the LED. by Richard Barry · 5 years ago
  99. 11d9c44 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). by Richard Barry · 5 years ago
  100. e2af102 Re-org of RISC-V file structure and naming step 2. by Richard Barry · 5 years ago