Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial porting for mbed #6

Merged
merged 2 commits into from
Oct 16, 2021

Commits on Oct 10, 2021

  1. Initial (bit rough) porting to Mbed environment.

    smorita_emb authored and smorita_emb committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    2b2096a View commit details
    Browse the repository at this point in the history
  2. Modification to compile with Mbed online compiler.

    - renamed string.h to cdr_string.h to avoid a link search path problem, which is caused by the same issue below.
      ARMmbed/mbed-cli#917
    - added "return true;" at the tail of serializeIntoUdcrBuffer() to avoid a warning, which is treated as an error by Mbed online compiler (Arm Compiler).
    smorita_emb authored and smorita_emb committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    a3f1acc View commit details
    Browse the repository at this point in the history