Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Comment out assertions in critical.c #98

Merged
merged 1 commit into from
Mar 4, 2016
Merged

Comment out assertions in critical.c #98

merged 1 commit into from
Mar 4, 2016

Commits on Mar 4, 2016

  1. Comment out assertions in critical.c

    For the moment assertions need to be commented out as this code might
    run when the libc initialization has not completed yet. In those cases,
    an uninitialized stderr pointer will trigger a bus fault / uVisor access
    fault as it points to flash (`__sf_fake_stderr`).
    
    For reference:
    ARMmbed/mbed-drivers#176 Printing to stderr attempts a write into flash
    AlessandroA committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    0fa540b View commit details
    Browse the repository at this point in the history