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

Fixed sleep and disabled semihosting on LPC11U35 #147

Merged
merged 1 commit into from
Jan 27, 2014
Merged

Fixed sleep and disabled semihosting on LPC11U35 #147

merged 1 commit into from
Jan 27, 2014

Commits on Jan 24, 2014

  1. Fixed sleep and disabled semihosting on LPC11U35

    I created 3 separate device.h headers for the three LPC11UXX targets,
    and disabled the features that the LPC11U35 board doesn't have like
    Semihosting and LocalFileSystem. I also made the call to
    mbed_interface_disconnect() require DEVICE_SEMIHOSTING, which prevents
    calls to sleep() from hanging the system on an LPC11U35.
    neilt6 committed Jan 24, 2014
    Configuration menu
    Copy the full SHA
    8e346fc View commit details
    Browse the repository at this point in the history