mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-07 04:02:35 -05:00
Add FreeRTOS-Plus directory with new directory structure so it matches the FreeRTOS directory.
This commit is contained in:
parent
80f7e8cdd4
commit
64a3ab321a
528 changed files with 228252 additions and 0 deletions
23
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
Normal file
23
FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/History.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Changes between V1.0.0 and V1.0.0
|
||||
|
||||
+ Add select() function.
|
||||
|
||||
Changes between V1.0.0rc1 and V1.0.0:
|
||||
|
||||
+ Correct name of prvCompleteUDPHeader().
|
||||
+ Ensure network down events cannot be missed when the network event queue
|
||||
to which they are posted is full.
|
||||
+ Only start the ARP timer when the network has connected.
|
||||
+ Remove initialisation call to the DHCP state machine - the call is made
|
||||
directly when the network connects.
|
||||
+ Add the network event queue and the BufferAllocation_2.c counting
|
||||
semaphore to the queue registry.
|
||||
+ Only initialise the DMA buffers in the lpc18xx_emac.c driver if the
|
||||
autonegotiation was successful.
|
||||
|
||||
Known issues in this version:
|
||||
|
||||
+ DHCP server attempts to copy the IP addresses of all the offered DNS
|
||||
servers into a buffer than can only hold one address.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue