Skip to content

Remove floating point usage due to fscanf() #106

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

Conversation

hugueskamba
Copy link
Contributor

  • Replace fscanf with a combination of fgets and strtol as fscanf
    implementation is quite heavy due to the support for floating point.
  • Update the README as the default ARM compiler is no longer Arm
    Compiler 5 and the application size has changed.

* Replace `fscanf` with a combination of `fgets` and `strtol` as `fscanf`
  implementation is quite heavy due to the support for floating point.
* Update the README as the default ARM compiler is no longer Arm
  Compiler 5 and the application size has changed.
@SeppoTakalo
Copy link
Contributor

Thanks. this looks good.

@SeppoTakalo SeppoTakalo merged commit 17cbb12 into ARMmbed:master Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants