summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus
Commit message (Expand)AuthorAgeFilesLines
* commit 70dcbe4527a45ab4fea6d58c016e7d3032f31e8cHEADmasterlundinc2020-08-121036-60305/+802167
* commit 9f316c246baafa15c542a5aea81a94f26e3d6507lundinc2020-03-2425-842/+1636
* Added back some TCP/IP stack port layer files.rtel2020-02-0716-0/+12967
* git-svn-id: http://svn.code.sf.net/p/freertos/code/trunk@2822 1d2547de-c912-0...rtel2020-02-0730-15094/+15094
* Update version number in readiness for V10.3.0 release. Sync SVN with reviewe...yuhzheng2020-02-07202-65549/+37013
* Update TCP to last release versions in preparation for kernel V10.3.0 release.rtel2020-02-062-7/+6
* Update libraries and sundry check-ins ready for the V10.3.0 kernel release.rtel2020-02-066-62/+102
* Sync FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP with the version in GitHub at (23...yuhzheng2020-01-3154-1674/+5661
* Remove the FreeRTOS-IoT-Libraries from FreeRTOS-Plus as it was an old copy wi...rtel2020-01-3044-21719/+0
* Check socket binding result before doing anything with socket. (This is to ad...yuhzheng2019-12-041-3/+9
* Minor bug fix in NTPDemo.c -> use of FREERTOS_INVALID_SOCKET in place of NULL.rtel2019-09-044-41/+42
* Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim rele...rtel2019-07-2517-282/+968
* Remove unnecessary include path from the MQTT demo.rtel2019-07-241-1/+1
* Cosmetic changes in the MQTT demo - mostly comment updates.gaurav-aws2019-07-245-59/+67
* Continued to work on the MQTT demo project.rtel2019-07-2417-109/+179
* Remove the simple UDP client/server tasks from the MQTT demo as the demo's ne...rtel2019-07-237-622/+68
* Cosmetic changes in the MQTT demogaurav-aws2019-07-236-46/+63
* Remove dependency on secure socketsgaurav-aws2019-07-2310-1404/+166
* Remove IotMqtt_Assert( pTaskPool == IOT_SYSTEM_TASKPOOL ) from MQTT codegaurav-aws2019-07-231-4/+4
* Update projects to use the new directory namegaurav-aws2019-07-236-124/+155
* Rename \FreeRTOS-Plus\Source\FreeRTOS-Plus-IoT-SDK to \FreeRTOS-Plus\Source\F...gaurav-aws2019-07-2345-0/+0
* Update task pool so tasks and timer are allocated statically.rtel2019-07-2317-1469/+106
* Another backup check-in during process of optimising task pool for FreeRTOS. ...rtel2019-07-231-64/+11
* Backup checking on - part way through optimising task pool.rtel2019-07-221-330/+44
* Fix DNS resolution failure for test.mosquitto.orggaurav-aws2019-07-222-3/+3
* The MQTT example now works with the local MQTT broker.gaurav-aws2019-07-212-5/+43
* Add first draft of mqtt examplegaurav-aws2019-07-2113-623/+2986
* Add the files from the MQTT project that were not check in.rtel2019-07-192-0/+588
* Add missing files so base MQTT project builds.rtel2019-07-1918-0/+14266
* Update the task pool demo to show re-use of recyclable jobsgaurav-aws2019-07-191-266/+363
* Added simple UDP demo into the mqtt project to enable the network connectivit...rtel2019-07-175-48/+224
* Add MQTT project that builds on the task pool project - currently the library...rtel2019-07-1734-0/+7588
* Rename the FreeRTOS_Plus_IoT_SDK directory to FreeRTOS_IoT_Libraries.rtel2019-07-1641-0/+0
* Function rename in task pool demo.rtel2019-07-161-3/+3
* Remove any TCP/IP functionality from the task pool demo - the TCP/IP stack is...rtel2019-07-149-290/+657
* Update TCP/IP tack to latest form Git.rtel2019-07-1429-387/+4613
* Synch IoT libraries with latest versions.rtel2019-07-143-2/+2
* New MSVC task pool demo now building both the task pool and TCP libraries.rtel2019-07-147-6/+417
* Rename the task pool version of FreeRTOS_Plus_TCP_Minimal.sln to task_pool_de...rtel2019-07-141-0/+0
* Restart the task pool demo, this time using the minimal FreeRTOS+TCP project ...rtel2019-07-1431-0/+6735
* Minor modification to the WIn32 simple TCP/IP stack example only.rtel2019-07-141-1/+1
* Remove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystem...rtel2019-07-084-195/+503
* In small FreeRTOS applications it is unlikely there will be any task pools ot...rtel2019-07-014-92/+195
* Add the first and most basic task pool example.rtel2019-06-283-1/+192
* Create a project that builds a subset of the dependencies of the IoT SDK that...rtel2019-06-198-0/+807
* Bring in a minimum subset of the IoT SDK - at this time just a subset of the ...rtel2019-06-1918-0/+5977
* Update version number ready for next release.rtel2019-05-1139-39/+39
* Fix potential memory leak in the Win32 FreeRTOS+TCP network interface initial...rtel2019-04-171-0/+2
* Update version number in +TCP code.rtel2019-02-2149-2605/+499
* Update version number in readiness for V10.2.0 release.rtel2019-02-1739-39/+39