Gregory Nutt
|
53895b9ddc
|
Update submodules
|
2016-02-04 12:27:11 -06:00 |
|
Gregory Nutt
|
e8a39c5eff
|
Update submodules
|
2016-02-04 12:17:54 -06:00 |
|
Gregory Nutt
|
216eea4543
|
Net: Fix some errors introduced into the ENC28J60 driver; fix type of wd_start arguments.
|
2016-02-04 08:55:10 -06:00 |
|
Gregory Nutt
|
b5024263e9
|
Networking: Add a trivial cast
|
2016-02-03 18:12:19 -06:00 |
|
Gregory Nutt
|
41164740a5
|
Network: Improve half-second conversion
|
2016-02-03 13:08:19 -06:00 |
|
Gregory Nutt
|
cea3854dea
|
PCA5555: Add logic to make the driver thread safe. Problem noted by Stefan Kolb.
|
2016-02-03 12:39:11 -06:00 |
|
Gregory Nutt
|
dea24c503a
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 12:12:41 -06:00 |
|
Gregory Nutt
|
ff1e057364
|
Missed one EMAC driver in the last commit
|
2016-02-03 10:55:51 -06:00 |
|
Gregory Nutt
|
42c365aab1
|
Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS
|
2016-02-03 10:34:10 -06:00 |
|
Gregory Nutt
|
8fa9b99e7c
|
I2C driver should support the RESET method as well
|
2016-02-03 07:32:25 -06:00 |
|
Gregory Nutt
|
be3e86ec89
|
Fix a typo in a DEBUGASSERT statement
|
2016-02-02 14:41:25 -06:00 |
|
Gregory Nutt
|
03d868be3c
|
I2C: Fix a naming error
|
2016-02-02 14:23:33 -06:00 |
|
Gregory Nutt
|
e5d86dd3fc
|
Oops. Apparently a copy'n'paste was accidentally a cut'n'paste
|
2016-02-02 12:53:32 -06:00 |
|
Gregory Nutt
|
95df32a5ce
|
Update ChangeLog
|
2016-02-02 12:27:26 -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
|
52ef3b2d23
|
I2CTOOL: Now uses the I2C driver instead of direct calls into the OS
|
2016-02-02 10:24:49 -06:00 |
|
Gregory Nutt
|
4a34a199dd
|
I2C: Add an I2C character driver
|
2016-02-02 08:30:54 -06:00 |
|
Gregory Nutt
|
009e9f76cb
|
I2C: Fixes/improvements from last massive I2C commits
|
2016-02-02 07:13:03 -06:00 |
|
Gregory Nutt
|
4304405bba
|
I2C Slave: I don't think that the setfrequency method makes sense in a slave interface.
|
2016-02-02 06:07:51 -06:00 |
|
Gregory Nutt
|
456b5f06dc
|
Clean up some comments
|
2016-02-01 19:52:16 -06:00 |
|
Gregory Nutt
|
4cfbe50c0d
|
I2C: Fix some compile time issues found with tools/testbuild.sh
|
2016-02-01 18:02:56 -06:00 |
|
Gregory Nutt
|
2ec738d7ed
|
Update TODO
|
2016-02-01 16:34:18 -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
|
ecdc428086
|
Remove the read and write methods from the I2C interface
|
2016-02-01 09:22:22 -06:00 |
|
Gregory Nutt
|
8c9bddf998
|
I2C: Eliminate the I2C_WRITE and I2C_READ macros
|
2016-02-01 08:57:22 -06:00 |
|
Gregory Nutt
|
fa2448fe63
|
Update submodules
|
2016-01-31 15:39:43 -06:00 |
|
Gregory Nutt
|
10000841a8
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:16:05 -06:00 |
|
Gregory Nutt
|
9370b94241
|
compiler.h: Missing IOBJ/IPTR definitions for the ZDS-II toolchain
|
2016-01-31 12:44:44 -06:00 |
|
Gregory Nutt
|
670c041e71
|
Update Changelog, submoduels, and README
|
2016-01-31 08:51:24 -06:00 |
|
Gregory Nutt
|
10f3bb1fef
|
Update ChangeLog
|
2016-01-30 13:08:12 -06:00 |
|
Gregory Nutt
|
80476a16e2
|
Update ChangeLog
|
2016-01-30 12:20:32 -06:00 |
|
Gregory Nutt
|
af335827d0
|
Update ChangeLog
|
2016-01-30 11:27:49 -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
|
ceb415204e
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:16 -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
|
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
|
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 |
|
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
|
eb53d0158e
|
Prep for NuttX-7.14 release
|
2016-01-28 11:36:36 -06:00 |
|
Gregory Nutt
|
4a59ff34e9
|
Update submodules
|
2016-01-28 09:53:47 -06:00 |
|
Gregory Nutt
|
c1d4ce01e0
|
Update submodules
|
2016-01-27 16:42:01 -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 |
|