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
7e2c6c4a
Commit
7e2c6c4a
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for compiler warnings from Lorenz Meier
parent
5cdc3db2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/sama5d3x-ek/README.txt
+2
-1
2 additions, 1 deletion
configs/sama5d3x-ek/README.txt
include/nuttx/math.h
+2
-2
2 additions, 2 deletions
include/nuttx/math.h
include/nuttx/usb/usbdev_trace.h
+15
-16
15 additions, 16 deletions
include/nuttx/usb/usbdev_trace.h
with
19 additions
and
19 deletions
configs/sama5d3x-ek/README.txt
+
2
−
1
View file @
7e2c6c4a
...
...
@@ -933,7 +933,8 @@ Configurations
improves with accesses. Clearly, more work needs to be done.
Here is another strange observation: SDRAM accesses tend to
generate occasional spurious interrupts! No idea why.
generate occasional spurious interrupts in those same conditions
where the memory test fails! No idea why.
ostest:
This configuration directory, performs a simple OS test using
...
...
This diff is collapsed.
Click to expand it.
include/nuttx/math.h
+
2
−
2
View file @
7e2c6c4a
...
...
@@ -51,13 +51,13 @@
#ifdef CONFIG_ARCH_MATH_H
# include <arch/math.h>
/* If CONFIG_LIB is enabled, then the math library at lib/math will be
/* If CONFIG_LIB
M
is enabled, then the math library at lib/math will be
* built. This library was taken from the math library developed for the
* Rhombus OS by Nick Johnson (https://github.com/nickbjohnson4224/rhombus).
* The port or the Rhombus math library was contributed by Darcy Gong.
*/
#el
se
if defined CONFIG_LIBM
#elif defined CONFIG_LIBM
/****************************************************************************
* Copyright (C) 2009-2011 Nick Johnson <nickbjohnson4224 at gmail.com>
...
...
This diff is collapsed.
Click to expand it.
include/nuttx/usb/usbdev_trace.h
+
15
−
16
View file @
7e2c6c4a
...
...
@@ -377,22 +377,21 @@
#define USBMSC_TRACEERR_VERIFY10NOBLOCKS 0x0066
#define USBMSC_TRACEERR_VERIFY10READFAIL 0x0067
#define USBMSC_TRACEERR_WRALLOCREQ 0x0068
#define USBMSC_TRACEERR_SNDPHERROR 0x0069
#define USBMSC_TRACEERR_WRCOMPLETEINVALIDARGS 0x006a
#define USBMSC_TRACEERR_WRITE10FLAGS 0x006b
#define USBMSC_TRACEERR_WRITE10LBARANGE 0x006c
#define USBMSC_TRACEERR_WRITE10MEDIANOTPRESENT 0x006d
#define USBMSC_TRACEERR_WRITE10READONLY 0x006e
#define USBMSC_TRACEERR_WRITE12FLAGS 0x006f
#define USBMSC_TRACEERR_WRITE12LBARANGE 0x0070
#define USBMSC_TRACEERR_WRITE12MEDIANOTPRESENT 0x0071
#define USBMSC_TRACEERR_WRITE12READONLY 0x0072
#define USBMSC_TRACEERR_WRITE6LBARANGE 0x0073
#define USBMSC_TRACEERR_WRITE6MEDIANOTPRESENT 0x0074
#define USBMSC_TRACEERR_WRITE6READONLY 0x0075
#define USBMSC_TRACEERR_WRSHUTDOWN 0x0076
#define USBMSC_TRACEERR_WRUNEXPECTED 0x0077
#define USBMSC_TRACEERR_UNSUPPORTEDTYPE 0x0078
#define USBMSC_TRACEERR_WRCOMPLETEINVALIDARGS 0x0069
#define USBMSC_TRACEERR_WRITE10FLAGS 0x006a
#define USBMSC_TRACEERR_WRITE10LBARANGE 0x006b
#define USBMSC_TRACEERR_WRITE10MEDIANOTPRESENT 0x006c
#define USBMSC_TRACEERR_WRITE10READONLY 0x006d
#define USBMSC_TRACEERR_WRITE12FLAGS 0x006e
#define USBMSC_TRACEERR_WRITE12LBARANGE 0x006f
#define USBMSC_TRACEERR_WRITE12MEDIANOTPRESENT 0x0070
#define USBMSC_TRACEERR_WRITE12READONLY 0x0071
#define USBMSC_TRACEERR_WRITE6LBARANGE 0x0072
#define USBMSC_TRACEERR_WRITE6MEDIANOTPRESENT 0x0073
#define USBMSC_TRACEERR_WRITE6READONLY 0x0074
#define USBMSC_TRACEERR_WRSHUTDOWN 0x0075
#define USBMSC_TRACEERR_WRUNEXPECTED 0x0076
#define USBMSC_TRACEERR_UNSUPPORTEDTYPE 0x0077
/****************************************************************************
* Public Types
...
...
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