Gregory Nutt
|
5666bf30a7
|
Review of last PR
|
2016-12-20 07:08:46 -06:00 |
|
Young
|
07b70fcc20
|
Improve the PWM logs
|
2016-12-20 17:05:51 +08:00 |
|
Young
|
9d355e12d5
|
Support indefinite number of pulses generation in PULSECOUNT mode
|
2016-12-20 14:08:31 +08:00 |
|
Young
|
e35406f7d6
|
Support PWM_PULSECOUNT feature for TI tiva
|
2016-12-20 13:20:04 +08:00 |
|
Gregory Nutt
|
920a9592d1
|
Fix a naming collision introduced in last big commit
|
2016-12-03 18:19:08 -06:00 |
|
Gregory Nutt
|
7467329a98
|
Eliminate CONFIG_NO_NOINTS. Lots of files changed -> lots of testing needed.
|
2016-12-03 16:28:19 -06:00 |
|
Gregory Nutt
|
43459fe75e
|
DM09x0 Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 11:42:15 -06:00 |
|
Gregory Nutt
|
bfa1da14e2
|
LM3S Ethernet now supports CONFIG_NET_NOINTS
|
2016-12-03 08:32:49 -06:00 |
|
Gregory Nutt
|
934aded293
|
arch/: Adapt all Ethernet drivers to work as though CONFIG_NET_MULTIBUFFER were set. Remove all references to CONFIG_NET_MULTIBUFFER
|
2016-11-29 16:06:48 -06:00 |
|
Gregory Nutt
|
0804286ad3
|
arch/: Add option to use low-priority work queue to all Ethernet drivers in arch that support CONFIG_NET_NOINTS.
|
2016-11-19 09:20:01 -06:00 |
|
Gregory Nutt
|
f92afbfbf3
|
apps/examples/timer: Restore the timer example, but adapt the interface to use the new signal logic from Sebastien, Lorquet. Totally untested and probably does not work!
|
2016-11-17 15:19:17 -06:00 |
|
Gregory Nutt
|
0a5b4f684a
|
arch: Disable priority inheritance on all semaphores used for signaling in the rest of the MCU drivers
|
2016-11-03 17:38:26 -06:00 |
|
Gregory Nutt
|
e1cd9febbf
|
arch: Disable priority inheritance on all semaphores used for signaling in all I2C/TWI drivers
|
2016-11-03 14:23:42 -06:00 |
|
Young
|
7f32019a76
|
Add a new ioctl command (set MAXPOS) for tiva QEI
|
2016-09-26 18:10:06 +08:00 |
|
Mateusz Szafoni
|
9742757f26
|
Remove GPIO_ETH_RMII_TX_CLK. TX_CLK is not present in RMII
|
2016-09-22 10:05:45 +02:00 |
|
Gregory Nutt
|
d2e03daeb1
|
Fix some strange spacing apparently introduced by tools/indent.sh
|
2016-09-21 16:06:05 -06:00 |
|
Gregory Nutt
|
54eee5b303
|
Review of PR 135
|
2016-09-21 09:36:39 -06:00 |
|
Young
|
cf99e50b7a
|
Add QEI lower-half driver impl. for Tiva series chip
|
2016-09-21 17:08:31 +08:00 |
|
Gregory Nutt
|
ed22c93d7a
|
Tiva Ethernet: Needs support for CONFIG_NET_MULTIBUFFER=y
|
2016-09-20 13:02:24 -06:00 |
|
Young
|
e30a3b780c
|
Fix two bugs of tiva pwm lower-half driver impl.
|
2016-08-10 13:25:43 +08:00 |
|
Gregory Nutt
|
f5ae207516
|
Changes from Review of last PR adding Tiva PWM driver
|
2016-08-05 07:17:42 -06:00 |
|
Young
|
2994decd3c
|
Add tiva PWM lower-half driver implementation
|
2016-08-05 18:53:25 +08:00 |
|
Young
|
7005fafb95
|
Fix a bug of tiva i2c ports configuration
|
2016-07-15 11:03:48 +08:00 |
|
Gregory Nutt
|
725a16d033
|
Trivial fix to alignment
|
2016-06-28 09:10:32 -06:00 |
|
Gregory Nutt
|
2a751068e6
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
|
Gregory Nutt
|
43eb04bb8f
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
|
Gregory Nutt
|
d40a473f72
|
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
|
2016-06-20 09:37:08 -06:00 |
|
Gregory Nutt
|
0d3ecb3ddd
|
Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor
|
2016-06-17 07:00:33 -06:00 |
|
Gregory Nutt
|
74d0cb8f05
|
Fix another typo introduced in the last set of changes
|
2016-06-16 16:47:38 -06:00 |
|
Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
Gregory Nutt
|
8c76779bc0
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 08:41:21 -06:00 |
|
Gregory Nutt
|
37b9742189
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
|
Gregory Nutt
|
5c89b18af8
|
Centralize definitions associated with CONFIG_DEBUG_I2C
|
2016-06-15 16:30:12 -06:00 |
|
Gregory Nutt
|
5b26219a81
|
Fix a couple of compile problems introduced in recent commits
|
2016-06-15 14:10:59 -06:00 |
|
Gregory Nutt
|
ba03134bed
|
Centralize definitions associated with CONFIG_DEBUG_SPI
|
2016-06-15 10:41:13 -06:00 |
|
Gregory Nutt
|
a97d3ae707
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
|
Gregory Nutt
|
c4e6f50eac
|
Centralize definitions associated with CONFIG_DEBUG_IRQ
|
2016-06-15 08:35:22 -06:00 |
|
Gregory Nutt
|
a308ea553b
|
Remove some excessive, redundant debug info per request of antin Berezenko. See Issue #8.
|
2016-06-14 15:50:23 -06:00 |
|
Shirshak Sengupta
|
078e9b7082
|
Bug Fix in tiva_serial.c - UART5, UART6 and UART7 were not being configured as TTYS0 for printing over serial console
|
2016-06-14 10:47:18 -06:00 |
|
Gregory Nutt
|
a98bc05f65
|
New debug macro: alert(). This is high priority, unconditional output and is used to simplify and stanardize crash error reporting.
|
2016-06-14 09:07:53 -06:00 |
|
Gregory Nutt
|
eac916c907
|
Fix some warnings
|
2016-06-13 11:48:20 -06:00 |
|
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
|
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
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -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
|
f65616f872
|
Replace confusing references to uIP with just 'the network'
|
2016-05-30 09:16:32 -06:00 |
|
Gregory Nutt
|
3d3b7b5422
|
EFM32, STM32, TIVA: Allow lower half driver to build if any ADC is selected. Should not depend on CONFIG_ADC.
|
2016-05-27 06:46:33 -06:00 |
|
Gregory Nutt
|
aa05767a00
|
Add ADC bind method to the Tiva ADC drivers
|
2016-05-26 12:39:22 -06:00 |
|