commit | f407b70dccb72a96a6f508f283363780419cfc19 | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Thu Dec 18 11:02:15 2014 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Thu Dec 18 11:02:15 2014 +0000 |
tree | 5eb152faf3594cb36a5240ce518df3f09efaecea | |
parent | 85fb1cc024757784668eba20675ab7feda33815a [diff] |
+ Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. + Fix a few compiler warnings. + Add TickType_t specific critical sections so critical sections are not used when accessing the tick count in cases where the access is atomic (32-bit tick count, 32-bit architecture).