]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-UDP / History.txt
1 Changes between V1.0.0 and V1.0.0\r
2 \r
3         + Add select() function.\r
4 \r
5 Changes between V1.0.0rc1 and V1.0.0:\r
6 \r
7         + Correct name of prvCompleteUDPHeader().\r
8         + Ensure network down events cannot be missed when the network event queue \r
9           to which they are posted is full.\r
10         + Only start the ARP timer when the network has connected.\r
11         + Remove initialisation call to the DHCP state machine - the call is made \r
12           directly when the network connects.\r
13         + Add the network event queue and the BufferAllocation_2.c counting \r
14           semaphore to the queue registry.\r
15         + Only initialise the DMA buffers in the lpc18xx_emac.c driver if the \r
16           autonegotiation was successful.\r
17           \r
18         Known issues in this version:\r
19         \r
20         + DHCP server attempts to copy the IP addresses of all the offered DNS\r
21           servers into a buffer than can only hold one address.\r
22           \r
23           \r