Gregory Nutt
|
3872055daa
|
drivers/audio/wm8904: WM8904 has same problem as that fixed by Juha Niskanen in the MaxTouch driver.
|
2017-03-21 07:20:45 -06:00 |
|
Gregory Nutt
|
b4ff7391f8
|
Convert more drivers to use use irq_attach with argument.
|
2017-02-27 10:44:13 -06:00 |
|
Gregory Nutt
|
5e09de3703
|
drivers/tone.c: 50% duty needs to be expressed a a fixed precision number
|
2017-02-22 06:35:20 -06:00 |
|
Gregory Nutt
|
ae86d7a8c8
|
Fix mismatched function prototype.
|
2017-02-21 07:48:00 -06:00 |
|
Gregory Nutt
|
c776407f64
|
This should resolve issue #30: Audio Tone Generator and PWM Multiple Output Channel options. I don't actually have a setup to verify it, however.
|
2017-02-20 17:26:56 -06:00 |
|
Gregory Nutt
|
a92a865be6
|
TABs instead of spaces in Kconfig
|
2017-02-20 14:29:56 -06:00 |
|
Gregory Nutt
|
cbebd9c99b
|
Lower case hex
|
2016-08-17 17:32:53 -06:00 |
|
Alan Carvalho de Assis
|
d3a5bd4ba0
|
drivers/audio/tonic.: Remove dependency on LIBM for creating a static table with frequencies notes.
|
2016-08-17 16:41:00 -06:00 |
|
Alan Carvalho de Assis
|
229a200734
|
Add NULL termination to tune string and fix missing break
|
2016-08-17 16:34:49 -06:00 |
|
Alan Carvalho de Assis
|
8b99dd4cdb
|
drivers/audio: Add Audio Tone Generator for NuttX
|
2016-08-16 13:20:05 -06:00 |
|
Gregory Nutt
|
23a876ab9c
|
Move include/nuttx/math.h to include/nuttx/lib/math.h
|
2016-07-21 13:58:09 -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
|
8ce929a915
|
Centralize definitions associated with CONFIG_DEBUG_I2S
|
2016-06-15 16:54:01 -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
|
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
|
2244ed46bc
|
nuttx/drivers: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 07:32:58 -06:00 |
|
Gregory Nutt
|
9ce58ad5b7
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:48 -06:00 |
|
Gregory Nutt
|
69ce24c70c
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:31:13 -06:00 |
|
Gregory Nutt
|
6ad641888b
|
Add I2C frequency to the i2c_msg_s structure
|
2016-02-01 14:17:20 -06:00 |
|
Gregory Nutt
|
f9053182d3
|
I2C: Remove setaddress method
|
2016-02-01 12:14:31 -06:00 |
|
Gregory Nutt
|
8c9bddf998
|
I2C: Eliminate the I2C_WRITE and I2C_READ macros
|
2016-02-01 08:57:22 -06:00 |
|
Gregory Nutt
|
3a781a2d3f
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:47 -06:00 |
|
Gregory Nutt
|
ceb415204e
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:16 -06:00 |
|
Gregory Nutt
|
f6e49caba8
|
All SPI-based device drivers needs to call SPI_HWFEATURES() with zero in order to co-exist with drivers that use H/W features
|
2016-01-23 16:18:13 -06:00 |
|
Gregory Nutt
|
cf14f8d1b5
|
drivers/: Fixes to spacing and alignement
|
2015-10-10 10:41:00 -06:00 |
|
Gregory Nutt
|
342f5fe33d
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
e4d2822af8
|
Make some file section headers more consistent with standard
|
2015-04-08 07:15:32 -06:00 |
|
Gregory Nutt
|
b285162e79
|
Fix some warnings in audio code causing by fixing the prototypes of mq_send() and mq_receive()
|
2015-02-09 12:50:04 -06:00 |
|
Gregory Nutt
|
2994448d85
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
d7d759f7a7
|
Update everything under nuttx/drivers to use the corrected syslog interfaces
|
2014-10-08 10:18:58 -06:00 |
|
Gregory Nutt
|
205260d5e2
|
Reanem kzalloc to kmm_zalloc for consistency
|
2014-08-31 17:34:44 -06:00 |
|
Gregory Nutt
|
1780810d3d
|
Rename kmalloc to kmm_malloc for consistency
|
2014-08-31 17:26:36 -06:00 |
|
Gregory Nutt
|
54fa3b0b59
|
Rename kfree to kmm_free for consistency with other naming conventions
|
2014-08-31 17:04:02 -06:00 |
|
Gregory Nutt
|
a3e28c2c16
|
audio NULL driver: Fix an error in a variable name
|
2014-08-09 10:33:31 -06:00 |
|
Gregory Nutt
|
6e0acd7cd4
|
WM8904: Don't use MSEC2TICK in timeout calculation
|
2014-08-08 11:02:45 -06:00 |
|
Gregory Nutt
|
c9661ad5a7
|
Change all time conversions. Yech. New timer units in microseconds breaks all existing logic that used milliseconds in the conversions. Something likely got broken doing this, probably because I confused a MSEC2TICK conversion with a TICK2MSEC conversion. Also, the tickless OS no appears fully functional and passes the OS test on the simulator with no errors
|
2014-08-07 18:00:38 -06:00 |
|
Gregory Nutt
|
bb29ba0a00
|
Costmetic changes
|
2014-08-05 10:03:29 -06:00 |
|
Gregory Nutt
|
8065ab73a4
|
WM8904: Add reset logic to put the part back in its initial state after playing each WAV file. Base samles per second on frame length, not bits-per-sample. Use a different frame length for 8-bit and 16-bit data
|
2014-08-04 19:26:43 -06:00 |
|
Gregory Nutt
|
dc8b040573
|
WM8904: Correct calculation of bitrate (I am not sure why this is correct). LR clock divisor is now a constant 32-bits per frame. Conditioned out interrupt logic; it is not being used. Also added some FLL lock interrupt/poll logic (which was subsequently disabled).
|
2014-08-04 15:08:20 -06:00 |
|
Gregory Nutt
|
c68e42c437
|
WM8904: Restore mystery bit in setup that was accidentally tossed before
|
2014-08-03 19:29:02 -06:00 |
|
Gregory Nutt
|
678c0aac8d
|
WM8904: Tried disabling the SYSCLK while updating the FLL. Didn't help but is still probably a correct change
|
2014-08-03 18:44:51 -06:00 |
|
Gregory Nutt
|
72b739fbcb
|
WM8904: Add logic to analyze BCLK setup
|
2014-08-03 17:11:38 -06:00 |
|
Gregory Nutt
|
b9384ced60
|
WM8904: Various updates to get BCLK/LRCLK correct. Acutally worse the parent, but I think is on the right track
|
2014-08-03 13:28:20 -06:00 |
|
Gregory Nutt
|
b0d0ac72a7
|
WM8904 driver: Disable the FFL at the end of playing.
|
2014-08-02 14:28:10 -06:00 |
|
Gregory Nutt
|
a2d6c0c2b4
|
WM8904: Add logic to program the FLL to achieve the bitrate
|
2014-08-02 12:40:57 -06:00 |
|
Gregory Nutt
|
f4bc0ad99a
|
WM8904: Add an option to control WM8904 register dumping
|
2014-08-02 06:52:42 -06:00 |
|