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
Oliver Hahm
6198c924e4
* decreased timing for sht11 (as fix for hwtimer_wait issue)
2010-11-04 13:59:57 +01:00
Oliver Hahm
8f606669c2
* added .gitignore to ignore binaries
2010-11-04 11:33:42 +01:00
126304cd48
* shell: strtok workaround
2010-11-03 13:53:11 +01:00
119fced20f
* shell fixes
2010-11-03 13:40:26 +01:00
aa174e886e
* fix shell entry finder
2010-11-03 13:25:45 +01:00
Oliver Hahm
5b47352bcf
Merge branch 'stable' of ssh://ukleos.des-mesh.net/home/git/ukleos into stable
2010-11-03 12:22:42 +01:00
Oliver Hahm
e75cd639a8
* added uart0 driver for auto init
2010-11-03 12:22:20 +01:00
65e9364d2f
* disable irq-based uart output
2010-11-03 12:03:37 +01:00
9f4c3db1be
* disable irq-based uart output
2010-11-03 12:03:37 +01:00
dc094d442b
* fix msg_reply_int
2010-11-03 11:37:32 +01:00
d48c1e6e16
* fix msg_reply_int
2010-11-03 11:37:20 +01:00
5a4524539d
* misc shell improvements
2010-11-02 17:23:10 +01:00
8b91cd790b
* test_suite: added thread_sleep test & expect script'
2010-11-02 13:46:25 +01:00
09a8bdd269
* remove unneccessary debug message
2010-11-02 13:01:50 +01:00
97e7a80260
* test_suite: add test_thread_sleep 2/2
2010-11-02 11:54:03 +01:00
efeaebd096
* test_suite: added test_thread_sleep
2010-11-02 11:53:20 +01:00
82abee6769
* fix mutex_trylock_fail test
2010-11-02 11:52:39 +01:00
711ae3b686
* thread: add some more debug statements
2010-11-02 11:40:10 +01:00
5787828f80
* msba2_uart0: disable TX interrupt
2010-11-02 11:39:11 +01:00
b1bf8fb834
* msba2_uart0: disable TX interrupt
2010-11-02 11:39:11 +01:00
3b46b2d2af
* fix stack assignment mixup for main / idle threads
2010-11-02 11:06:58 +01:00
72c4b41561
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
2010-11-01 17:46:34 +01:00
Oliver Hahm
cec06f6b83
* resolved conflict
2010-11-01 17:42:35 +01:00
Oliver Hahm
88d3421ee7
* missing part of last commit
2010-11-01 17:38:23 +01:00
Oliver Hahm
51e7277473
* removed old reference to clock module from rtc
...
* added documentation for sht11 and swtimer
Conflicts:
drivers/include/sht11.h
2010-11-01 17:38:03 +01:00
a208ef488e
* switch to direct serial output (w/o interrupts
2010-11-01 17:31:23 +01:00
a5f7c5191f
* switch to direct serial output (w/o interrupts
2010-11-01 17:31:23 +01:00
1a6ea56b8b
* added project "test_suite" as container for automatic tests. Added test_mutex_trylock_fail as first example
2010-11-01 17:05:00 +01:00
fa12fbf167
* added mutex trylock regression test
2010-11-01 16:12:22 +01:00
62035f36c8
* add some more debug statements
2010-11-01 15:53:33 +01:00