Gregory Nutt
|
8a37072e87
|
Backport the LPC32xx I2C driver to the LPC17xx in order to get the I2C_TRANSFER method
|
2016-01-30 11:26:38 -06:00 |
|
Gregory Nutt
|
cccfb11e38
|
Forgot to add a file in the last commit
|
2016-01-30 08:49:20 -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
|
40a665c93f
|
Rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:36:31 -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
|
531d73af41
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:35:46 -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
|
2591281375
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:01 -06:00 |
|
Gregory Nutt
|
9f9b85a932
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 07:59:44 -06:00 |
|
Vladimir Komendantskiy
|
19feab1bd6
|
drivers/modem/u-blox.c and include/nuttx/drivers/u-blox.h: Add an upper half driver for the U-Blox Modem. From Vladimir Komendantskiy
|
2016-01-30 07:37:43 -06:00 |
|
Gregory Nutt
|
8645b7c57f
|
Update submodule
|
2016-01-29 11:36:43 -06:00 |
|
Gregory Nutt
|
bfe51e3bc7
|
Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board)
|
2016-01-29 11:35:48 -06:00 |
|
Gregory Nutt
|
6239f2e2f1
|
Update ChangeLog
|
2016-01-29 11:35:19 -06:00 |
|
Gregory Nutt
|
33ed27a6bd
|
Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board)
|
2016-01-29 11:34:07 -06:00 |
|
Gregory Nutt
|
7061351b8b
|
Refresh a configuration
|
2016-01-29 10:06:07 -06:00 |
|
Gregory Nutt
|
7e8f3b503f
|
Move stm32_cxxinitialize.c from nuttx/configs/mikroe-stm32f4/src to apps/platform/mikrow-stm32f4/
|
2016-01-29 09:58:07 -06:00 |
|
Gregory Nutt
|
ca792558bf
|
Update ChangeLog; add ADS1242 driver to build system; fix some typos; eliminate some warning
|
2016-01-29 07:55:39 -06:00 |
|
Entinger Alexander
|
dc8c14aa53
|
Driver for the 24-Bit Differential Input ADC ADS1242 that communicates via SPI with a MCU. Reading the ADC conversion result as well as configuring the ADC, setting the input channel, etc. is implemented via ioctl calls. However, it does not yet implement the standard ADC interface.
|
2016-01-29 07:41:23 -06:00 |
|
Freddie Chopin
|
8203659ee5
|
stm32_rtc_endwr(): wait for RTC_CRL_RTOFF bit to be set. This ensures that the write "reaches" RTC registers before access is disabled by stm32_pwr_enablebkp().
|
2016-01-28 16:58:02 -06:00 |
|
Gregory Nutt
|
61819c0e3e
|
Fix a typo in last commit that was not noticed until CONFIG_SIG_EVTHREAD was enabled
|
2016-01-28 16:50:20 -06:00 |
|
Gregory Nutt
|
da5115e3e6
|
Correct an error in timer_created intoduced when SIGEV_THREAD support was added.
|
2016-01-28 16:38:54 -06:00 |
|
Gregory Nutt
|
254cddf84d
|
Replace spaces with tabs in Kconfig file
|
2016-01-28 13:00:15 -06:00 |
|
Gregory Nutt
|
eb53d0158e
|
Prep for NuttX-7.14 release
|
2016-01-28 11:36:36 -06:00 |
|
Gregory Nutt
|
c04e0d0777
|
Prep for NuttX-7.14 release
|
2016-01-28 11:36:08 -06:00 |
|
Gregory Nutt
|
4a59ff34e9
|
Update submodules
|
2016-01-28 09:53:47 -06:00 |
|
Gregory Nutt
|
c9137abe72
|
More missed SPI initialization function renaming; clean up some warnings
|
2016-01-28 09:53:22 -06:00 |
|
Gregory Nutt
|
5d0c914121
|
LPC2148: Missing spi initializatin prototype
|
2016-01-28 09:52:46 -06:00 |
|
Gregory Nutt
|
c1a7a20263
|
LM3S8962: Fix a missed name change, eliminate some warnings
|
2016-01-28 07:48:13 -06:00 |
|
Gregory Nutt
|
9f2ae5bb86
|
LPC43: Fix a naming collision with i2c_read
|
2016-01-28 07:47:32 -06:00 |
|
Gregory Nutt
|
a3510c07b5
|
Eliminate some warnings
|
2016-01-27 20:07:41 -06:00 |
|
Gregory Nutt
|
c1d4ce01e0
|
Update submodules
|
2016-01-27 16:42:01 -06:00 |
|
Gregory Nutt
|
4d2e423cf6
|
Calypso: Fix some typos in last SPI changes
|
2016-01-27 16:40:29 -06:00 |
|
Gregory Nutt
|
4323c6c170
|
Need to include sys/mount.h to avoid a warning
|
2016-01-27 16:08:51 -06:00 |
|
Gregory Nutt
|
f9e45122d4
|
Remove a dangling space
|
2016-01-27 13:43:29 -06:00 |
|
Gregory Nutt
|
7d6c2d150d
|
fs/vfs/fs_poll.c: Fix handling of sem_tickwait() return value sem_tickwait() does not return an -1+errno, it returns a negated errno value. Noted by Freddie Chopin.
|
2016-01-27 13:42:39 -06:00 |
|
Gregory Nutt
|
656e730f8f
|
apps/system/ramtron has been removed.
|
2016-01-27 10:39:30 -06:00 |
|
Gregory Nutt
|
fd896330d8
|
Remove the final vestiges of up_spiinitialize()
|
2016-01-27 09:27:56 -06:00 |
|
Gregory Nutt
|
7a13837fdd
|
Remove the final vestiges of up_spiinitialize()
|
2016-01-27 09:26:14 -06:00 |
|
Gregory Nutt
|
439620ab69
|
Update ChangeLog
|
2016-01-27 09:11:54 -06:00 |
|
Gregory Nutt
|
d152724d2a
|
For M9S12 MCUs, rename up_spiinitialize to hcs12_spibus_initialize
|
2016-01-27 09:11:08 -06:00 |
|
Gregory Nutt
|
a0ce222318
|
For M9S12 MCUs, rename up_spiinitialize to hcs12_spibus_initialize
|
2016-01-27 09:10:36 -06:00 |
|
Gregory Nutt
|
215dfe778b
|
For LPC2378 MCUs, rename up_spiinitialize to lpc23_spibus_initialize
|
2016-01-27 09:02:15 -06:00 |
|
Gregory Nutt
|
b4f0ad1af5
|
For i.MX1 MCUs, rename up_spiinitialize to imx_spibus_initialize
|
2016-01-27 08:57:34 -06:00 |
|
Gregory Nutt
|
bd5e6f784b
|
For STR71xx MCUs, rename up_spiinitialize to str71_spibus_initialize
|
2016-01-27 08:50:01 -06:00 |
|
Gregory Nutt
|
a0a643f144
|
For STR71xx MCUs, rename up_spiinitialize to str71_spibus_initialize
|
2016-01-27 08:49:49 -06:00 |
|
Gregory Nutt
|
3dc852166f
|
For NUC1xx MCUs, rename up_spiinitialize to nuc_spibus_initialize
|
2016-01-27 08:42:25 -06:00 |
|
Gregory Nutt
|
f002980b50
|
For eZ80 MCUs, rename up_spiinitialize to ez80_spibus_initialize
|
2016-01-27 08:39:02 -06:00 |
|
Gregory Nutt
|
59ba5719dd
|
Minor naming cleanup in comments
|
2016-01-27 08:38:33 -06:00 |
|
Gregory Nutt
|
7bf1db388c
|
Update ChangeLog
|
2016-01-27 08:22:44 -06:00 |
|
Gregory Nutt
|
a9dec09444
|
Minor fix to comment
|
2016-01-27 08:16:46 -06:00 |
|