Commit Graph

82 Commits (33ff3c3e601ab2cd823c41c9cd9184d5fd8c4c01)

Author SHA1 Message Date
Oliver Hahm 33ff3c3e60 * added accidentally deleted author line 11 years ago
Oliver Hahm 3e5f91e728 * add missing sections for arm-none-eabi-gcc to linkerscript for lpc2387 11 years ago
Oliver Hahm a918a9ddde * removed include of signal.h 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
Oliver Hahm e6177e811a * moved cpu and board specific parts to corresponding Makefiles
* introduced variable for cpu folder
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 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
Oliver Hahm 7cef6c4655 * adapted thread_stack_init() for ARM and msp430 to the new prototype introduced by bd5b46628f 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 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 2ed63bd5c6 * removed outdated (and probably confusing) FeuerWhere project as an author 11 years ago
Oleg Hahm 2277b366b2 * removed outdated occurrences of (u|µ)kleos and FeuerWare 11 years ago
Oleg Hahm 02897cbd1d * removed unnecessary includes from msp430-common files 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 d31ee82518 * removed legacy projects folder and Jamfiles 11 years ago
Oliver Hahm 82f2e3d4e0 * added missing makefiles for msb430h
* updated some makefiles and fixed includes for msb430h
11 years ago
Oleg Hahm 5df0bd0cc4 * updated and integrated makefiles
* added some auto dependencies
11 years ago
Oleg Hahm 3791039974 * integrated makefiles
* fixed some prototypes
* restructured sys
11 years ago
Oliver Hahm 55bb484b22 [cpu arm_common]
* added usb ram as heap3
* some feuerware merge adaptation

[projects test_suite]

* fixed some test scripts
11 years ago
Oliver Hahm e49a17f4f7 Merge branch 'feuerware-integration' 11 years ago
Oliver Hahm 92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
11 years ago
Oliver Hahm 4433b5cf5b [cpu cc430 gpioint]
* some improvements to the debouncing
11 years ago
Oliver Hahm a20088f6e8 [core sched]
* fixed thread_getlastpid()
* enable interrupts again in thread_sleep() to avoid getting stuck w/
    disabled interrupts

[cpu lpc2387]
* added hwtimer as dependency for MCI driver

[project test_*]

* fixed some expect scripts
11 years ago
Oliver Hahm 918a31cf8c [core hwtimer] [cpu arm]
* adapted core and arm cpu
12 years ago
Oliver Hahm b051659d71 [drivers adc]
* added lpc2387 adc driver and generic interface
12 years ago
Oliver Hahm 09721a2230 [cpu arm_common hwtimer]
* declared inline function as static as linker cannot find it otherwise
12 years ago
Oliver Hahm 2af5835d21 [cpu arm_common + tools toolchains]
* updated newlib and gcc
* removed unnecessary compiler flags for soft-float and VFP

[cpu lpc2387]

* fixed broken Jamfile
12 years ago
Oliver Hahm c3d24e2057 core/ 12 years ago
Oliver Hahm a6257e5236 [cpu arm_common profiling]
* some fixes and more documentation
12 years ago
Oliver Hahm 7b1b145b4f [cpu lpc2387]
* added mci driver

[sys shell]

* added commands for memory card access
12 years ago
Oliver Hahm 1213b0a4fe * changed file endings from dos to unix
* assigned ctors and dtors sections to ram region
12 years ago
Oliver Hahm f75b18fb29 * merged from stable 12 years ago
Oliver Hahm ecec50e905 [cpu lpc3487]
* removed unnecessary from linkerscript
12 years ago
Oliver Hahm 15d27d8244 * Wiselib update for the linekrscript
* some minor changes in vtimer
12 years ago
Oliver Hahm 96206b10a1 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 13 years ago
Oliver Hahm bc23a41a30 * some changes to chronos (not yet finished) 13 years ago
Stephan Zeisberg 5abef6daf2 changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t" 13 years ago
Stephan Zeisberg 6a96de0d2f changed msg to msg_t 13 years ago
Oliver Hahm d96783a66e [cpu/arm_common/profiling]
* fixed get_index function
13 years ago