ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

Updated CriticalSectionLock to use the C based solution within the class #92

Closed adbridge closed 8 years ago

adbridge commented 8 years ago

@bremoran @0xc0170 @bogdanm please review

bogdanm commented 8 years ago

Excellent, but I'll wait until we implement the C critical section for all platforms before I merge this. The nRF51 implementation is basically ready, only the POSIX one remains.

bogdanm commented 8 years ago

The POSIX implementation is now in place, this is ready to merge. @bremoran @0xc0170

bremoran commented 8 years ago

LGTM