Gregory Nutt
0de294a586
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
Mark Schulte
b3222bbc8a
irq_dispatch: Add argument pointer to irq_dispatch
...
Provide a user defined callback context for irq's, such that when
registering a callback users can provide a pointer that will get
passed back when the isr is called.
2017-02-27 06:27:56 -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
Gregory Nutt
a1469a3e95
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
2016-06-11 15:50:49 -06:00
Gregory Nutt
fc3540cffe
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
Gregory Nutt
1699561bb6
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-13 12:37:46 -06:00
Gregory Nutt
a135df609f
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
2016-02-02 12:25:14 -06:00
Gregory Nutt
1615a5ead0
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
2016-01-30 08:35:50 -06:00
Gregory Nutt
2591281375
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
2016-01-30 08:00:01 -06:00
Gregory Nutt
68a97a53ac
Make some file section headers more consistent with standard
2015-04-08 09:15:17 -06:00
Gregory Nutt
cff5132179
SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selected
2014-08-11 14:29:43 -06:00
Gregory Nutt
971e14eeb1
WM8904 interface enable method now returns the previous interrupt state. Correct ordering of some WM8904: Need to provide MCLK before initializing the WM8904, not after
2014-08-04 14:56:20 -06:00
Gregory Nutt
02e5721251
SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLK
2014-08-03 11:01:02 -06:00
Gregory Nutt
0b23fc2c86
WM8904: Ad the MCLK frequency to the interface definition. The WM8904 driver needs to know this frequency in order to configure the FLL to generate the correct bitrate
2014-08-01 18:37:56 -06:00
Gregory Nutt
b722e46427
SAMA5 WM8904: Fix errors in programmable clock output configuration
2014-08-01 15:18:58 -06:00
Gregory Nutt
b1d63af30e
SAMA5D3X-EK: Add support for the WM8904 audio CODEC
2014-07-31 11:15:52 -06:00