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

Improve ARM semi-hosting support #455

Merged
merged 1 commit into from
Aug 12, 2016

Commits on Aug 12, 2016

  1. Improve ARM semi-hosting support

    This patch adds the following operations:
    
     - SYS_OPEN
     - SYS_CLOSE
     - SYS_WRITE
     - SYS_READ
     - SYS_ERRNO
     - SYS_REMOVE
     - SYS_SEEK
    
    The use of utility functions mem_read() and mem_write() add an
    unnecessary memcpy() call. All buffer transfer could be done directly in
    the sl->q_buf data instead of using a temporary transfer buffer.
    However, given the relative slowness of target memory transfer, I don't
    think that this has a big impact on performances
    Fabien-Chouteau committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    3a1ab6e View commit details
    Browse the repository at this point in the history