1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

649 Commits

Author SHA1 Message Date
Oliver Hahm
d56081ddca * fixed Makefile.include to compile all *.c files 2013-04-22 00:55:11 +02:00
Oliver Hahm
33ff3c3e60 * added accidentally deleted author line 2013-04-17 12:12:45 +02:00
Oliver Hahm
4c97cb1642 * updated getting started documentation 2013-04-17 12:09:42 +02:00
Oliver Hahm
1491f6d8e0 * added quotes to main Makefile to deal with spaces in PATH 2013-04-17 12:09:08 +02:00
Oliver Hahm
e69da952de * forbid the usage of '0' as an parameter for number_of_the_lowest_bit() 2013-04-16 14:00:49 +02:00
Oliver Hahm
3e5f91e728 * add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387 2013-04-15 14:45:39 +02:00
Oleg Hahm
f88ad9fe28 Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-04-12 18:11:22 +02:00
Oleg Hahm
0f98e30230 * added getting started document 2013-04-12 18:11:02 +02:00
Oleg
3183929f20 Merge pull request #34 from authmillenon/remove_swtimer
Remove swtimer
2013-04-12 09:00:12 -07:00
Martin Lenders
07e8ac9c19 Remove swtimer
see #4
2013-04-11 15:24:15 +02:00
Oliver Hahm
95158bd38e * fixed flasher flags in Makefile.include 2013-04-09 11:26:33 +02:00
Oliver Hahm
a918a9ddde * removed include of signal.h 2013-04-01 00:13:19 +02:00
Oliver Hahm
fc3325b113 * set MCU to CPU if undefined 2013-03-31 22:14:06 +02:00
Oleg
1ee0196ef4 Merge pull request #33 from mikoff/master
updated Chronos support
2013-03-31 13:08:14 -07:00
Oliver Hahm
ad0b7a852d * convert to coding conventions 2013-03-31 20:48:49 +02:00
mikoff
4f638eb887 All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed 2013-03-30 21:44:16 +01:00
Oleg Hahm
349bec1f0f * added documentation to kernel_intern.h 2013-03-27 16:58:07 +01:00
Oleg Hahm
990b199d08 * let Make ignore non-empty directories on deleting (instead of letting rmdir ignore it) 2013-03-27 16:10:28 +01:00
Oleg Hahm
e8af0c42c3 * created prototype for cpu_switch_context_exit() 2013-03-27 14:53:38 +01:00
Oleg Hahm
ba3e778b61 * added website's URL to readme file 2013-03-27 11:01:48 +01:00
Oliver Hahm
3265910761 * renamed some struct members in cc110x driver to avoid naming conflicts with stm32f4discovery 2013-03-23 18:57:12 +01:00
Oliver Hahm
e6177e811a * moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
2013-03-23 18:38:12 +01:00
Oleg Hahm
1c046ede23 Merge remote-tracking branch 'origin/shellprompt' 2013-03-21 18:07:24 +01:00
Oleg Hahm
b8c40b904e * merged README files 2013-03-21 17:13:01 +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
Oliver Hahm
f31f77024f Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-03-19 17:59:01 +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
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
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
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
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
3ec4800ae8 renamed makefiles 2013-03-12 15:44:12 +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
0d06e1bc18 Merge branch 'master' of github.com:RIOT-OS/RIOT 2013-03-10 16:46:46 +01:00
Oliver Hahm
7a4dec1830 * replaced new Makefile name in Makefiles 2013-03-09 23:47:21 +01:00