Skip to content
Snippets Groups Projects
Select Git revision
  • 8dbbbbc793554f920cf352b0e67da46abe3974cf
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

test_main.c

Blame
  • user avatar
    Damien George authored
    qstr_init is always called exactly before mp_init, so makes sense to
    just have mp_init call it.  Similarly with
    mp_init_emergency_exception_buf.  Doing this makes the ports simpler and
    less error prone (ie they can no longer forget to call these).
    8dbbbbc7
    History
    test_main.c 1.94 KiB