Commit Graph

58 Commits (5ffe5a9c27e7e2b58b03b7d0d13e90ad7961e8bb)

Author SHA1 Message Date
Oliver Hahm 5ffe5a9c27 * renamed makefiles to Makefile 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
Oliver Hahm 4533726214 * introduced energy profiling (yet in a very early state) 13 years ago
Oliver Hahm be71c14f04 [cpu/cc430]
* added adc driver for cc430
13 years ago
Kaspar Schleiser 9e58c8bcb7 *watch: chronos watch application initial checkin 13 years ago
Oliver Hahm b416fef56b [cpu/cc430]
* fixed debouncing for gpioint
13 years ago
Oliver Hahm 08295b04ca [cpu/cc430]
* fixed some bugs in gpioint
13 years ago
Oliver Hahm d499b5d2c8 [cpu/cc430/ drivers/gpioint]
* refactored port interrupt handling
13 years ago
Oliver Hahm 33b68f3744 * moved flashrom from msp430-common to msb430x16x 13 years ago
Oliver Hahm 13767043e7 [cpu/cc430/gpioint]
* introduced gpioint to make buttons usable
13 years ago
Oliver Hahm ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
13 years ago
Oliver Hahm ec6a794143 [cc110x_ng]
* fuxed transceiver driver for chronos
* some more stuff
13 years ago
Oliver Hahm 830f17246c [Chronos]
* changed display driver interface from uint8_t* to char*
* fixed hardware timer interrupt
* ported cc1100 driver
* added simple test application for radio

[msb430]
* fixex config and flashrom

[cc110x_ng]
* removed dependency from sysconfig
13 years ago
Oliver Hahm c750108ca5 [cpu/cc430 cpu/msp430-common]
* fixed timera1 irq
13 years ago
Oliver Hahm 8304a8ae7b [board/msb-430-common board/eZ430-Chronos cpu/msp430*]
* reorganized msp430 based cpu folders
13 years ago
Kaspar Schleiser b9a52bd231 * msba2 bootloader code fix 13 years ago
Oliver Hahm e7372b21a9 [board config]
* made config optional
13 years ago
Oliver Hahm 1eec8e170e * introduced flashrom driver for msb430
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
13 years ago
Oliver Hahm fb1cb91c75 [board/msp-430-common board/msba2 core/]
* introduced dummy function for msp-430 config-save
* moved sysconfig from board to core

[sys/transceiver cpu/]
* moved some buffer size defines to cpu dependent parts

* some cleanups
13 years ago
Oliver Hahm 4a2c58bbba [drivers/cc110x_ng sys/transceiver]
* updated interface to switch transceiver off and back to rx mode
* removed some debugging stuff
13 years ago
Oliver Hahm a46cdf189a * introduced identifiers (include shell commands to get and set)
* introduced a system wide configuration
13 years ago
Oliver Hahm 5ebbd2c92e [cpu/arm_common cpu/lpc2387]
* added a iap driver
13 years ago
Oliver Hahm 14e2a4718f * changed rtc interface 13 years ago
Oliver Hahm 3b9e9befa9 * some cosmetics and lpm flags for UART 13 years ago
Oleg 88c0ec84ee * added set offset shell command for sht11
* introduced command separator for pyterm
* some cosmetics
13 years ago
Oliver Hahm 3b218ec24a * changed API for rtc
* added drivers directory to doxygen file
* added missing include to sht11 header
* added rtc and sht11 support to default project
* added rtc to auto_init
* added rtc and sht11 support to shell
13 years ago