summaryrefslogtreecommitdiff
path: root/arch/msp430/src/lib.rs
AgeCommit message (Collapse)Author
2024-11-11Add actual logger api to rustMason Reed
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
2024-08-22Make MSP430 correctly load after ELF view.Alexander Taylor
2024-08-22Add msp430 architectureJoe Rozner