esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Add unsafe cpu::start_app_cpu() function #18

Closed sapir closed 4 years ago

sapir commented 4 years ago

This requires https://github.com/sapir/xtensa-lx6-rt/tree/rom-symbols

arjanmels commented 4 years ago

This is already part of my pull request #15, which does not rely on the ROM routines.

@sapir I would propose to merge #15 and not use this one, does that make sense?

sapir commented 4 years ago

Yes, obviously I didn't notice your pull requests