ARMmbed / core-util

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

Initial commit for mbed-util #2

Closed bogdanm closed 9 years ago

bogdanm commented 9 years ago

mbed-util is an utilies library for mbed, its job is to provide implementations of various data structures and algorithms used in mbed. It is similar in scope to https://github.com/ARMmbed/foundation (and will likely get some components from there), but geared more towards mbed. It has a few advantages:

Initial components:

Planned components:

bogdanm commented 9 years ago

Renamed. @autopulated, @0xc0170, please CR.

autopulated commented 9 years ago

looks good to me. cc @hugovincent re: the naming scheme

bogdanm commented 9 years ago

If there aren't serious objections to this, I'm going to merge it in order to move forward.

0xc0170 commented 9 years ago

LGTM

sg- commented 9 years ago

Just wondering why this doesn't follow the mbed SDK naming convention or will that be changing?

https://developer.mbed.org/teams/SDK-Development/wiki/mbed-sdk-coding-style

bogdanm commented 9 years ago

It very likely means that I've missed something. Could you please point me to the place(s) that don't follow the naming convention?

sg- commented 9 years ago

Sorry, I was just reading comments and linked to this https://github.com/ARMmbed/foundation so the comment was more about that repo. The style here looks good!

autopulated commented 9 years ago

@sg- because it was written in R&D and follows the style guide we had at the time ;)