Skip to content

Commit

Permalink
Added support for STM32-F407 DIYMORE from diymore.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Apr 15, 2018
1 parent 9b37c33 commit 856b2ff
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -230,6 +230,7 @@ OBJS-$(MACH_LM3S6965EVB)+=kernel/$(BOARD)/lm3s6965evb.o
OBJS-$(MACH_LM3SVIRT)+=kernel/$(BOARD)/lm3s6965evb.o
OBJS-$(MACH_BLENANOV1_5)+=kernel/$(BOARD)/blenanov1_5.o
OBJS-$(MACH_BLENANOV2_0)+=kernel/$(BOARD)/blenanov2_0.o
OBJS-$(MACH_STM32F407Diymore)+=kernel/$(BOARD)/stm32f407diymore.o


LIB-y:=
Expand Down
4 changes: 3 additions & 1 deletion kernel/Kconfig
Expand Up @@ -185,7 +185,9 @@ menu "Platform Selection"
config MACH_STM32F411Nucleo
bool "STM32F411 Nucleo"
depends on (ARCH_STM32F411)

config MACH_STM32F407Diymore
bool "STM32F407 based Diymore from dyimore.cc"
depends on (ARCH_STM32F407)
config MACH_LPC1768MBED
bool "LPC1768MBED"
depends on ARCH_LPC1768
Expand Down

0 comments on commit 856b2ff

Please sign in to comment.