Gregory Nutt
|
40f0481478
|
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-13 09:44:12 -06:00 |
|
Gregory Nutt
|
90e60513b1
|
New strtoul[l] functions need to include errno.h
|
2016-06-13 08:49:46 -06:00 |
|
Gregory Nutt
|
b9aadf7242
|
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-13 08:45:54 -06:00 |
|
Gregory Nutt
|
56c5da3030
|
Cosmetic change from review of PR53
|
2016-06-13 08:21:06 -06:00 |
|
Gregory Nutt
|
e064439cea
|
Merged in slorquet/nuttx/fix_strtoul (pull request #53)
Fixes for strtoul/strtoull. Fixes Issue #1
|
2016-06-13 08:15:17 -06:00 |
|
Gregory Nutt
|
c494454bc4
|
configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-13 07:43:55 -06:00 |
|
Sebastien Lorquet
|
15c92867de
|
Fixes for strtoul/strtoull. Fixes Issue #1
|
2016-06-13 15:29:05 +02:00 |
|
Gregory Nutt
|
5073bf1de6
|
Update some comments
|
2016-06-13 07:02:45 -06:00 |
|
Gregory Nutt
|
bed85cc515
|
configs/: Remove one more reference to non-existent SPI_VERBOSE setting
|
2016-06-12 18:48:13 -06:00 |
|
Gregory Nutt
|
b0458e36da
|
configs/: Remove references to non-existent SPI_VERBOSE setting
|
2016-06-12 17:57:12 -06:00 |
|
Gregory Nutt
|
eab652bd9a
|
Update ChangeLog
|
2016-06-12 17:34:42 -06:00 |
|
Gregory Nutt
|
a5457987d8
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
|
Gregory Nutt
|
26718cee5c
|
Eliminate some warnings when CONFIG_DEBUG_FEATURES is enabled, but no output is enabled
|
2016-06-12 14:44:04 -06:00 |
|
Gregory Nutt
|
f3ec664f63
|
Debug output level (error, warning, info) is now selectable on a per-subsystem, per-driver basis
|
2016-06-12 13:08:23 -06:00 |
|
Gregory Nutt
|
cf4075c741
|
Missed macro definition in one case
|
2016-06-12 11:13:34 -06:00 |
|
Gregory Nutt
|
823b4b0cff
|
Forget to define an info() macro
|
2016-06-12 11:11:08 -06:00 |
|
Gregory Nutt
|
4f97f15b5e
|
graphics/, libc/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 11:11:57 -06:00 |
|
Gregory Nutt
|
b29a4dd49c
|
audio/, crypto/, libnx/, and mm/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 09:46:23 -06:00 |
|
Gregory Nutt
|
0665c7e06c
|
drivers/: Change some nerr() ERRORS to ninfo() and nwarn() WARNINGS.
|
2016-06-12 09:26:12 -06:00 |
|
Gregory Nutt
|
61969a5f88
|
Eliminate some warnings
|
2016-06-12 08:37:03 -06:00 |
|
Gregory Nutt
|
efb02f2ef1
|
drivers/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network evernts are not errors.
|
2016-06-12 08:31:22 -06:00 |
|
Gregory Nutt
|
b1eb4fdd8e
|
Rethink some recent warning removal logic
|
2016-06-12 07:17:04 -06:00 |
|
Gregory Nutt
|
7d0950bb22
|
net/: Change some nerr() ERRORS to nwarn() WARNINGS. Anomolous network events are not errors.
|
2016-06-12 07:09:37 -06:00 |
|
Gregory Nutt
|
a0c1eab513
|
Merged in paulpatience/nuttx/assert (pull request #52)
assert: Simplify
|
2016-06-12 06:54:28 -06:00 |
|
Paul A. Patience
|
f995f3c7bf
|
assert: Simplify
|
2016-06-12 08:18:30 -04:00 |
|
Gregory Nutt
|
e18e2b351b
|
Need a info() macro mapping
|
2016-06-11 19:05:32 -06:00 |
|
Gregory Nutt
|
f12da847d8
|
drivers/wireless: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 19:03:57 -06:00 |
|
Gregory Nutt
|
27bc1a2221
|
drivers/sensors: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 18:21:49 -06:00 |
|
Gregory Nutt
|
cffef35644
|
Eliminate some warnings introduced with DEBUG changes
|
2016-06-11 18:09:39 -06:00 |
|
Gregory Nutt
|
c0142b618d
|
Missing left parenthesis on one of the modified debug statements.
|
2016-06-11 17:31:11 -06:00 |
|
Gregory Nutt
|
1acafa813b
|
Missing open quotation mark on one of the modified debug statements.
|
2016-06-11 17:29:32 -06:00 |
|
Gregory Nutt
|
f4fcdcdb4d
|
net/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 17:37:21 -06:00 |
|
Gregory Nutt
|
ad2f7b0119
|
fs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 17:14:02 -06:00 |
|
Gregory Nutt
|
be80a0b99c
|
Eliminate some warnings
|
2016-06-11 16:40:53 -06:00 |
|
Gregory Nutt
|
13cac3b592
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
e99301d7c2
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
|
Gregory Nutt
|
86b79b33cf
|
Reserver the name 'err' for other purposes
|
2016-06-11 14:40:07 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
c211ce8be1
|
DEBUGASSERT() is not enabled with CONFIG_DEBUG_ASSERTIONS, not CONFIG_DEBUG
|
2016-06-11 12:49:21 -06:00 |
|
Gregory Nutt
|
a3bb764305
|
Add support for a warn() marco that will be between dbg() and info() in priority
|
2016-06-11 12:38:37 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
|
Gregory Nutt
|
9c4b604074
|
Button upper half driver: Add definitions needed for compilation with the poll() interface is not disabled.
|
2016-06-11 07:22:31 -06:00 |
|
Gregory Nutt
|
e891a33c2e
|
Completely trivial changes from review of last PR
|
2016-06-10 14:59:53 -06:00 |
|
Gregory Nutt
|
525557c098
|
Merged in kfazz/nuttx/kinetis_pwm (pull request #50)
kinetis pwm support
|
2016-06-10 14:54:19 -06:00 |
|
Gregory Nutt
|
0b83aeb1fc
|
Merged in K-man23/nuttx/stm32_can2_irq_fix (pull request #51)
Correct the can2 rx irq number for stm32f10xx chips
|
2016-06-10 13:23:50 -06:00 |
|
Konstantin Berezenko
|
b9e7b4ed70
|
Correct the can2 rx irq number for stm32f10xx chips
|
2016-06-10 10:52:58 -07:00 |
|
Gregory Nutt
|
a5b39f2df7
|
Merged in paulpatience/nuttx/crc64 (pull request #49)
crc64: fix error
|
2016-06-10 10:45:43 -06:00 |
|
Paul A. Patience
|
5cfffbfa62
|
crc64: fix error
|
2016-06-10 12:30:45 -04:00 |
|