Merged in raiden00/nuttx_pe (pull request #768)
configs/nucleo-f334r8, configs/stm32f334-disco: cosmetics Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
6d285cfed1
commit
83d297038a
@ -1,7 +1,7 @@
|
||||
Nucleo-64 Boards
|
||||
================
|
||||
|
||||
The Nucleo-F303RE is a member of the Nucleo-64 board family. The Nucleo-64
|
||||
The Nucleo-F334R8 is a member of the Nucleo-64 board family. The Nucleo-64
|
||||
is a standard board for use with several STM32 parts in the LQFP64 package.
|
||||
Variants include
|
||||
|
||||
|
@ -34,8 +34,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __CONFIG_STM32F3DISCOVERY_INCLUDE_BOARD_H
|
||||
#define __CONFIG_STM32F3DISCOVERY_INCLUDE_BOARD_H
|
||||
#ifndef __CONFIG_NUCLEO_F334R8_INCLUDE_BOARD_H
|
||||
#define __CONFIG_NUCLEO_F334R8_INCLUDE_BOARD_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/nucleo-f334re/scripts/ld.script
|
||||
* configs/nucleo-f334r8/scripts/ld.script
|
||||
*
|
||||
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
|
||||
* Authors: Gregory Nutt <gnutt@nuttx.org>
|
||||
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* The STM32F334R8 has 64Kb of FLASH beginning at address 0x0800:0000 and
|
||||
* 12Kb of SRAM.
|
||||
/* The STM32F334R8 has 64Kb of FLASH beginning at address 0x0800:0000,
|
||||
* 12Kb of SRAM and 4Kb of CCM SRAM.
|
||||
*
|
||||
* When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
|
||||
* where the code expects to begin execution by jumping to the entry point in
|
||||
|
@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# configs/nucleo-f303re/src/Makefile
|
||||
# configs/nucleo-f334r8/src/Makefile
|
||||
#
|
||||
# Copyright (C) 2017 Gregory Nutt. All rights reserved.
|
||||
# Author: Mateusz Szafoni <raiden00@railab.me>
|
||||
|
@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/* The STM32F334R8 has 64Kb of FLASH beginning at address 0x0800:0000 and
|
||||
* 12Kb of SRAM.
|
||||
/* The STM32F334C8 has 64Kb of FLASH beginning at address 0x0800:0000,
|
||||
* 12Kb of SRAM and 4Kb of CCM SRAM.
|
||||
*
|
||||
* When booting from FLASH, FLASH memory is aliased to address 0x0000:0000
|
||||
* where the code expects to begin execution by jumping to the entry point in
|
||||
|
Loading…
Reference in New Issue
Block a user