Commit Graph

663 Commits (35f9062e37a7d6493b9b82da4da9440ec42a621a)
 

Author SHA1 Message Date
Ludwig Ortmann 35f9062e37 inital OSX support for native port 11 years ago
Ludwig Ortmann 2c744bc1e8 generalize .S compilation target flags 11 years ago
Ludwig Ortmann 5cb68df9e2 add missing newline in debug output 11 years ago
Ludwig Ortmann 7bf9fa0314 increase MINIMUM_STACK_SIZE to allow for DEBUG 11 years ago
Ludwig Ortmann b36ddd7fd7 Merge remote-tracking branch 'upstream/master' 11 years ago
Ludwig Ortmann c6553f6492 interrupt handling rewrite
(including uart0 integration, rt-extension removal)
11 years ago
Oliver Hahm 336667a43a Merge branch 'master' of github.com:RIOT-OS/RIOT 11 years ago
Oliver Hahm d56081ddca * fixed Makefile.include to compile all *.c files 11 years ago
Oliver Hahm 666c90ffe8 * made msb-a2 default for distribution Makefile 11 years ago
Oliver Hahm 33ff3c3e60 * added accidentally deleted author line 11 years ago
Oliver Hahm 4c97cb1642 * updated getting started documentation 11 years ago
Oliver Hahm 1491f6d8e0 * added quotes to main Makefile to deal with spaces in PATH 11 years ago
Oliver Hahm e69da952de * forbid the usage of '0' as an parameter for number_of_the_lowest_bit() 11 years ago
Ludwig Ortmann 2d29a26b64 fix stack and interrupt bugs 11 years ago
Oliver Hahm 3e5f91e728 * add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387 11 years ago
Oleg Hahm f88ad9fe28 Merge branch 'master' of github.com:RIOT-OS/RIOT 11 years ago
Oleg Hahm 0f98e30230 * added getting started document 11 years ago
Oleg 3183929f20 Merge pull request #34 from authmillenon/remove_swtimer
Remove swtimer
11 years ago
Martin Lenders 07e8ac9c19 Remove swtimer
see #4
11 years ago
Ludwig Ortmann 5ca14e630b move native board specific parts to corresponding Makefile 11 years ago
Oliver Hahm 95158bd38e * fixed flasher flags in Makefile.include 11 years ago
Ludwig Ortmann f669f9a05b Merge remote-tracking branch 'upstream/master'
Conflicts:
	Makefile.dep
11 years ago
Ludwig Ortmann 2f74d35709 removed posix real-time extension timers from cpu 11 years ago
Oliver Hahm a918a9ddde * removed include of signal.h 11 years ago
Oliver Hahm fc3325b113 * set MCU to CPU if undefined 11 years ago
Oleg 1ee0196ef4 Merge pull request #33 from mikoff/master
updated Chronos support
11 years ago
Oliver Hahm ad0b7a852d * convert to coding conventions 11 years ago
mikoff 4f638eb887 All files, which used by chronos board were edited according to new texas instruments headers, all warnings fixed 11 years ago
Oleg Hahm 349bec1f0f * added documentation to kernel_intern.h 11 years ago
Oleg Hahm 990b199d08 * let Make ignore non-empty directories on deleting (instead of letting rmdir ignore it) 11 years ago
Oleg Hahm e8af0c42c3 * created prototype for cpu_switch_context_exit() 11 years ago
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
Ludwig Ortmann 671cb6560f native cc110x_ng placebo 11 years ago
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)
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