-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b566baa
commit 0fc226d
Showing
18 changed files
with
61 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
/************************************************************************************ | ||
* configs/twr-k60n512/include/board.h | ||
* include/arch/board/board.h | ||
* configs/twr-k64f120m/include/board.h | ||
* | ||
* Copyright (C) 2011 Gregory Nutt. All rights reserved. | ||
* Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
|
@@ -34,8 +33,8 @@ | |
* | ||
************************************************************************************/ | ||
|
||
#ifndef __ARCH_BOARD_BOARD_H | ||
#define __ARCH_BOARD_BOARD_H | ||
#ifndef __CONFIGS_TWR_K64F120M_INCLUDE_BOARCH_H | ||
#define __CONFIGS_TWR_K64F120M_INCLUDE_BOARCH_H | ||
|
||
/************************************************************************************ | ||
* Included Files | ||
|
@@ -187,12 +186,12 @@ extern "C" { | |
* | ||
************************************************************************************/ | ||
|
||
EXTERN void kinetis_boardinitialize(void); | ||
void kinetis_boardinitialize(void); | ||
|
||
#undef EXTERN | ||
#if defined(__cplusplus) | ||
} | ||
#endif | ||
|
||
#endif /* __ASSEMBLY__ */ | ||
#endif /* __ARCH_BOARD_BOARD_H */ | ||
#endif /* __CONFIGS_TWR_K64F120M_INCLUDE_BOARCH_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################################################ | ||
# configs/twr-k64f120m/netnsh/Make.defs | ||
# | ||
# Copyright (C) 2011 Gregory Nutt. All rights reserved. | ||
# Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
# Author: Gregory Nutt <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
# configs/twr-k64f120m/netnsh/setenv.sh | ||
# | ||
# Copyright (C) 2011 Gregory Nutt. All rights reserved. | ||
# Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
# Author: Gregory Nutt <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################################################ | ||
# configs/twr-k64f120m/nsh/Make.defs | ||
# | ||
# Copyright (C) 2011 Gregory Nutt. All rights reserved. | ||
# Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
# Author: Gregory Nutt <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
# configs/twr-k64f120m/nsh/setenv.sh | ||
# | ||
# Copyright (C) 2011 Gregory Nutt. All rights reserved. | ||
# Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
# Author: Gregory Nutt <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/**************************************************************************** | ||
* configs/twr-k64f120m/scripts/ld.script | ||
* | ||
* Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved. | ||
* Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
############################################################################ | ||
# configs/twr-k64f120m/src/Makefile | ||
# | ||
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. | ||
# Copyright (C) 2017 Gregory Nutt. All rights reserved. | ||
# Author: Gregory Nutt <[email protected]> | ||
# | ||
# Redistribution and use in source and binary forms, with or without | ||
|
@@ -36,15 +36,15 @@ | |
-include $(TOPDIR)/Make.defs | ||
|
||
ASRCS = | ||
#CSRCS = k60_boot.c k60_spi.c | ||
#CSRCS = k64_boot.c k64_spi.c | ||
CSRCS = k64_boot.c | ||
|
||
ifeq ($(CONFIG_ARCH_LEDS),y) | ||
CSRCS += k64_leds.c | ||
endif | ||
|
||
ifeq ($(CONFIG_ARCH_BUTTONS),y) | ||
#CSRCS += k60_buttons.c | ||
#CSRCS += k64_buttons.c | ||
endif | ||
|
||
ifeq ($(CONFIG_LIB_BOARDCTL),y) | ||
|
@@ -59,11 +59,11 @@ endif | |
endif | ||
|
||
ifeq ($(CONFIG_USBDEV),y) | ||
#CSRCS += k60_usbdev.c | ||
#CSRCS += k64_usbdev.c | ||
endif | ||
|
||
ifeq ($(CONFIG_USBMSC),y) | ||
#CSRCS += k60_usbmsc.c | ||
#CSRCS += k64_usbmsc.c | ||
endif | ||
|
||
include $(TOPDIR)/configs/Board.mk |
Oops, something went wrong.