"FreeRTOS Task Aware Debugger for GDB"
(c) 2016-2018 NXP Semiconductor, Inc.
---------------------------------------

---------------------------------
 24-Oct-2018 - version 1.0.8
---------------------------------
- support heap using Newlib (identified as heap #6)

---------------------------------
 24-Sep-2018 - version 1.0.7
---------------------------------
- support FreeRTOS 10.1.1
- fix highlight of free section in Heap Usage view

---------------------------------
 13-Jul-2018 - version 1.0.6
---------------------------------
- fix issues with Pause button
- add more verbose log for determining heap type

---------------------------------
 29-Jun-2018 - version 1.0.5
---------------------------------
- removed problematic Heap identification from available variables

---------------------------------
 02-May-2018 - version 1.0.4
---------------------------------
- fixed Heap 5 issue with displaying large free blocks
- fixed Heap 5 issue with calculating wrong size of heap

---------------------------------
 11-Apr-2018 - version 1.0.3
---------------------------------
- fixed issue with task stack showing overflow when usStackDepth was set &gt;2048
- fixed heap identification issue
- fixed issue with queue view when no queue has been registered
- updated NXP Community link

---------------------------------
 26-Apr-2017 - version 1.0.2
---------------------------------
- fixed issue with TAD not working when GDB is ran in Non-stop mode
- add option to pause loading certain TAD view
- show if FreeRTOS is not present or his presence is not known
- display Heap 5 sub-heap details
- TAD console is created after debug session has started

---------------------------------
 06-Oct-2016 - version 1.0.1
---------------------------------
- fix "unable to load class" issue on Unix based OS
- fix wrong task stack size using pxEndVariable (FreeRTOS related patch must be applied, part of NXP SDK 2.0)
- display warning message when macro isn't set for bar graph cells
- display info message that TAD is identifying heap type from available variables and show that user can define variable which will hold used heap type

---------------------------------
 17-Jun-2016 - version 1.0.0
---------------------------------
- finished Heap 5 implementation
- display info message if static memory allocation is used in FreeRTOS 9.0.0 (before only error that no heap info is available was shown)
- added check if FreeRTOS is present in debugged project
- reworked getting stack high water mark
- fixed double view auto selecting of first item issue
- determine and display stack growth direction
- more verbose logging
- minor fixes

----------------------------
 09-Jun-2016 - version 0.7.8
----------------------------
- check if FreeRTOS is present in debugged project
- fixed heap 2 usage calculation
- added stack overflow check
- minor fixes

----------------------------
 09-May-2016 - version 0.7.6
----------------------------
- add Timer callback function name
- fix for displaying heap usage graph even when heap has no blocks
- fix for Eclipse internal compiler error
- maintain sort order of null items
- rework safely TAD factory methods

----------------------------
 20-Apr-2016 - version 0.7.5
----------------------------
- Task List view and Stack Usage view is now combined as one view
- display task handle into Task List view
- display timer number variable in Timer List view
- add definition of separator in CSV file
- heap type identification reworked
- code cleanup

----------------------------
 17-Mar-2016 - version 0.7.0
----------------------------
- rebranded plug-in ID to com.nxp.*
- display queue data as tree according to data item size
- add repository readme files
- rename Stack usage to High Water Mark

----------------------------
 24-Feb-2016 - version 0.6.5
----------------------------
- rebranded to NXP
- display warning or error message when loading view
- added link to NXP community
- logger reworked (different log syntax)
- views renamed as: "<view> (FreeRTOS)"
- removed colour identification rectangles
- renamed "Stack usage" to "High Water Mark"

----------------------------
 05-Feb-2016 - version 0.6.0
----------------------------
- display task runtime (in percent)
- reworked TAD view. TAD model and TAD callback backend
- display warning when some value depends on define
- display details about allocated Heap blocks in Heap Usage view
- added ability to save TAD view into CSV file

----------------------------
 02-Dec-2015 - version 0.5.5
----------------------------
- Heap Usage view now can display all heap implementations
- Fixed stack usage calculation
- Added default sorting of tasks by their number (or name if number is not available)


----------------------------
 23-Nov-2015 - version 0.5.0
----------------------------
- New available views:
	- Heap Usage

----------------------------
 11-Nov-2015 - version 0.4.0
----------------------------
- Fixed enabling/disabling view according to validity of data
- Added queue types (semaphores, mutexes, etc.)
- Dynamic colours in stack usage graph
- New available views:
	- Timer List

----------------------------
 02-Oct-2015 - version 0.3.0
----------------------------
- Display queue data in Queue List
- Added column weights
- Reworked TAD view code
- Added copy option (cell and whole line)

----------------------------
 18-Sep-2015 - version 0.2.0
----------------------------
- New available views:
	- Queue List
	- Stack Usage

----------------------------
 11-Sep-2015 - version 0.1.0
----------------------------
- Initial version of plug-in
- New available views:
	- Task List