Oliver Hahm
5ffe5a9c27
* renamed makefiles to Makefile
10 years ago
Oleg Hahm
d31ee82518
* removed legacy projects folder and Jamfiles
10 years ago
Oliver Hahm
9df46b3507
* fixed makefiles for msb-430h support
10 years ago
Oleg Hahm
0f5dcdae98
* fixed double cc110x_ng entry in drivers makefile
...
* tidied up sys directory
10 years ago
Oleg Hahm
5df0bd0cc4
* updated and integrated makefiles
...
* added some auto dependencies
10 years ago
Oleg Hahm
3791039974
* integrated makefiles
...
* fixed some prototypes
* restructured sys
10 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
11 years ago
Eric Engel
6dbec3b0ae
various changes
11 years ago
Oliver Hahm
f978260656
[drivers cc110x] [sys shell] [sys transceiver]
...
* cretaed transceiver interface for old cc1100 driver (with csma/ca)
11 years ago
Oliver Hahm
802e9edf91
Merge branch 'master' of ssh://ukleos/home/git/ukleos
11 years ago
Oliver Hahm
b051659d71
[drivers adc]
...
* added lpc2387 adc driver and generic interface
11 years ago
Oliver Hahm
0d6d3e2c43
[board msba2-common] [sys chardev_thread] [sys shell] [driver cc110x_ng] [core msg]
...
* some cosmetics and cleanups
11 years ago
Oliver
c94c03879e
[drivers cc110x_ng]
...
- fixed DBG_IGNORE bugs
[sys net destiny]
- fixed a bug where UDP sockets were not closed correctly
11 years ago
Oliver Hahm
461fac8698
[cc110x_ng transceiver]
...
* added a ignore function for debugging purposes
11 years ago
Oliver Hahm
c3d24e2057
core/
11 years ago
Oliver Hahm
7b1b145b4f
[cpu lpc2387]
...
* added mci driver
[sys shell]
* added commands for memory card access
11 years ago
Oliver Hahm
430bad0d69
[drivers cc110x]
...
* fixed cc110x driver (some references where broken due to renaming of spi functions from cc1100_* to cc110x_*
12 years ago
Oliver Hahm
96206b10a1
Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
12 years ago
Oliver Hahm
bc23a41a30
* some changes to chronos (not yet finished)
12 years ago
Stephan Zeisberg
5abef6daf2
changed types irq_callback, hashtable, posix_io, s_display_flags, seq_buffer_entry, tcb, toprint to type_t"
12 years ago
Stephan Zeisberg
cbc40ce3e2
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
12 years ago
Stephan Zeisberg
6a96de0d2f
changed msg to msg_t
12 years ago
Oliver Hahm
3622d83ea9
[board msba2]
...
* fixed header guards
[drivers ltc4150]
* added joule conversion
12 years ago
Oliver Hahm
4533726214
* introduced energy profiling (yet in a very early state)
12 years ago
Kaspar Schleiser
9e58c8bcb7
*watch: chronos watch application initial checkin
12 years ago
Oliver Hahm
d499b5d2c8
[cpu/cc430/ drivers/gpioint]
...
* refactored port interrupt handling
12 years ago
Oliver Hahm
ddcbd10a03
[RTC]
...
* added a general RTC header
* added RTC support to chronos
12 years ago
Oliver Hahm
c083928983
[board/chronos/drivers/display]
...
* cleaned up code and documentation
[drivers/cc110x_ng]
* fixed include pathes
12 years ago
Oliver Hahm
8f63b18b9f
[drivers/cc110x_ng]
...
* moved all headers to include subfolder
12 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
12 years ago
Oliver Hahm
ec6a794143
[cc110x_ng]
...
* fuxed transceiver driver for chronos
* some more stuff
12 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
12 years ago
Kaspar Schleiser
86a70393b4
* misc merge fixes
12 years ago
Oliver Hahm
e7372b21a9
[board config]
...
* made config optional
12 years ago
Oliver Hahm
2a1a10bd74
[board/eZ430-Chronos board/msba2 drivers/cc110x_ng]
...
* restructured interface functions for cc1100 access
12 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
12 years ago
Oliver Hahm
1eec8e170e
* introduced flashrom driver for msb430
...
* restructured some files concerning flashrom access
* added some ifdefs to shell commands
12 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
12 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
12 years ago
Oliver Hahm
69a7fb1d76
* modified cc110x_ng driver to use sysconfig
13 years ago
Oliver Hahm
b522722ec6
[sys/transceiver projects/test_cc110x_ng]
...
' fixed buffer management
' introduced a message queue
13 years ago
Oliver Hahm
f5ab5c27bb
[drivers/cc1100_ng sys/transceiver]
...
' added a monitor mode
[sys/shell projects/test_cc1100_ng]
' moved shell commands to get/set channel and address and sending a packet from
userapp to default shell command set
13 years ago
Oliver Hahm
e6752c739b
[drivers/cc110x_ng projects/test_cc110x_ng sys/transceiver]
...
* fixed length handling
* more sophisticated sending function in userapp
13 years ago
Oliver Hahm
29cb64a37e
* NOTE: simple packet exchange using cc110x_ng seems to work now
...
* added TX functions to cc110x_ng driver and transceiver module
* split up cc1100_ng functions to more files
* added address asignment and request functions to driver and transceiver module
13 years ago
Oliver Hahm
d378ee1930
* added getter and setter for the channel to transceiver
...
* receiving now seems to work...
13 years ago