Ludwig Ortmann
54cf33ff70
set lpc2k_pgm return value
...
fixes the build not failing when flashing fails
2014-01-31 17:08:29 +01:00
Christian Mehlis
fb81b3cfdb
Merge pull request #591 from authmillenon/author_oliver
...
Add Oliver Gesch as author of his files
2014-01-31 08:05:43 -08:00
Martin Lenders
333a19db03
Add Oliver Gesch as author of his files and license header
2014-01-31 17:01:51 +01:00
Ludwig Ortmann
a594c57bed
Merge pull request #578 from LudwigOrtmann/libcoap_makefile
...
fix libcoap checkout target
2014-01-31 07:21:50 -08:00
Martin Lenders
f7244fbb7c
Merge pull request #590 from authmillenon/licensing
...
Fix authmillenon's licensing
2014-01-31 07:19:54 -08:00
Ludwig Ortmann
96bb0ead09
Merge pull request #588 from LudwigOrtmann/issue_498
...
check for active_thread != NULL in syscalls.c before using it
2014-01-31 07:02:00 -08:00
Ludwig Ortmann
3cc48d5381
Merge pull request #587 from LudwigOrtmann/native_debug_target
...
configure debug target for native
2014-01-31 07:01:34 -08:00
Martin Lenders
5001925831
Fix my licensing
2014-01-31 15:00:21 +01:00
Martin Lenders
afc1d3e1e3
Merge pull request #589 from Lotterleben/porting-typos
...
Fixed some typos & language in pkg/PORTING
2014-01-31 03:56:34 -08:00
lotte steenbrink
fccd2eca5e
Fixed some typos & language in pkg/PORTING
2014-01-31 11:24:35 +00:00
Ludwig Ortmann
fd083c95a6
check for active_thread != NULL in syscalls.c before using it
...
fixes #498
2014-01-31 09:31:22 +01:00
Christian Mehlis
d53744e07c
Merge pull request #558 from mehlis/shell-srand
...
shell: added a handler for PRNG
2014-01-30 02:53:19 -08:00
Christian Mehlis
d0680e7bac
shell: added a handler for mersenne twister
2014-01-30 11:52:29 +01:00
Ludwig Ortmann
e083e9bcb8
configure debug target for native
2014-01-30 11:34:04 +01:00
Oleg Hahm
1bca52495e
Merge pull request #545 from OlegHahm/problematic_stack_sizes
...
replaced stack sizes in etx_beaconing by variables
2014-01-29 15:01:49 -08:00
Oleg Hahm
9991991f92
replaced stack sizes in etx_beaconing by variables
...
resolves #356
2014-01-29 23:54:30 +01:00
Christian Mehlis
1d3f185d7d
Merge pull request #583 from LudwigOrtmann/native_signals
...
Native signals
2014-01-29 11:15:05 -08:00
Ludwig Ortmann
f0340b90a2
guard pre-err() warn() calls
2014-01-29 19:13:49 +01:00
Ludwig Ortmann
176f379c7a
dont err() but warn() if no thread exists in native_isr_entry
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
796b656e31
force-debug (eINT && in_isr) in DEVELHELP
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
6f5d4dcdb4
block all signals per default
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
bdd4252961
guard setitimer
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
0766b92f7b
Don't unblock signals again.
...
A late signal could kill the process otherwise.
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
2c80f68d62
handle more errors and remove race condition in native_isr_entry
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
a55e85f8d0
guard swapcontext in _native_syscall_leave
2014-01-29 18:44:42 +01:00
Ludwig Ortmann
7f1db86ae2
handle some should-be impossible paths
2014-01-29 18:44:41 +01:00
Ludwig Ortmann
573b154f44
handle select errors EAGAIN | EWOULDBLOCK in lpm
2014-01-29 18:44:18 +01:00
Ludwig Ortmann
03b29da9a2
Merge pull request #566 from mehlis/examples-astyle
...
examples: use astyle to adopt current code style guide
2014-01-29 07:55:53 -08:00
Ludwig Ortmann
3c087107f2
fix call to err()
2014-01-29 16:54:36 +01:00
Christian Mehlis
f00693255b
examples: use astyle to adopt current code style guide
2014-01-29 16:54:20 +01:00
Ludwig Ortmann
ef54fa4016
Merge pull request #567 from mehlis/tests-astyle
...
tests: use astyle to adopt current code style guide
2014-01-29 07:51:02 -08:00
fbcbd7ff1f
Merge pull request #574 from kaspar030/kaspar_email_change_2
...
update Kaspar's email address
2014-01-29 05:39:57 -08:00
Thomas Eichinger
4fc28f3121
Merge pull request #552 from OlegHahm/radio_packet_length_t_for_econotag
...
added the missing define for radio_packet_length_t on econotag
2014-01-29 03:06:01 -08:00
Thomas Eichinger
7c40f2ae7b
Merge pull request #580 from LudwigOrtmann/openwsn_gitignore
...
add .gitignore for openwsn pkg
2014-01-29 01:40:03 -08:00
Ludwig Ortmann
19e1759ff4
add .gitignore for openwsn pkg
2014-01-29 10:33:02 +01:00
Ludwig Ortmann
6fcf7ec089
fix libcoap checkout target
...
Fixes the following error:
make[1]: Entering directory '/foo/RIOT/pkg/libcoap'
git clone http://git.code.sf.net/p/libcoap/code /foo/RIOT/pkg/libcoap/libcoap && \
cd /foo/RIOT/pkg/libcoap/libcoap && git checkout 89acaa6775ca3a4aedea510557e6b9c0c01fa5db
fatal: destination path '/foo/RIOT/pkg/libcoap/libcoap' already exists and is not an empty directory.
Makefile:25: recipe for target '/foo/RIOT/pkg/libcoap/libcoap' failed
2014-01-28 18:52:55 +01:00
Christian Mehlis
257cfa6f96
Merge pull request #565 from Kijewski/shell-mac-nl
...
Allow Mac linebreaks in shell
2014-01-28 09:24:36 -08:00
Christian Mehlis
b598316294
Merge pull request #561 from mehlis/copyright
...
timex.c: add copyright header
2014-01-28 03:47:05 -08:00
56ee585c81
update Kaspar's email address
...
kaspar.schleiser@fu-berlin.de is obsolete.
(2nd try, first try was overwritten by some overzealous documenter)
2014-01-28 11:53:19 +01:00
Christian Mehlis
51a8740b5c
Merge pull request #573 from mehlis/mail-address
...
use one consistent mail address in all places
2014-01-28 00:39:01 -08:00
Christian Mehlis
97133b9dfb
use one consistent mail address in all places
2014-01-27 20:46:45 +01:00
René Kijewski
891245cf60
Allow Mac linebreaks in shell
...
QEMU uses Mac style newlines in its UART implementation.
This change allows Unix ("\n"), DOS ("\r\n") and Mac ("\r") style
linebreaks.
2014-01-27 19:25:03 +01:00
Christian Mehlis
5fe1a78685
Merge pull request #551 from mehlis/vtimer-mutex
...
use mutex in vtimer_sleep
2014-01-27 05:38:06 -08:00
Christian Mehlis
66e7762630
tests: use astyle to adopt current code style guide
2014-01-25 11:29:35 +01:00
Christian Mehlis
106b36e201
timex.c: add copyright header
2014-01-24 19:54:56 +01:00
Oleg Hahm
5ef2b04dd0
Merge pull request #562 from mehlis/author-spelling
...
spelling: fix autor to author
2014-01-24 10:16:57 -08:00
Christian Mehlis
96d0eafc1a
spelling: fix autor to author
2014-01-24 19:04:28 +01:00
Ludwig Ortmann
f04c3dc433
Merge pull request #559 from LudwigOrtmann/native_syscall_guards
...
Native syscall guards
2014-01-24 09:36:26 -08:00
Ludwig Ortmann
d8745e2861
add local debug macro
...
addresses https://github.com/RIOT-OS/RIOT/pull/559#issuecomment-33241773
2014-01-24 18:26:44 +01:00
Ludwig Ortmann
b22380990f
fix DEBUG in syscalls
2014-01-24 17:30:47 +01:00