aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/stm32f1/util_hooks.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring back and fix up util.c functionality.Marti Bolivar2012-06-261-0/+83
Rip out the existing nonportable pieces, and shove them under wirish/stm32f1, using weak symbols so users who only want libmaple proper don't end up with build errors. Add stubbed-out (and only partially functional) definitions for F2 targets under wirish/stm32f2. The behavior on F103 targets is the same as it was before (though the assertion framework has always been broken and badly needs replacement, that awaits another commit). We additionally now skip re-enabling USB on F1 targets without USB, to make things work on value line MCUs. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>