Milan Babel
edb34b73c0
fixes for the wsn430
...
fixed vtimer for the msp430
added spi module for the wsn430 v1.3b
changed some variables to uintXX_t, fixes overflow on msp430
10 years ago
Martin Lenders
01f2cb2115
Add more destiny fixes
10 years ago
Martin Lenders
9e6d7f032a
Add tilde files to gitignore
10 years ago
Martin Lenders
fbca6f8a30
Make include paths in destiny relative
...
* When included by other modules the absolute paths of destiny
lead to problems
10 years ago
Oleg Hahm
de038ed38c
* some minor Makefile cleanup
10 years ago
Oleg Hahm
f1044c5ccd
Merge branch 'master' of github.com:RIOT-OS/RIOT
10 years ago
Oleg Hahm
cdad71d6e3
* fixed a bug in sbrk() by changing the counter variable from local to global
10 years ago
Oliver Hahm
2c6b406d2d
* renamed msp430_common module name
10 years ago
Oliver Hahm
336667a43a
Merge branch 'master' of github.com:RIOT-OS/RIOT
10 years ago
Oliver Hahm
d56081ddca
* fixed Makefile.include to compile all *.c files
10 years ago
Oliver Hahm
666c90ffe8
* made msb-a2 default for distribution Makefile
10 years ago
Oliver Hahm
33ff3c3e60
* added accidentally deleted author line
10 years ago
Oliver Hahm
4c97cb1642
* updated getting started documentation
10 years ago
Oliver Hahm
1491f6d8e0
* added quotes to main Makefile to deal with spaces in PATH
10 years ago
Oliver Hahm
e69da952de
* forbid the usage of '0' as an parameter for number_of_the_lowest_bit()
10 years ago
Oliver Hahm
3e5f91e728
* add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387
10 years ago
Oleg Hahm
f88ad9fe28
Merge branch 'master' of github.com:RIOT-OS/RIOT
10 years ago
Oleg Hahm
0f98e30230
* added getting started document
10 years ago
Oleg
3183929f20
Merge pull request #34 from authmillenon/remove_swtimer
...
Remove swtimer
10 years ago
Martin Lenders
07e8ac9c19
Remove swtimer
...
see #4
10 years ago
Oliver Hahm
95158bd38e
* fixed flasher flags in Makefile.include
10 years ago
Oliver Hahm
a918a9ddde
* removed include of signal.h
10 years ago
Oliver Hahm
fc3325b113
* set MCU to CPU if undefined
10 years ago
Oleg
1ee0196ef4
Merge pull request #33 from mikoff/master
...
updated Chronos support
10 years ago
Oliver Hahm
ad0b7a852d
* convert to coding conventions
10 years ago
mikoff
4f638eb887
All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed
10 years ago
Oleg Hahm
349bec1f0f
* added documentation to kernel_intern.h
10 years ago
Oleg Hahm
990b199d08
* let Make ignore non-empty directories on deleting (instead of letting rmdir ignore it)
10 years ago
Oleg Hahm
e8af0c42c3
* created prototype for cpu_switch_context_exit()
10 years ago
Oleg Hahm
ba3e778b61
* added website's URL to readme file
10 years ago
Oliver Hahm
3265910761
* renamed some struct members in cc110x driver to avoid naming conflicts with stm32f4discovery
10 years ago
Oliver Hahm
e6177e811a
* moved cpu and board specific parts to corresponding Makefiles
...
* introduced variable for cpu folder
10 years ago
Oleg Hahm
1c046ede23
Merge remote-tracking branch 'origin/shellprompt'
10 years ago
Oleg Hahm
b8c40b904e
* merged README files
10 years ago
Oleg
8e7f4e691d
Merge pull request #31 from LudwigOrtmann/master
...
migrate native to current Makefile structure
10 years ago
Oleg
7aa50718ed
Merge pull request #30 from benpicco/15d6070ad639b695b0abeef7474bc59a316017ac
...
set proper start of the stack in thread_stack_init for arm_common
10 years ago
Ludwig Ortmann
2883ca121e
migrate to current Makefile structure
10 years ago
Oliver Hahm
f31f77024f
Merge branch 'master' of github.com:RIOT-OS/RIOT
10 years ago
Oliver Hahm
3a69aa8ebc
* added arm_common to include path for lpc2387 in Makefile.modules
...
* cleaned dist/Makefile up
10 years ago
Oliver Hahm
8a175a5702
* added dependency for cc110x_ng to transceiver
10 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.
10 years ago
Oleg
2cd3a9c65b
Update README
10 years ago
Ludwig Ortmann
dfeae74661
lose > before output, prompt when ready for input
10 years ago
Oleg
0a50f17006
Merge pull request #27 from benpicco/net_module
...
add Makefiles to sys/net
10 years ago
Benjamin Valentin
4d73d17662
add Makefiles to sys/net
10 years ago
Oleg
ec11e9b1f3
Merge pull request #26 from LudwigOrtmann/master
...
added and improved doxygen documentation
10 years ago
Ludwig Ortmann
1a628ee810
remove unused define
10 years ago
Ludwig Ortmann
f8f9557b0b
fix error message
10 years ago
Ludwig Ortmann
175300e58c
add native cpu doxygen documentation,
...
also fix and improve some of the existing
10 years ago
Ludwig Ortmann
512d5aab0a
fix path in doxyfile to match current structure
10 years ago