Skip to content
Snippets Groups Projects
Commit b05f3543 authored by Niklaus Giger's avatar Niklaus Giger Committed by Stefan Roese
Browse files

ppc4xx: Add 405GPr based MCU25 board. Global files

parent 14c27b35
No related branches found
No related tags found
No related merge requests found
...@@ -172,6 +172,7 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com> ...@@ -172,6 +172,7 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Niklaus Giger <niklaus.giger@netstal.com> Niklaus Giger <niklaus.giger@netstal.com>
HCU4 PPC405GPr HCU4 PPC405GPr
MCU25 PPC405GPr
HCU5 PPC440EPx HCU5 PPC440EPx
Frank Gottschling <fgottschling@eltec.de> Frank Gottschling <fgottschling@eltec.de>
......
MAKEALL 100755 → 100644
...@@ -198,6 +198,7 @@ LIST_4xx=" \ ...@@ -198,6 +198,7 @@ LIST_4xx=" \
luan \ luan \
lwmon5 \ lwmon5 \
makalu \ makalu \
mcu25 \
METROBOX \ METROBOX \
MIP405 \ MIP405 \
MIP405T \ MIP405T \
......
...@@ -1281,6 +1281,10 @@ lwmon5_config: unconfig ...@@ -1281,6 +1281,10 @@ lwmon5_config: unconfig
makalu_config: unconfig makalu_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc @$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc
mcu25_config: unconfig
@mkdir -p $(obj)board/netstal/common
@$(MKCONFIG) $(@:_config=) ppc ppc4xx mcu25 netstal
METROBOX_config: unconfig METROBOX_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst @$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment