Oleg Hahm
ba3e778b61
* added website's URL to readme file
11 years ago
Oliver Hahm
3265910761
* renamed some struct members in cc110x driver to avoid naming conflicts with stm32f4discovery
11 years ago
Oliver Hahm
e6177e811a
* moved cpu and board specific parts to corresponding Makefiles
...
* introduced variable for cpu folder
11 years ago
Oleg Hahm
1c046ede23
Merge remote-tracking branch 'origin/shellprompt'
11 years ago
Oleg Hahm
b8c40b904e
* merged README files
11 years ago
Oleg
8e7f4e691d
Merge pull request #31 from LudwigOrtmann/master
...
migrate native to current Makefile structure
11 years ago
Oleg
7aa50718ed
Merge pull request #30 from benpicco/15d6070ad639b695b0abeef7474bc59a316017ac
...
set proper start of the stack in thread_stack_init for arm_common
11 years ago
Ludwig Ortmann
2883ca121e
migrate to current Makefile structure
11 years ago
Oliver Hahm
f31f77024f
Merge branch 'master' of github.com:RIOT-OS/RIOT
11 years ago
Oliver Hahm
3a69aa8ebc
* added arm_common to include path for lpc2387 in Makefile.modules
...
* cleaned dist/Makefile up
11 years ago
Oliver Hahm
8a175a5702
* added dependency for cc110x_ng to transceiver
11 years ago
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.
11 years ago
Oleg
2cd3a9c65b
Update README
11 years ago
Ludwig Ortmann
dfeae74661
lose > before output, prompt when ready for input
11 years ago
Oleg
0a50f17006
Merge pull request #27 from benpicco/net_module
...
add Makefiles to sys/net
11 years ago
Benjamin Valentin
4d73d17662
add Makefiles to sys/net
11 years ago
Oleg
ec11e9b1f3
Merge pull request #26 from LudwigOrtmann/master
...
added and improved doxygen documentation
11 years ago
Ludwig Ortmann
1a628ee810
remove unused define
11 years ago
Ludwig Ortmann
f8f9557b0b
fix error message
11 years ago
Ludwig Ortmann
175300e58c
add native cpu doxygen documentation,
...
also fix and improve some of the existing
11 years ago
Ludwig Ortmann
512d5aab0a
fix path in doxyfile to match current structure
11 years ago
Oliver Hahm
7cef6c4655
* adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f
11 years ago
Oleg
bd5b46628f
Merge pull request #24 from LudwigOrtmann/master
...
primitive native cpu target
11 years ago
Ludwig Ortmann
8019551694
renamed makefiles within Makefiles
11 years ago
Ludwig Ortmann
3ec4800ae8
renamed makefiles
11 years ago
Ludwig Ortmann
f8973bb007
Merge remote-tracking branch 'upstream/master'
11 years ago
Oliver Hahm
7e395a6252
Merge branch 'master' of github.com:RIOT-OS/RIOT
11 years ago
Oleg
1c3a4f3ae9
Update mainpage.txt
11 years ago
Oliver Hahm
c05c8a248c
* added a Makefile.include for generic includes
11 years ago
Oliver Hahm
0d06e1bc18
Merge branch 'master' of github.com:RIOT-OS/RIOT
11 years ago
Oliver Hahm
7a4dec1830
* replaced new Makefile name in Makefiles
11 years ago
Oliver Hahm
5ffe5a9c27
* renamed makefiles to Makefile
11 years ago
Oleg Hahm
dd32345011
* included modifications suggested by Ludwig
11 years ago
Oleg Hahm
2ed63bd5c6
* removed outdated (and probably confusing) FeuerWhere project as an author
11 years ago
Oleg Hahm
4f45305805
* created a mainpage for the RIOT documentation
11 years ago
Oleg Hahm
77859ebc90
* fixed path for riot.css
11 years ago
Oleg Hahm
7913868bc9
* changed html stylesheet to custom one
11 years ago
Oleg Hahm
2277b366b2
* removed outdated occurrences of (u|µ)kleos and FeuerWare
11 years ago
Oleg Hahm
f6932d3941
* removed manual.doc
11 years ago
Oleg Hahm
bae6d13bdc
* fixed fileending
11 years ago
Oleg Hahm
2651bb2bf8
Merge branch 'master' of github.com:RIOT-OS/RIOT
11 years ago
Oleg Hahm
02897cbd1d
* removed unnecessary includes from msp430-common files
11 years ago
Oleg
5eb5b1b4e9
Merge pull request #20 from benpicco/master
...
Make sendto() and accept() interfaces conform to POSIX,
11 years ago
Benjamin Valentin
c5bd1fa8f1
make sendto() and accept() interfaces conform to POSIX, doesn't change anything as addrlen is unused anyway
11 years ago
Oleg Hahm
68c9a60348
* fixed a copy&paste error in hwtimer_arch.h
11 years ago
Ludwig Ortmann
144ebba9ca
fix some compiler warnings
11 years ago
Ludwig Ortmann
795ab695c0
copyright preambel
11 years ago
Ludwig Ortmann
d65536f77b
native cpu initial import
11 years ago
Oleg Hahm
64434feea4
* removed board submodule
11 years ago
Oleg Hahm
48e5df9bef
* some clean up
...
* assert active_thread pointer before saving it
11 years ago