Added Elektor LoRa Node ( STM32F072 based )#810
Added Elektor LoRa Node ( STM32F072 based )#810fpistm merged 18 commits intostm32duino:masterfrom lab-mathias-claussen:master
Conversation
This adds board support for Elektor LoRa Node with STM32F072 MCU
|
Hi @lab-mathias-claussen |
Board is now within the LoRa section
|
Hi, the board is moved, currently i struggle with the "board discription", i guess it's not meant in the board.txt but somewhere here ? Schematics and KiCad Files can be found here : https://github.com/ElektorLabs/180516-Elektor_LoRa_Node Project discrition can be found here: https://www.elektormagazine.com/labs/lorawan-node-experimental-platform |
|
Thanks @lab-mathias-claussen For the board description, this is mainly to review the variant (pin mapping, ...) and having a link to add in the README.md if this PR is merged. |
|
Hi, the board.txt should be fixed now. I am sorry for the messed up board.txt. |
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Even if not available in in LQFP48 package. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Remove useless comments Fix typo Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
PR 810 review
fpistm
left a comment
There was a problem hiding this comment.
@lab-mathias-claussen
I forgot to check duplicated pins in the PeripheralPins.c
See my comment, this will allow to save space.
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Duplicated PINS in PeripheralsPins.c have been commented out,.
fpistm
left a comment
There was a problem hiding this comment.
@lab-mathias-claussen
Simply remove the ADC_RESOLUTION definition and this will be ok.
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
AStyle fixed as travis build failed
This adds board support for Elektor LoRa Node with STM32F072 MCU