Skip to content
Snippets Groups Projects
Commit 3f3095e9 authored by Davide Mor's avatar Davide Mor
Browse files

[gemini-gs] Added missing ethernet pin configurations

parent 7efdddb7
Branches
No related tags found
No related merge requests found
......@@ -275,6 +275,12 @@ void IRQbspInit() {
radio2::dio1::mode(Mode::INPUT);
radio2::dio3::mode(Mode::INPUT);
ethernet::cs::mode(Mode::OUTPUT);
ethernet::cs::high();
ethernet::nrst::mode(Mode::OUTPUT);
ethernet::nrst::high();
ethernet::intr::mode(Mode::INPUT);
DefaultConsole::instance().IRQset(intrusive_ref_ptr<Device>(new STM32Serial(
defaultSerial, defaultSerialSpeed, STM32Serial::NOFLOWCTRL)));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment