Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
f153df28
Commit
f153df28
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
configs/nucleo-l432kc: Fix numerous cloning errors/typos.
parent
c12a34db
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
TODO
+2
-2
2 additions, 2 deletions
TODO
configs/nucleo-l432kc/README.txt
+8
-11
8 additions, 11 deletions
configs/nucleo-l432kc/README.txt
configs/nucleo-l432kc/include/board.h
+2
-2
2 additions, 2 deletions
configs/nucleo-l432kc/include/board.h
with
12 additions
and
15 deletions
TODO
+
2
−
2
View file @
f153df28
...
...
@@ -745,7 +745,7 @@ o Kernel/Protected Build
Title: USER MODE TASKS CAN MODIFY PRIVILEGED TASKS
Description: Certain interfaces, such as sched_setparam(),
sched_setscheduler(), etc. can be used by user mode tasks to
modify the behavior of privile
d
ged kernel threads.
modify the behavior of privileged kernel threads.
For a truly secure system. Privileges need to be checked in
every interface that permits one thread to modify the
properties of another thread.
...
...
@@ -1282,7 +1282,7 @@ o Network (net/, drivers/net)
however, because its priority is low and so it is blocked
from execution.
- In the mean time, the remote host sends a
packet which is presum
e
ably caught in the read-ahead buffer.
packet which is presumably caught in the read-ahead buffer.
- Then the remote host closes the socket. Nothing happens on
the target side because net_start_monitor() has not yet been
called.
...
...
This diff is collapsed.
Click to expand it.
configs/nucleo-l432kc/README.txt
+
8
−
11
View file @
f153df28
...
...
@@ -230,12 +230,10 @@ NuttX EABI "buildroot" Toolchain
1. You must have already configured Nuttx in <some-dir>/nuttx.
$
(cd
tools
; .
/configure.sh nucleo-f4
x1re/f401-
nsh
)
$ tools/configure.sh nucleo-f4
32kc/
nsh
$ make qconfig
$ V=1 make context all 2>&1 | tee mout
Use the f411-nsh configuration if you have the Nucleo-F411RE board.
2. Download the latest buildroot package into <some-dir>
3. unpack the buildroot tarball. The resulting directory may
...
...
@@ -298,14 +296,13 @@ NXFLAT Toolchain
mbed
====
The Nucleo-F4
01RE
includes boot loader from mbed:
The Nucleo-F4
32KC
includes boot loader from mbed:
https://mbed.org/platforms/ST-Nucleo-F401RE/
https://mbed.org/handbook/Homepage
Using the mbed loader:
1. Connect the Nucleo-F4
x1RE
to the host PC using the USB connector.
1. Connect the Nucleo-F4
32kc
to the host PC using the USB connector.
2. A new file system will appear called NUCLEO; open it with Windows
Explorer (assuming that you are using Windows).
3. Drag and drop nuttx.bin into the MBED window. This will load the
...
...
@@ -322,7 +319,7 @@ Hardware
LEDs
----
The Nucleo F401RE and Nucleo F4
11RE
provide a single user LED, LD2. LD2
The Nucleo F401RE and Nucleo F4
32KC
provide a single user LED, LD2. LD2
is the green LED connected to Arduino signal D13 corresponding to MCU I/O
PB3 (pin 26).
...
...
@@ -367,7 +364,7 @@ Serial Consoles
TTL to RS-232 converter connection:
Nucleo CN10 STM32F4
x1RE
Nucleo CN10 STM32F4
32KC
----------- ------------
Pin 21 PA9 USART1_RX *Warning you make need to reverse RX/TX on
Pin 33 PA10 USART1_TX some RS-232 converters
...
...
@@ -399,7 +396,7 @@ Serial Consoles
TTL to RS-232 converter connection:
Nucleo CN9 STM32F4
x1RE
Nucleo CN9 STM32F4
32KC
----------- ------------
Pin 1 PA3 USART2_RX *Warning you make need to reverse RX/TX on
Pin 2 PA2 USART2_TX some RS-232 converters
...
...
@@ -457,7 +454,7 @@ Configurations
nsh:
---------
Configures the NuttShell (nsh) located at apps/examples/nsh for the
Nucleo-F4
01RE
board. The Configuration enables the serial interfaces
Nucleo-F4
32KC
board. The Configuration enables the serial interfaces
on UART2. Support for builtin applications is enabled, but in the base
configuration no builtin applications are selected (see NOTES below).
...
...
@@ -484,7 +481,7 @@ Configurations
Consoles). I have been using a TTL-to-RS-232 converter connected
as shown below:
Nucleo CN10 STM32F4
x1RE
Nucleo CN10 STM32F4
32KC
----------- ------------
Pin 21 PA9 USART1_RX *Warning you make need to reverse RX/TX on
Pin 33 PA10 USART1_TX some RS-232 converters
...
...
This diff is collapsed.
Click to expand it.
configs/nucleo-l432kc/include/board.h
+
2
−
2
View file @
f153df28
...
...
@@ -146,7 +146,7 @@
/* LEDs
*
* The Nucleo l4
76RG
board provides a single user LED, LD2. LD2
* The Nucleo l4
32kc
board provides a single user LED, LD2. LD2
* is the green LED connected to Arduino signal D13 corresponding to
* MCU I/O PB3 (pin 26).
*
...
...
@@ -266,4 +266,4 @@ void stm32l4_board_initialize(void);
#endif
#endif
/* __ASSEMBLY__ */
#endif
/* __CONFIGS_NUCLEO_F4
76RG
_INCLUDE_BOARD_H */
#endif
/* __CONFIGS_NUCLEO_F4
32KC
_INCLUDE_BOARD_H */
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment