Gregory Nutt
|
b0bcd82ba7
|
x86: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:10:44 -06:00 |
|
Gregory Nutt
|
a1126361da
|
sim: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:05:55 -06:00 |
|
Gregory Nutt
|
edc51a14cd
|
SH: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:00:02 -06:00 |
|
Gregory Nutt
|
2dff5b27b7
|
SH: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 16:56:49 -06:00 |
|
Gregory Nutt
|
dc574dfd2e
|
RGMP: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 16:52:38 -06:00 |
|
Gregory Nutt
|
b373894fbc
|
MIPS: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 16:49:34 -06:00 |
|
Gregory Nutt
|
2b8d1fcbdb
|
HC: Replace explicit references to g_readytorun with indirect references via the macro this_task()
|
2016-02-06 15:20:08 -06:00 |
|
Gregory Nutt
|
c62177be00
|
AVR: Replace explicit references to g_readytorun with indirect references via the macro this_task()
|
2016-02-06 13:55:15 -06:00 |
|
Gregory Nutt
|
ed4e3c0a9e
|
ARM: Replace explicit references to g_readytorun with indirect references via the macro this_task()
|
2016-02-06 13:41:28 -06:00 |
|
Gregory Nutt
|
50cf53914c
|
Update submodule; Improve some comments
|
2016-02-05 10:23:39 -06:00 |
|
Gregory Nutt
|
03b382d443
|
SAM3/4, SAMA5, SAMv7 Tickless: Refuse to call lower-level timer logic if not yet initialized
|
2016-02-05 10:22:11 -06:00 |
|
Gregory Nutt
|
e8a39c5eff
|
Update submodules
|
2016-02-04 12:17:54 -06:00 |
|
Gregory Nutt
|
341fbe1186
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:33:15 -06:00 |
|
Gregory Nutt
|
ef64f8b3f4
|
Missed spiinitialize name change
|
2016-02-04 10:15:51 -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
|
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
|
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
|
95df32a5ce
|
Update ChangeLog
|
2016-02-02 12:27:26 -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
|
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
|
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
|
69ce24c70c
|
I2C: Remove the setfrequency method from the interface
|
2016-02-01 16:31:13 -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 |
|
Gregory Nutt
|
bec6f373a7
|
I2C: Cosmetic changes
|
2016-02-01 14:15:52 -06:00 |
|
Gregory Nutt
|
f9053182d3
|
I2C: Remove setaddress method
|
2016-02-01 12:14:31 -06:00 |
|
Gregory Nutt
|
a64f36a63e
|
I2C: Remove setaddress method
|
2016-02-01 12:14:20 -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
|
ce988c7ed3
|
Remove the read and write methods from the I2C interface
|
2016-02-01 09:22:10 -06:00 |
|
Gregory Nutt
|
fa2448fe63
|
Update submodules
|
2016-01-31 15:39:43 -06:00 |
|
Gregory Nutt
|
91fa0b9616
|
More SPI initialize naming clarification
|
2016-01-31 15:38:28 -06:00 |
|
Gregory Nutt
|
10000841a8
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:16:05 -06:00 |
|
Gregory Nutt
|
2171438c61
|
I2C_TRANSFER support is no longer optional
|
2016-01-31 14:00:53 -06:00 |
|
Gregory Nutt
|
2d41fb26b8
|
z8 I2C driver now supports the I2C_TRANSFER method
|
2016-01-31 13:49:34 -06:00 |
|
Gregory Nutt
|
74d2073fca
|
ez80: Fix some compile errors when I2C_TRANSFER is enabled
|
2016-01-31 13:08:43 -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
|
e4629af2bc
|
ez80: Add I2C_TRANSFER method to the I2C driver; Fixes for working with ZDS-II toolchain (still some problems with internal errors; Various fixes due to bit rot
|
2016-01-31 12:43:14 -06:00 |
|
Gregory Nutt
|
10f3bb1fef
|
Update ChangeLog
|
2016-01-30 13:08:12 -06:00 |
|
Gregory Nutt
|
b5019c4b54
|
Backport the LPC17xx I2C driver to the LPC2378 in order to get the I2C_TRANSFER method.
|
2016-01-30 13:06:18 -06:00 |
|