Oleg Hahm
|
62046d6ea0
|
Merge pull request #649 from BytesGalore/fix_missing_typecasts
Fix added missing typecasts to stack (arm/msba2) and send/receive buffer (native)
|
2014-02-07 12:25:08 +01:00 |
|
Martin
|
f19ec9649f
|
added typecast for starck_start in native
|
2014-02-07 09:14:58 +01:00 |
|
Ludwig Ortmann
|
5681fcc481
|
native readme update
|
2014-02-04 18:41:38 +01:00 |
|
Ludwig Ortmann
|
f04eaa3d20
|
update native readme
|
2014-02-01 12:10:08 +01: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 |
|
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
|
3c087107f2
|
fix call to err()
|
2014-01-29 16:54:36 +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 |
|
Ludwig Ortmann
|
4939473afb
|
guard malloc/free family
|
2014-01-24 17:30:47 +01:00 |
|
Ludwig Ortmann
|
7685357990
|
Merge pull request #547 from LudwigOrtmann/native_hwtimer_fix
Native hwtimer fix
|
2014-01-24 08:10:42 -08:00 |
|
Ludwig Ortmann
|
7148f1db23
|
change wording
addresses https://github.com/RIOT-OS/RIOT/pull/555#discussion_r9118361
|
2014-01-23 17:25:41 +01:00 |
|
Ludwig Ortmann
|
f58b312129
|
improve error messages when tap ioctls fail
|
2014-01-23 17:16:00 +01:00 |
|
Ludwig Ortmann
|
e32bfa53d0
|
fix overdue mitigation
|
2014-01-23 00:03:23 +01:00 |
|
Ludwig Ortmann
|
91ebc1d0b5
|
improve debug messages
|
2014-01-22 22:19:53 +01:00 |
|
Ludwig Ortmann
|
332cf8807f
|
fix callback offset
|
2014-01-22 22:19:53 +01:00 |
|
Ludwig Ortmann
|
855eea6a53
|
add missing newlines
|
2014-01-22 18:26:53 +01:00 |
|
Ludwig Ortmann
|
2b4a323a18
|
unclutter native_isr_entry a bit
remove heap_address - hopefully superflous, does not work in valgrind
remove stale TODO
|
2014-01-21 17:39:43 +01:00 |
|
Ludwig Ortmann
|
7789bbca16
|
fix signal trampoline
save and use the program counter on stack
removes race condition in trampoline
also push/pop full memory words explicitly
|
2014-01-21 17:39:15 +01:00 |
|
Ludwig Ortmann
|
98a2d554b5
|
osx fixes
|
2014-01-21 12:30:53 +01:00 |
|
Ludwig Ortmann
|
fc6cd24ece
|
reduce HWTIMERMINOFFSET
|
2014-01-15 12:40:55 +01:00 |
|
Ludwig Ortmann
|
dbcc898bcc
|
update internal timer on hwtimer_arch_set
|
2014-01-15 12:40:03 +01:00 |
|
Ludwig Ortmann
|
d3a1c1bda7
|
add comment
addresses https://github.com/RIOT-OS/RIOT/pull/501#discussion_r8881054
|
2014-01-15 11:24:59 +01:00 |
|
Ludwig Ortmann
|
921b70d5e8
|
fix pre-init
set the internal relative time - don't rely on hwtimer_now() being
called externally
|
2014-01-14 17:23:15 +01:00 |
|
Ludwig Ortmann
|
396f6c2819
|
fix debug msg
|
2014-01-14 17:23:03 +01:00 |
|
Ludwig Ortmann
|
6fe1ecd1b4
|
Merge pull request #479 from LudwigOrtmann/nativenet_lenchck
Nativenet length check and cleanup
|
2014-01-10 01:47:35 -08:00 |
|
Oleg Hahm
|
fe575d52df
|
Merge pull request #364 from OlegHahm/float_stack_sizes
added a dedicated stacksize for float printfs
|
2014-01-09 10:48:38 -08:00 |
|
Thomas Eichinger
|
dadd64e2f9
|
Merge pull request #473 from LudwigOrtmann/nativenet_osx_xmas
add io signal generating child for nativenet in osx
|
2014-01-09 07:14:34 -08:00 |
|
Ludwig Ortmann
|
83db6f6364
|
remove superflous include
|
2014-01-09 12:33:02 +01:00 |
|
Ludwig Ortmann
|
76b017aefd
|
check payload length validity
make sure the payload does not exceed the amount of data received
|
2014-01-08 14:58:57 +01:00 |
|
Ludwig Ortmann
|
ac0ec1f6b3
|
nativenet clean up
Make nativenet tap payload type consistent with radio_packet_t
Also remove a trailing space
|
2014-01-08 14:57:11 +01:00 |
|
Ludwig Ortmann
|
98d1136761
|
update native README
|
2014-01-07 10:20:58 +01:00 |
|
Oleg Hahm
|
775c0dee5c
|
added missing mute prefixes in nativenet and shell
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
9df07f9238
|
muting compiler and binutils optionally
Instead of muting all compiler and other binutils output by default,
introduce a variable to make this behaviour configurable.
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
c7d985d371
|
removed redundant include pathes from Makefiles
|
2014-01-05 16:11:08 +01:00 |
|
Oleg Hahm
|
26c50522d5
|
simplified and unified cpu build structure
|
2014-01-05 16:11:07 +01:00 |
|
Ludwig Ortmann
|
ea8b735232
|
fix nativenet_send documentation
|
2013-12-24 11:57:54 +01:00 |
|
Ludwig Ortmann
|
648bdaeed6
|
add io signal generating child for nativenet in osx
|
2013-12-24 11:54:00 +01:00 |
|
Ludwig Ortmann
|
1ac1646837
|
further clean up / filtering for cpu
|
2013-12-23 00:18:21 +01:00 |
|
Ludwig Ortmann
|
cf87e647c0
|
make native includes RIOT posix compatible
|
2013-12-22 23:26:54 +01:00 |
|