1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

46807 Commits

Author SHA1 Message Date
Oliver Hahm
2b498020b1 * introduced a prelimary version for the new cc1100 driver 2010-11-18 20:04:38 +01:00
Oliver Hahm
c1546b1631 Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2010-11-18 17:34:13 +01:00
Oliver Hahm
ee4b68371c * added readc and putc to uart0 library
* allow overwrote of port by argument for pyterm
2010-11-18 17:33:25 +01:00
17e41bae13 * added LaSeR project 2010-11-18 16:47:04 +01:00
071aa97254 * removed unnecessary sleep 2010-11-18 16:16:57 +01:00
440c6fac8d * removed unnecessary sleep 2010-11-18 16:16:57 +01:00
Oliver Hahm
14e2a4718f * changed rtc interface 2010-11-17 17:20:40 +01:00
0441c5a4a4 * some more mutex related changes 2010-11-11 11:22:45 +01:00
21e6aaff24 * fix priority queue insert 2010-11-11 11:21:58 +01:00
dad5bf866c * removed unused prio function 2010-11-11 09:57:54 +01:00
8b242c74a8 * mutex changes 2010-11-11 09:55:08 +01:00
Oliver Hahm
63117ed5a4 * fixed some includes 2010-11-10 16:09:29 +01:00
Stephan Zeisberg
5ab4ca3768 renamed defines 2010-11-09 22:20:26 +01:00
Oliver Hahm
fb784c6628 * fixed units in ltc command 2010-11-09 18:51:04 +01:00
Oliver Hahm
37eb17417f Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2010-11-09 18:49:25 +01:00
Oliver Hahm
75c0962363 * added get_interval function to ltc4150
* fixed date command (problem with leading zeros)
2010-11-09 18:48:45 +01:00
Oliver Hahm
21fef20ccc * added configuration file
* added history
* added aliases
2010-11-09 18:47:19 +01:00
79d2902d2b * added initial cc1100 shell commands 2010-11-09 17:08:54 +01:00
5df2aa6fb7 * added initial cc1100 shell commands 2010-11-09 17:08:35 +01:00
9122445c27 * align tcb on 32bit boundary 2010-11-09 17:01:52 +01:00
b1c61e446f * misc fixes 2010-11-09 16:59:55 +01:00
Oliver Hahm
8a041b8a3c * some cosmetics and lpm flags for UART 2010-11-08 21:39:30 +01:00
Oliver Hahm
3b9e9befa9 * some cosmetics and lpm flags for UART 2010-11-08 21:39:30 +01:00
Oliver Hahm
cfad56430d * changed swtime from 64 to 32 bit 2010-11-08 18:21:02 +01:00
Stephan Zeisberg
1b3e758505 mtu icmpv6 option implemented 2010-11-08 10:33:23 +01:00
Oleg
be102b6a7d * added reset command to pyterm 2010-11-08 01:23:04 +01:00
Oleg
33a7e40c18 * fixed bug in date command completion 2010-11-07 23:36:18 +01:00
Oleg
88c0ec84ee * added set offset shell command for sht11
* introduced command separator for pyterm
* some cosmetics
2010-11-07 23:18:41 +01:00
Oleg
9916bd33aa * missing ltc4150 shell command handler file 2010-11-05 23:44:12 +01:00
Oleg
ac6d4788eb * added ltc4150 shell command
* cosmetics in ltc4150 driver
2010-11-05 23:43:14 +01:00
Oleg
8f512fd6d4 * introduced small python terminal script 2010-11-05 22:36:14 +01:00
Oleg
ec467aea80 * added global offset to temperature 2010-11-05 22:04:11 +01:00
Oleg
416029d2c0 * changed default project from "hello-world" to "default"
* increased main priority to the half of maximum priority
* introduced define for minimum stack size
* decreased stack size for uart0 thread
* merged commands for rtc shell module to one command (date)
* cleanup of header includes
2010-11-05 19:33:45 +01:00
Oliver Hahm
c389518a09 * shell_commands can be added as a module to user defined shell commands 2010-11-04 19:06:46 +01:00
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
2010-11-04 18:16:39 +01:00
ba03f610c4 * fix status size 2010-11-04 17:06:03 +01:00
2bf64ea4d0 * make doc reflect latest API change 2010-11-04 16:51:04 +01:00
67f72d43ee Merge branch 'master' of ssh://ukleos.org/home/git/ukleos 2010-11-04 16:48:14 +01:00
eff0b1980f * API CHANGE! changed thread_create so it allocates tcb on stack, removing first argument 2010-11-04 16:47:24 +01:00
f860abc408 * checkin of missing header file 2010-11-04 16:47:13 +01:00
02945e22f7 * fixed for new shell_command_t layout 2010-11-04 16:46:25 +01:00
Oliver Hahm
d1bff5cb3d Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos 2010-11-04 16:23:11 +01:00
450b9cc58f * minor stuff 2010-11-04 16:21:45 +01:00
Oliver Hahm
e335ccfb43 * fixed wrong return value for thread_wakeup
* changed hwtimer_wait to use thread_sleep instead of mutexes
2010-11-04 16:21:39 +01:00
07681a1914 * shell: added help,
* shell: fixed default shell commands
2010-11-04 15:05:51 +01:00
2e94065cd9 * initial import of default project 2010-11-04 15:05:22 +01:00
9a0725369d * added include to pull in NULL 2010-11-04 14:24:31 +01:00
dd45a471f6 * added prio definition 2010-11-04 14:24:06 +01:00
7f8baa8818 * removed unneccessary priority names 2010-11-04 14:21:12 +01:00
Oliver Hahm
3b1cbf9cb8 * added board_uart0 to auto_init 2010-11-04 14:12:05 +01:00