Commit Graph

84 Commits (33ff3c3e601ab2cd823c41c9cd9184d5fd8c4c01)

Author SHA1 Message Date
Oliver Hahm 3265910761 * renamed some struct members in cc110x driver to avoid naming conflicts with stm32f4discovery 11 years ago
Benjamin Valentin 4d73d17662 add Makefiles to sys/net 11 years ago
Ludwig Ortmann 175300e58c add native cpu doxygen documentation,
also fix and improve some of the existing
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 d31ee82518 * removed legacy projects folder and Jamfiles 11 years ago
Oliver Hahm 9df46b3507 * fixed makefiles for msb-430h support 11 years ago
Oleg Hahm 0f5dcdae98 * fixed double cc110x_ng entry in drivers makefile
* tidied up sys directory
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 92281753ad Merge branch 'stable'
Conflicts:
	core/sched.c
	sys/auto_init.c
11 years ago
Oliver Hahm 62635e20a9 [drivers cc110x]
* fixed typos
11 years ago
Oliver Hahm a5238784ae [drivers cc110x cc1100-interface]
* setting default radio mode to permanent RX
11 years ago
Oliver Hahm e0deea2d78 [driver cc110x cc1100_phy]
* added a todo regarding WOR problem with non-full packets
11 years ago
Oliver Hahm db9f6b3fcf [board msba2-common tools pseudoterm]
* comments for preparing pseudoterm to use with node without DTR line

[drivers cc110x]

* changed default behavior to WOR mode
* fixed a bug that let CC1100 never return to WOR mode, when receiving a
  packet during sending
11 years ago
Oliver Hahm 30fc52452c [drivers cc110x]
* switched from swtimer to vtimer in Jamfile
12 years ago
Eric Engel 6dbec3b0ae various changes 12 years ago
Oliver Hahm f978260656 [drivers cc110x] [sys shell] [sys transceiver]
* cretaed transceiver interface for old cc1100 driver (with csma/ca)
12 years ago
Oliver Hahm 802e9edf91 Merge branch 'master' of ssh://ukleos/home/git/ukleos 12 years ago
Oliver Hahm b051659d71 [drivers adc]
* added lpc2387 adc driver and generic interface
12 years ago
Oliver Hahm 0d6d3e2c43 [board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
* some cosmetics and cleanups
12 years ago
Oliver c94c03879e [drivers cc110x_ng]
- fixed DBG_IGNORE bugs

[sys net destiny]
- fixed a bug where UDP sockets were not closed correctly
12 years ago
Oliver Hahm 461fac8698 [cc110x_ng transceiver]
* added a ignore function for debugging purposes
12 years ago
Oliver Hahm c3d24e2057 core/ 12 years ago
Oliver Hahm 7b1b145b4f [cpu lpc2387]
* added mci driver

[sys shell]

* added commands for memory card access
12 years ago
Oliver Hahm 430bad0d69 [drivers cc110x]
* fixed cc110x driver (some references where broken due to renaming of spi  functions from cc1100_* to cc110x_*
13 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 cbc40ce3e2 Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 13 years ago
Stephan Zeisberg 6a96de0d2f changed msg to msg_t 13 years ago
Oliver Hahm 3622d83ea9 [board msba2]
* fixed header guards

[drivers ltc4150]
* added joule conversion
13 years ago
Oliver Hahm 4533726214 * introduced energy profiling (yet in a very early state) 13 years ago
Kaspar Schleiser 9e58c8bcb7 *watch: chronos watch application initial checkin 13 years ago
Oliver Hahm d499b5d2c8 [cpu/cc430/ drivers/gpioint]
* refactored port interrupt handling
13 years ago
Oliver Hahm ddcbd10a03 [RTC]
* added a general RTC header
* added RTC support to chronos
13 years ago
Oliver Hahm c083928983 [board/chronos/drivers/display]
* cleaned up code and documentation

[drivers/cc110x_ng]
* fixed include pathes
13 years ago
Oliver Hahm 8f63b18b9f [drivers/cc110x_ng]
* moved all headers to include subfolder
13 years ago
Oliver Hahm 6be1cf2a76 [board/chronos board/msb-430h board/msba2-common drivers/cc110x_ng sys/shell
sys/transceiver]
* renamed all occurrences of cc1100 to cc110x as in fact all driver parts should
work for cc1100 and cc110x as well

[driver/cc110x_ng]
* added some documentation
* introduced a new register function to access rxfifo (fixing the of-by-one
problem on chronos platform
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
Kaspar Schleiser 86a70393b4 * misc merge fixes 13 years ago
Oliver Hahm e7372b21a9 [board config]
* made config optional
13 years ago
Oliver Hahm 2a1a10bd74 [board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
* restructured interface functions for cc1100 access
13 years ago
Oliver Hahm e1b3dcf40d [drivers/cc110x_ng]
* added register interface (it is now possible to communicate with cc1100 via SPI (e.g. on MSB boards) or directly via registers like on eZ430-Chronos
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