Gregory Nutt
|
89bea6917c
|
Kconfig: Architecture must indicate that it support multiple CPUs in order to enable SMP
|
2016-02-10 17:31:16 -06:00 |
|
Gregory Nutt
|
2f08f2fe6c
|
Missed something in the last commit
|
2016-02-10 17:30:29 -06:00 |
|
Gregory Nutt
|
0dbbf19fea
|
SIM: Kconfig now indicates that it supports multiple CPUs.
|
2016-02-10 17:29:04 -06:00 |
|
Gregory Nutt
|
8a1789ba11
|
Update ChangeLog
|
2016-02-10 14:58:55 -06:00 |
|
Gregory Nutt
|
52f88b0625
|
SIM: Add simulation of a multi-CPU processor
|
2016-02-10 14:58:21 -06:00 |
|
Gregory Nutt
|
47a5663f8c
|
SMP: A few preliminary data structure definitions
|
2016-02-10 11:45:26 -06:00 |
|
Gregory Nutt
|
5e91bf9a03
|
SIM: Add a fake spinlock.h header file that may be useful someday for testing of SMP features
|
2016-02-10 10:33:37 -06:00 |
|
Gregory Nutt
|
b022f1e9d8
|
Add basic support for spinlocks (not currently used by anything)
|
2016-02-09 13:48:59 -06:00 |
|
Gregory Nutt
|
6181711942
|
Correct some comments
|
2016-02-09 13:48:16 -06:00 |
|
Gregory Nutt
|
a6eb9a351c
|
Add spinlock support for ARMv7-M architectures
|
2016-02-09 13:44:22 -06:00 |
|
Gregory Nutt
|
98e9e7d768
|
Add spinlock support for ARMv7-R architectures
|
2016-02-09 13:01:32 -06:00 |
|
Gregory Nutt
|
5d449e9991
|
Add spinlock support for ARMv7-A architectures
|
2016-02-09 12:53:10 -06:00 |
|
Gregory Nutt
|
74db48202e
|
sched/: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:44:41 -06:00 |
|
Gregory Nutt
|
24428f7a59
|
z80 family: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:32:25 -06:00 |
|
Gregory Nutt
|
4078a3134e
|
z16: Replace explict references to g_readytorun with indirect references via the this_task() macro
|
2016-02-06 17:17:17 -06:00 |
|
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 |
|