Update FreeRTOS version number to V7.5.3

Update FreeRTOS+CLI version number to V1.0.2
Update FreeRTOS+UDP version number to V1.0.1
This commit is contained in:
Richard Barry 2013-10-14 19:56:47 +00:00
parent 6280324778
commit a12ea2d212
1194 changed files with 2400 additions and 1217 deletions

View file

@ -1,3 +1,12 @@
Changes between V1.0.0 and V1.0.1
+ Set the broadcast flag in DHCP messages.
+ Improve the DHCP standards compliance.
+ Correct the check used to ensure the network event hook is not called for
the first network down event (which is generated by the stack itself).
+ Allow sockets to be added to a set when they already have packets queued
waiting to be processed.
Changes between V1.0.0 and V1.0.0
+ Add select() function.