Added a weak _debug_unit symbol to crt0.S.
When linked against debug.S, which provides this symbol, this will setup debugging. If not linked against debug.S the symbol will be the same as _reset_handler.
Please register or sign in to comment
When linked against debug.S, which provides this symbol, this will setup debugging. If not linked against debug.S the symbol will be the same as _reset_handler.