OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [lwIP_MCF5235_GCC/] [Changelog.txt] - Blame information for rev 583

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 583 jeremybenn
 
2
2006-08-31 (REL_1_3) Christian Walter :
3
 Notes: Fixed some bugs in the lwIP porting layer. This includes a
4
   memory leak, wrong tasknames and an unnecessary lock of the
5
   scheduler.
6
 
7
 Detailed notes:
8
   - BUG: Sys_arch_thread_remove did not free the memory from
9
       the TCB.
10
   - BUG: Unnecessary call to vTaskSuspendAll removed.
11
   - BUG: Bug with counting variable. The first to lwIP tasks
12
       got the same name (lwIP0).
13
 
14
2006-08-31 (REL_1_2) Christian Walter :
15
 Notes: Added HTML documentation used for FreeRTOS. Fixed copyright
16
   issues.
17
 
18
2006-08-30 (REL_1_2) Christian Walter :
19
 Notes: Fixed bug in serial transmission function vSerialPutString which
20
   gives unintended behaviour.
21
 
22
 Detailed notes:
23
   - BUG: vSerialPutString should call xSerialPutChar with a small timeout
24
       such that a retransmission is tried rather fast. The previous
25
       port uses portMAX_DELAY which blocked it to long.
26
 
27
2006-08-29 (REL_1_1) Christian Walter :
28
 Notes: Updated lwip to 1.1.1 and fixed bugs in FEC driver as well as in
29
   the FreeRTOS porting layer (sys_arch.c)
30
 
31
 Detailed notes:
32
   - BUG: Fixed thread creation in sys_thread_new which needs the scheduler
33
       disabled because otherwise a task could ge started immediately by
34
       portYIELD( ) leaving the lwIP thread datatstructures uninitialized.
35
   - BUG: The FEC driver must guard the ARP layer with a semaphore because
36
       it is not thread safe.
37
   - BUG: Repaired sys_mbox_free to work around an lwIP bug with a non empty
38
       mbox. An assertion is only triggered if a real memory leak is detected.
39
   - BUG: Timeouts are now correctly converted to ticks within the sys_arch
40
       layer.
41
   - FEATURES: General improvements in the sys_arch layer.
42
       author in this project.
43
 
44
2006-08-28 (REL_1_0) Christian Walter :
45
 Notes: Initial version of FreeRTOS/lwIP port for MCF5235.
46
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.