Oleg
8f512fd6d4
* introduced small python terminal script
13 years ago
Oleg
ec467aea80
* added global offset to temperature
13 years ago
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
13 years ago
Oliver Hahm
c389518a09
* shell_commands can be added as a module to user defined shell commands
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
Kaspar Schleiser
ba03f610c4
* fix status size
13 years ago
Kaspar Schleiser
2bf64ea4d0
* make doc reflect latest API change
13 years ago
Kaspar Schleiser
67f72d43ee
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
13 years ago
Kaspar Schleiser
eff0b1980f
* API CHANGE! changed thread_create so it allocates tcb on stack, removing first argument
13 years ago
Kaspar Schleiser
f860abc408
* checkin of missing header file
13 years ago
Kaspar Schleiser
02945e22f7
* fixed for new shell_command_t layout
13 years ago
Oliver Hahm
d1bff5cb3d
Merge branch 'master' of ssh://ukleos.des-mesh.net/home/git/ukleos
13 years ago
Kaspar Schleiser
450b9cc58f
* minor stuff
13 years ago
Oliver Hahm
e335ccfb43
* fixed wrong return value for thread_wakeup
...
* changed hwtimer_wait to use thread_sleep instead of mutexes
13 years ago
Kaspar Schleiser
07681a1914
* shell: added help,
...
* shell: fixed default shell commands
13 years ago
Kaspar Schleiser
2e94065cd9
* initial import of default project
13 years ago
Kaspar Schleiser
9a0725369d
* added include to pull in NULL
13 years ago
Kaspar Schleiser
dd45a471f6
* added prio definition
13 years ago
Kaspar Schleiser
7f8baa8818
* removed unneccessary priority names
13 years ago
Oliver Hahm
3b1cbf9cb8
* added board_uart0 to auto_init
13 years ago
Oliver Hahm
6198c924e4
* decreased timing for sht11 (as fix for hwtimer_wait issue)
13 years ago
Oliver Hahm
8f606669c2
* added .gitignore to ignore binaries
13 years ago
Kaspar Schleiser
126304cd48
* shell: strtok workaround
13 years ago
Kaspar Schleiser
119fced20f
* shell fixes
13 years ago
Kaspar Schleiser
aa174e886e
* fix shell entry finder
13 years ago
Oliver Hahm
5b47352bcf
Merge branch 'stable' of ssh://ukleos.des-mesh.net/home/git/ukleos into stable
13 years ago
Oliver Hahm
e75cd639a8
* added uart0 driver for auto init
13 years ago
Kaspar Schleiser
65e9364d2f
* disable irq-based uart output
13 years ago
Kaspar Schleiser
9f4c3db1be
* disable irq-based uart output
13 years ago
Kaspar Schleiser
dc094d442b
* fix msg_reply_int
13 years ago
Kaspar Schleiser
d48c1e6e16
* fix msg_reply_int
13 years ago
Kaspar Schleiser
5a4524539d
* misc shell improvements
13 years ago
Kaspar Schleiser
8b91cd790b
* test_suite: added thread_sleep test & expect script'
13 years ago
Kaspar Schleiser
09a8bdd269
* remove unneccessary debug message
13 years ago
Kaspar Schleiser
97e7a80260
* test_suite: add test_thread_sleep 2/2
13 years ago
Kaspar Schleiser
efeaebd096
* test_suite: added test_thread_sleep
13 years ago
Kaspar Schleiser
82abee6769
* fix mutex_trylock_fail test
13 years ago
Kaspar Schleiser
711ae3b686
* thread: add some more debug statements
13 years ago
Kaspar Schleiser
5787828f80
* msba2_uart0: disable TX interrupt
13 years ago
Kaspar Schleiser
b1bf8fb834
* msba2_uart0: disable TX interrupt
13 years ago
Kaspar Schleiser
3b46b2d2af
* fix stack assignment mixup for main / idle threads
13 years ago
Kaspar Schleiser
72c4b41561
Merge branch 'master' of ssh://ukleos.org/home/git/ukleos
13 years ago
Oliver Hahm
cec06f6b83
* resolved conflict
13 years ago
Oliver Hahm
88d3421ee7
* missing part of last commit
13 years ago
Oliver Hahm
51e7277473
* removed old reference to clock module from rtc
...
* added documentation for sht11 and swtimer
Conflicts:
drivers/include/sht11.h
13 years ago
Kaspar Schleiser
a208ef488e
* switch to direct serial output (w/o interrupts
13 years ago
Kaspar Schleiser
a5f7c5191f
* switch to direct serial output (w/o interrupts
13 years ago
Kaspar Schleiser
1a6ea56b8b
* added project "test_suite" as container for automatic tests. Added test_mutex_trylock_fail as first example
13 years ago
Kaspar Schleiser
fa12fbf167
* added mutex trylock regression test
13 years ago
Kaspar Schleiser
62035f36c8
* add some more debug statements
13 years ago