[riot-commits] [RIOT-OS/RIOT] 2d02bc: sys/fmt: add new byte to hex converters:
Kaspar Schleiser
kaspar at schleiser.de
Thu Jan 11 10:03:01 CET 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 2d02bc039429ba43765c0d55b1ee6bf4f25e5d9a
https://github.com/RIOT-OS/RIOT/commit/2d02bc039429ba43765c0d55b1ee6bf4f25e5d9a
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths:
M sys/fmt/fmt.c
M sys/include/fmt.h
Log Message:
-----------
sys/fmt: add new byte to hex converters:
- fmt_bytes_hex: converts an array of bytes to an array of hex bytes
- fmt_hex_bytes: convert an array of hex bytes to an array of bytes
Commit: 2b6e42672c3dfa72276116d73de31a22d6d51883
https://github.com/RIOT-OS/RIOT/commit/2b6e42672c3dfa72276116d73de31a22d6d51883
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths:
M tests/unittests/tests-fmt/tests-fmt.c
Log Message:
-----------
tests/unittests: add fmt hex/bytes converter tests
Commit: 7a8138615a265f61e143f60945290c152a64bc2c
https://github.com/RIOT-OS/RIOT/commit/7a8138615a265f61e143f60945290c152a64bc2c
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-01-11 (Thu, 11 Jan 2018)
Changed paths:
M sys/fmt/fmt.c
M sys/include/fmt.h
M tests/unittests/tests-fmt/tests-fmt.c
Log Message:
-----------
Merge pull request #8343 from aabadie/pr/fmt_hex_bytes
sys/fmt: add hex/bytes sequence converters
Compare: https://github.com/RIOT-OS/RIOT/compare/4013adcf65a7...7a8138615a26
More information about the commits
mailing list