MessagePack C implementation for mbed, modified from https://github.com/msgpack/msgpack-c

Dependents:   msgpack_example

History

delete gcc_atomic.h default tip

2014-10-25, by yihui [Sat, 25 Oct 2014 16:53:10 +0000] rev 2

delete gcc_atomic.h


gcc toolchain uses __sync_sub_and_fetch() and __sync_add_and_fetch()

2014-10-25, by yihui [Sat, 25 Oct 2014 16:51:21 +0000] rev 1

gcc toolchain uses __sync_sub_and_fetch() and __sync_add_and_fetch()


initial

2014-10-25, by yihui [Sat, 25 Oct 2014 16:32:57 +0000] rev 0

initial