mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
arch/arm/src/kinetis: Add pin multiplexing definitions for the K28F.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -533,7 +533,6 @@
|
||||
#define PIN_SDRAM_A22 (PIN_ALT5 | PIN_PORTC | PIN0)
|
||||
#define PIN_SDRAM_A23 (PIN_ALT5 | PIN_PORTB | PIN18)
|
||||
|
||||
|
||||
/* Secured digital host controller (SDHC) */
|
||||
|
||||
#define PIN_SDHC0_CLKIN (PIN_ALT4 | PIN_PORTD | PIN11)
|
||||
@@ -625,7 +624,6 @@
|
||||
#define PIN_TPM_CLKIN1_2 (PIN_ALT7 | PIN_PORTB | PIN17)
|
||||
#define PIN_TPM_CLKIN1_3 (PIN_ALT7 | PIN_PORTC | PIN13)
|
||||
|
||||
|
||||
/* Touch Sensing Input (TSI) */
|
||||
|
||||
#define PIN_TSI0_CH0_1 (PIN_ANALOG | PIN_PORTB | PIN0)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/********************************************************************************************
|
||||
* arch/arm/src/kinetis/chip/kinetis_pinmux.h
|
||||
*
|
||||
* Copyright (C) 2011, 2015-2016 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2011, 2015-2016, 2018 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -50,6 +50,8 @@
|
||||
|
||||
#if defined(KINETIS_K20)
|
||||
# include "chip/kinetis_k20pinmux.h"
|
||||
#if defined(KINETIS_K28)
|
||||
# include "chip/kinetis_k28pinmux.h"
|
||||
#elif defined(KINETIS_K40)
|
||||
# include "chip/kinetis_k40pinmux.h"
|
||||
#elif defined(KINETIS_K60)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
README
|
||||
======
|
||||
|
||||
This port is for the FRDM-K28F development board that features the MK28FN2M0VMI15 MCU. The features of the FRDM-K28F board are:
|
||||
This port is for the FRDM-K28F development board that features the
|
||||
MK28FN2M0VMI15 MCU. The features of the FRDM-K28F board are:
|
||||
|
||||
o Kinetis MK28FN2M0VMI15 MCU (ARM Cortex-M4 at150 MHz, 1 MB SRAM, 2 MB flash,
|
||||
HS and FS USB, 169 MAPBGA package).
|
||||
|
||||
Reference in New Issue
Block a user