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
77f5c34a
Commit
77f5c34a
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix some common typos
parent
2478d27d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+2
-2
2 additions, 2 deletions
ChangeLog
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
drivers/net/e1000.c
+2
-2
2 additions, 2 deletions
drivers/net/e1000.c
drivers/usbdev/usbmsc_scsi.c
+1
-1
1 addition, 1 deletion
drivers/usbdev/usbmsc_scsi.c
with
7 additions
and
7 deletions
ChangeLog
+
2
−
2
View file @
77f5c34a
...
...
@@ -5333,7 +5333,7 @@
* arch/arm/src/sama5/sam_memories.c and .h: Centralize logic for
conversions between physical and virtual addresses (2013-8-9).
* arch/arm/src/sama5/sam_hsmci.c and sam34/sam_hsmci.c: Correct a
race condition in the SAMA5 HSCMI driver: The tranfer done
race condition in the SAMA5 HSCMI driver: The tran
s
fer done
interrupt was firing before the wait was started. Fix this and
also backported the changes to SAM3/4 (untested). Now HSCMI is
functional on the SAMA5 with DMA! (2013-8-10).
...
...
@@ -10383,7 +10383,7 @@
corrected implementation of pthread_kill() will direct the signal
specifically to the specific pthread and no other (2015-05-13).
* arch/arm/include/samdl, arch/arm/src/samdl, configs/samd20-xplained:
Rename the samd/ directories and configurati
n
o varialbes to samdl to
Rename the samd/ directories and configuratio
n
varialbes to samdl to
all the same directory structure to support the SAML21 (2015-05-14).
* arch/arm/include/samdl and arch/arm/src/samdl: And chip definitions,
configuration framework, and placeholder memory map and pin
...
...
This diff is collapsed.
Click to expand it.
arch
@
97e57f60
Subproject commit
b1ae87d1e95d2c3593d87e2e6d292979bfdd68aa
Subproject commit
97e57f60e929eb6e7be76edcfad4f67e8714ef25
This diff is collapsed.
Click to expand it.
configs
@
24588fc1
Subproject commit
d22ff0b3ff36cd5e324538b74b8064edaa3b63d8
Subproject commit
24588fc10ae08f68c7dead477a7ad625b028679e
This diff is collapsed.
Click to expand it.
drivers/net/e1000.c
+
2
−
2
View file @
77f5c34a
...
...
@@ -1128,8 +1128,8 @@ static int e1000_probe(uint16_t addr, pci_id_t id)
* access performance. The page size alloc will restrict
* this bad effect only within the memory we alloc here.
*
* NEED FIX: the memalign may alloc memory continous in
* virtual address but dis-continous in physical address
* NEED FIX: the memalign may alloc memory contin
u
ous in
* virtual address but dis-contin
u
ous in physical address
* due to RGMP memory setup.
*/
...
...
This diff is collapsed.
Click to expand it.
drivers/usbdev/usbmsc_scsi.c
+
1
−
1
View file @
77f5c34a
...
...
@@ -2281,7 +2281,7 @@ static int usbmsc_cmdwritestate(FAR struct usbmsc_dev_s *priv)
xfrd
=
req
->
xfrd
;
priv
->
nreqbytes
=
xfrd
;
/* Now loop until all of the data in the read request has been tranferred
/* Now loop until all of the data in the read request has been tran
s
ferred
* to the block driver OR all of the request data has been transferred.
*/
...
...
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