You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experiment with a custom target out of tree. Please document everything you do! You don't have to write a tutorial but take note of all the tools you use, the environment you used, the steps you did. Bonus points if you write down the outputs of running readelf -h and objdump -Cd on your (working) programs. LED blinking example
Parent issue: #2
Next steps:
etc. See enable the MSP430 LLVM backend rust-lang/rust#37672
readelf -handobjdump -Cdon your (working) programs. LED blinking examplecorefor the MSP430 architecture rust-lang/rust#37829. It block us from compiling the core crateextern "msp430-interrupt" fn. (Done in calling convention for MSP430 interrupts rust-lang/rust#38465)__bic_SR_register_on_exitgcc built-in somehow. Needed to enter/leave low-power mode.programs for this target. (See https://github.com/pftbest/rust_on_msp)