Gregory Nutt
|
705b89e2d4
|
LPC17: Another erroneous change from SSP to SPI
|
2016-02-04 13:06:34 -06:00 |
|
Gregory Nutt
|
53895b9ddc
|
Update submodules
|
2016-02-04 12:27:11 -06:00 |
|
Gregory Nutt
|
9329034a4f
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:26:38 -06:00 |
|
Gregory Nutt
|
1753b639cc
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:25:49 -06:00 |
|
Gregory Nutt
|
e8a39c5eff
|
Update submodules
|
2016-02-04 12:17:54 -06:00 |
|
Gregory Nutt
|
9ed7d56a18
|
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
|
2016-02-04 12:14:17 -06:00 |
|
Gregory Nutt
|
95d6131847
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:06:33 -06:00 |
|
Gregory Nutt
|
36bb11d77c
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:03:09 -06:00 |
|
Gregory Nutt
|
7a72a42d47
|
Rename tm4c_spi.. to tm4c_ssi..
|
2016-02-04 10:57:25 -06:00 |
|
Gregory Nutt
|
1f86cf1c55
|
Rename lm_spi.. to lm_ssi..
|
2016-02-04 10:41:41 -06:00 |
|
Gregory Nutt
|
48a7a4eff6
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:36:39 -06:00 |
|
Gregory Nutt
|
341fbe1186
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:33:15 -06:00 |
|
Gregory Nutt
|
2c59992fb4
|
LPC11/17/43: Fix some extensive naming problems. All SSP functions were accidentally renamed to SPI functions.
|
2016-02-04 10:24:32 -06:00 |
|
Gregory Nutt
|
ef64f8b3f4
|
Missed spiinitialize name change
|
2016-02-04 10:15:51 -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
|
d511afd507
|
LPC31: Fix an unmatching function prototype
|
2016-02-03 18:11:42 -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
|
1166e311b0
|
Networking: Remove the HSEC argument from devif_timer.
|
2016-02-03 11:17:15 -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
|
578402f8b5
|
Fix some spacing in a comment
|
2016-02-03 10:33:59 -06:00 |
|
Gregory Nutt
|
d2b2cd3415
|
Duplicate Manuel's EMAC driver fix to every other driver that supports CONFIG_NET_NOINTS
|
2016-02-03 10:33:22 -06:00 |
|
Manuel Stuehn
|
7236e742ab
|
STM32 Ethernet: Fix a cornercase where the TX poll timer is not restarted.
|
2016-02-03 08:24:49 -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
|
d5cbcc1293
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -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
|
a135df609f
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -06:00 |
|
Gregory Nutt
|
1e4f2ae2c1
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -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
|
d2571985ef
|
I2C: up_i2creset should not be a global function; Now it is an I2C interface method
|
2016-02-02 11:21:45 -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
|
f1a5a6dfc7
|
I2C: Fixes/improvements from last massive I2C commits
|
2016-02-02 07:12:50 -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
|
30624c8dfa
|
EFM32, STM32, and Tiva I2C Drivers: Clean up some kruft that is no longer needed after the last massive I2C interfcase change
|
2016-02-01 19:51:55 -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
|
c9a7d48cb2
|
I2C: Fix some compile time issues found with tools/testbuild.sh
|
2016-02-01 18:02:39 -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
|
13acc0d0a3
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:31:01 -06:00 |
|
Gregory Nutt
|
0693e76be8
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:30:29 -06:00 |
|
Gregory Nutt
|
6ad641888b
|
Add I2C frequency to the i2c_msg_s structure
|
2016-02-01 14:17:20 -06:00 |
|