Oleg Hahm
1c046ede23
Merge remote-tracking branch 'origin/shellprompt'
2013-03-21 18:07:24 +01:00
Oleg Hahm
1b2d192556
* fixed bindir creation in msba2 Makefile
2013-03-21 17:49:59 +01:00
Oleg Hahm
b8c40b904e
* merged README files
2013-03-21 17:13:01 +01:00
Ludwig Ortmann
671cb6560f
native cc110x_ng placebo
2013-03-21 17:08:41 +01:00
Oleg
07e8a7e25b
Merge pull request #3 from LudwigOrtmann/master
...
patch native board for current Makefile structure
2013-03-21 09:07:49 -07:00
Ludwig Ortmann
1197314093
native cpu fixes
...
init hwtimer with interrupts enabled
more error checking for hwtimer
fix signal handler init in hwtimer
error checking for irq (not necessary yet afaik)
2013-03-21 16:55:57 +01:00
Oleg
8e7f4e691d
Merge pull request #31 from LudwigOrtmann/master
...
migrate native to current Makefile structure
2013-03-20 08:43:36 -07:00
Oleg
7aa50718ed
Merge pull request #30 from benpicco/15d6070ad639b695b0abeef7474bc59a316017ac
...
set proper start of the stack in thread_stack_init for arm_common
2013-03-20 08:41:50 -07:00
Ludwig Ortmann
2883ca121e
migrate to current Makefile structure
2013-03-19 22:32:22 +01:00
Ludwig Ortmann
3b8adabdbd
migrate to current Makefile structure
2013-03-19 22:02:22 +01:00
Oliver Hahm
5b472cd310
Merge branch 'master' of github.com:RIOT-OS/boards
2013-03-19 17:59:10 +01:00
Oliver Hahm
f31f77024f
Merge branch 'master' of github.com:RIOT-OS/RIOT
2013-03-19 17:59:01 +01:00
Oliver Hahm
1604de8c55
* added msba2-common/include to INCLUDE path for msba2
2013-03-19 17:57:43 +01:00
Oliver Hahm
3a69aa8ebc
* added arm_common to include path for lpc2387 in Makefile.modules
...
* cleaned dist/Makefile up
2013-03-19 17:56:26 +01:00
Oliver Hahm
8a175a5702
* added dependency for cc110x_ng to transceiver
2013-03-19 17:46:24 +01:00
Benjamin Valentin
15d6070ad6
fix bug introduced by 7cef6c4655
...
stack_start used to be stack_start + stack_size, so re-setting stk to stack_start would set the pointer to the *end* of the stack instead of the beginning.
2013-03-19 16:57:32 +01:00
Oleg
2cd3a9c65b
Update README
2013-03-19 15:50:13 +01:00
Stephan Arndt
c161b43d78
changed some printf statements into puts
2013-03-19 14:07:31 +01:00
Stephan Arndt
07a7f10798
changed buffer sizes for debugging
2013-03-19 14:04:23 +01:00
Oleg Hahm
ed854eb130
Merge branch 'master' of github.com:RIOT-OS/boards
2013-03-18 19:37:05 +01:00
Oleg Hahm
defd7cef13
* fixed lpc2k_pgm (was broken in d901708543
)
2013-03-18 19:35:39 +01:00
Stephan Arndt
5a2bc468c4
threads dont overflow anymore, still hangs at random counts of sent beacon packets
2013-03-18 19:22:07 +01:00
Ludwig Ortmann
dfeae74661
lose > before output, prompt when ready for input
2013-03-18 15:37:32 +01:00
Oleg
0a50f17006
Merge pull request #27 from benpicco/net_module
...
add Makefiles to sys/net
2013-03-17 14:43:12 -07:00
Benjamin Valentin
4d73d17662
add Makefiles to sys/net
2013-03-16 17:27:27 +01:00
Stephan Arndt
adfc3306ab
WARNING: BROKEN COMMIT added not working etx_beaconing into rpl, added small vtimer debug changes, changed cc1100 default mode
2013-03-15 17:48:13 +01:00
Oleg
6f8650a9f7
Merge pull request #2 from LudwigOrtmann/master
...
Native board doxygen integration
2013-03-13 21:18:03 -07:00
Oleg
ec11e9b1f3
Merge pull request #26 from LudwigOrtmann/master
...
added and improved doxygen documentation
2013-03-13 21:07:51 -07:00
Ludwig Ortmann
1a628ee810
remove unused define
2013-03-13 22:01:04 +01:00
Ludwig Ortmann
f8f9557b0b
fix error message
2013-03-13 22:00:41 +01:00
Ludwig Ortmann
175300e58c
add native cpu doxygen documentation,
...
also fix and improve some of the existing
2013-03-13 21:56:56 +01:00
Ludwig Ortmann
512d5aab0a
fix path in doxyfile to match current structure
2013-03-13 21:47:32 +01:00
Ludwig Ortmann
6bdc257369
add doxygen documentation
2013-03-13 21:45:28 +01:00
Oliver Hahm
fa62cfe688
* deleted Jam files
2013-03-13 17:46:48 +01:00
Oliver Hahm
679aca926a
* added Makefile.include to msba2(-common)
2013-03-13 16:52:00 +01:00
Oliver Hahm
7cef6c4655
* adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f
2013-03-13 16:49:23 +01:00
Oleg
163d43b008
Merge pull request #1 from LudwigOrtmann/master
...
Native board
2013-03-13 08:42:27 -07:00
Oliver Hahm
b7868513fe
Merge branch 'master' of github.com:RIOT-OS/boards
2013-03-13 16:41:06 +01:00
Oleg
bd5b46628f
Merge pull request #24 from LudwigOrtmann/master
...
primitive native cpu target
2013-03-13 08:39:27 -07:00
Ludwig Ortmann
8019551694
renamed makefiles within Makefiles
2013-03-12 16:03:37 +01:00
Ludwig Ortmann
9f9308b4d1
renamed makefile
2013-03-12 15:51:09 +01:00
Ludwig Ortmann
7bf1dd72f8
Merge remote-tracking branch 'upstream/master'
2013-03-12 15:50:04 +01:00
Ludwig Ortmann
3ec4800ae8
renamed makefiles
2013-03-12 15:44:12 +01:00
Stephan Arndt
f5a59ab319
added a header file for rpl test project
2013-03-12 15:39:31 +01:00
Ludwig Ortmann
f8973bb007
Merge remote-tracking branch 'upstream/master'
2013-03-12 15:23:24 +01:00
Oliver Hahm
7e395a6252
Merge branch 'master' of github.com:RIOT-OS/RIOT
2013-03-11 16:46:09 +01:00
Oleg
1c3a4f3ae9
Update mainpage.txt
2013-03-11 16:21:15 +01:00
Oliver Hahm
c05c8a248c
* added a Makefile.include for generic includes
2013-03-10 16:51:40 +01:00
Oliver Hahm
8df4d77996
* renamed makefiles to Makefile
...
* included a more convenient approach to organize Makefiles
2013-03-10 16:50:50 +01:00
Oliver Hahm
0d06e1bc18
Merge branch 'master' of github.com:RIOT-OS/RIOT
2013-03-10 16:46:46 +01:00