| 49 | |
| 50 | |
| 51 | == 05.01B == |
| 52 | 2012/09/07[[BR]] |
| 53 | First release[[BR]] |
| 54 | |
| 55 | == 05.02B == |
| 56 | 2012/09/09[[BR]] |
| 57 | Fix default bacnet id[[BR]] |
| 58 | Pulse led on button press[[BR]] |
| 59 | Add external ram test[[BR]] |
| 60 | Fix file system size for flash update [[BR]] |
| 61 | |
| 62 | == 05.03B == |
| 63 | 2012/09/11[[BR]] |
| 64 | Fix reset message[[BR]] |
| 65 | == 05.04T == |
| 66 | 2012/10/18[[BR]] |
| 67 | Release Plain version[[BR]] |
| 68 | == 05.04M == |
| 69 | 2012/10/19[[BR]] |
| 70 | MS/TP relase |
| 71 | == 05.05B == |
| 72 | 2012/11/06[[BR]] |
| 73 | Add disk avg |
| 74 | Add deg C/F flags |
| 75 | copy defaluts to end of parameter when new parameters is added |
| 76 | |
| 77 | == 05.06B == |
| 78 | 2013/02/01 |
| 79 | Fix zone table udp read and write[[BR]] |
| 80 | Add Global setpoint[[BR]] |
| 81 | Add avg room temp[[BR]] |
| 82 | |
| 83 | == 05.07B == |
| 84 | 2013/03/06[[BR]] |
| 85 | Change front end buffer strategy to prevent channel lockup (sync route and flash update)[[BR]] |
| 86 | Add code to detect a blocked channel and reset all front ends[[BR]] |
| 87 | == 05.07T == |
| 88 | 2013/03/06[[BR]] |
| 89 | Create plain version[[BR]] |
| 90 | == 05.09B == |
| 91 | 2013/04/19 [[BR]] |
| 92 | Wait less time for master stop.[[BR]] |
| 93 | Send master start when sync fail[[BR]] |
| 94 | Add flow code - not called[[BR]] |
| 95 | Send routed pdo on every poll[[BR]] |
| 96 | == 05.?? == |
| 97 | reset msp before flash update start[[BR]] |
| 98 | reset msp on data timeout[[BR]] |
| 99 | mark sdo for read at pdo data[[BR]] |
| 100 | clear data only for the polled channel don't loop all ch on every poll[[BR]] |
| 101 | add 2min reset for no data[[BR]] |
| 102 | clear ram only after 3 min[[BR]] |
| 103 | route every pdo 10 times[[BR]] |
| 104 | == 05.11B == |
| 105 | 2013/05/30 |
| 106 | fix idle diffuser at routing[[BR]] |
| 107 | fix possible bug bms cmd write form bacnet[[BR]] |
| 108 | add some debug print flags[[BR]] |
| 109 | fix empty route table not writing to flash[[BR]] |
| 110 | == 05.12M == |
| 111 | 2013/06/20[[BR]] |
| 112 | remove more debug messages[[BR]] |
| 113 | fix mstp buffered data not being sent after 5ms[[BR]] |
| 114 | fix mstp requests for packets longer as 255 bytes[[BR]] |
| 115 | extend qspi startup to 15ms after frontend reset[[BR]] |
| 116 | extend routed message repeat to 15 polls[[BR]] |
| 117 | export bacnet datalink settings in makefile[[BR]] |
| 118 | |
| 119 | == 05.13M == |
| 120 | 2013/06/27[[BR]] |
| 121 | fix mstp response buffer lockup[[BR]] |
| 122 | change time for flahupdate start[[BR]] |
| 123 | change fash update upd response[[BR]] |
| 124 | some changes to debug frontend bootloader[[BR]] |
| 125 | update make file for bip[[BR]] |
| 126 | |
| 127 | == 05.14B == |
| 128 | 2013/09/11[[BR]] |
| 129 | New bootloader V002.002[[BR]] |
| 130 | -fix USB id strings[[BR]] |
| 131 | -lock flash[[BR]] |
| 132 | refactor mlm state machine[[BR]] |
| 133 | change qspi to use ringbuffer.c[[BR]] |
| 134 | add bootloader for msp frontends[[BR]] |
| 135 | change TCP buffer to use 4 windows to improve performance[[BR]] |
| 136 | fix how router task read the message buffer[[BR]] |
| 137 | update makefile to auto calculate dependencies[[BR]] |
| 138 | build now include the correct webpages in the app[[BR]] |
| 139 | reset zone table on loop save[[BR]] |
| 140 | == 05.14T == |
| 141 | 2013/09/11[[BR]] |
| 142 | Plain version[[BR]] |
| 143 | == 05.14M == |
| 144 | 2013/09/11[[BR]] |
| 145 | MS/TP version[[BR]] |
| 146 | == 05.15B == |
| 147 | 2014/02/26[[BR]] |
| 148 | add occ override[[BR]] |
| 149 | try to fix sync start delay[[BR]] |
| 150 | |
| 151 | == 05.16B == |
| 152 | 2014/06/03[[BR]] |
| 153 | add global occ override[[BR]] |
| 154 | add global control override[[BR]] |
| 155 | add poll and delay between sdos[[BR]] |
| 156 | remove unnecessary master stop commands[[BR]] |
| 157 | |
| 158 | == 05.17B == |
| 159 | 2014/07/18 |
| 160 | Make writes faster[[BR]] |
| 161 | |