Martin
|
6a29d18324
|
changed assignment to const char*
|
10 years ago |
Martin
|
174a75102b
|
changed clonedev assignment according to const string
|
10 years ago |
Ludwig Ortmann
|
85c6b6587e
|
replace uint16_t with radio_address_t in maca
adpots includes and makes them adhere to the coding conventions
|
10 years ago |
Oleg Hahm
|
355f6610d5
|
Merge pull request #482 from OlegHahm/driver_includes
Driver includes
|
10 years ago |
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)
|
10 years ago |
Martin
|
22b777300d
|
added typecasts for the used send/receive buffer pointer buff
|
10 years ago |
Martin
|
b4f36f4af9
|
added typecast for starck_start in arm_cpu to ensure correct calculation
|
10 years ago |
Martin
|
f19ec9649f
|
added typecast for starck_start in native
|
10 years ago |
Oleg Hahm
|
70747d8bb4
|
streamlined driver include pathes
|
10 years ago |
Ludwig Ortmann
|
5681fcc481
|
native readme update
|
10 years ago |
Oleg Hahm
|
fb423e2c48
|
Merge pull request #606 from OlegHahm/license_issues
added license headers and doxygen file information
|
10 years ago |
Oleg Hahm
|
d9c31a01e5
|
addressed comments from @mehlis
|
10 years ago |
Oleg Hahm
|
4bc6dfbf69
|
added license headers and doxygen file information
plus replaced tabs with spaces
|
10 years ago |
Ludwig Ortmann
|
f04eaa3d20
|
update native readme
|
10 years ago |
Ludwig Ortmann
|
fd083c95a6
|
check for active_thread != NULL in syscalls.c before using it
fixes #498
|
10 years ago |
Ludwig Ortmann
|
f0340b90a2
|
guard pre-err() warn() calls
|
10 years ago |
Ludwig Ortmann
|
176f379c7a
|
dont err() but warn() if no thread exists in native_isr_entry
|
10 years ago |
Ludwig Ortmann
|
796b656e31
|
force-debug (eINT && in_isr) in DEVELHELP
|
10 years ago |
Ludwig Ortmann
|
6f5d4dcdb4
|
block all signals per default
|
10 years ago |
Ludwig Ortmann
|
bdd4252961
|
guard setitimer
|
10 years ago |
Ludwig Ortmann
|
0766b92f7b
|
Don't unblock signals again.
A late signal could kill the process otherwise.
|
10 years ago |
Ludwig Ortmann
|
2c80f68d62
|
handle more errors and remove race condition in native_isr_entry
|
10 years ago |
Ludwig Ortmann
|
a55e85f8d0
|
guard swapcontext in _native_syscall_leave
|
10 years ago |
Ludwig Ortmann
|
7f1db86ae2
|
handle some should-be impossible paths
|
10 years ago |
Ludwig Ortmann
|
573b154f44
|
handle select errors EAGAIN | EWOULDBLOCK in lpm
|
10 years ago |
Ludwig Ortmann
|
3c087107f2
|
fix call to err()
|
10 years ago |
Kaspar Schleiser
|
56ee585c81
|
update Kaspar's email address
kaspar.schleiser@fu-berlin.de is obsolete.
(2nd try, first try was overwritten by some overzealous documenter)
|
10 years ago |
Ludwig Ortmann
|
f04c3dc433
|
Merge pull request #559 from LudwigOrtmann/native_syscall_guards
Native syscall guards
|
10 years ago |
Ludwig Ortmann
|
d8745e2861
|
add local debug macro
addresses https://github.com/RIOT-OS/RIOT/pull/559#issuecomment-33241773
|
10 years ago |
Ludwig Ortmann
|
b22380990f
|
fix DEBUG in syscalls
|
10 years ago |
Ludwig Ortmann
|
4939473afb
|
guard malloc/free family
|
10 years ago |
Ludwig Ortmann
|
7685357990
|
Merge pull request #547 from LudwigOrtmann/native_hwtimer_fix
Native hwtimer fix
|
10 years ago |
Ludwig Ortmann
|
7148f1db23
|
change wording
addresses https://github.com/RIOT-OS/RIOT/pull/555#discussion_r9118361
|
10 years ago |
Ludwig Ortmann
|
f58b312129
|
improve error messages when tap ioctls fail
|
10 years ago |
Ludwig Ortmann
|
e32bfa53d0
|
fix overdue mitigation
|
10 years ago |
Ludwig Ortmann
|
91ebc1d0b5
|
improve debug messages
|
10 years ago |
Ludwig Ortmann
|
332cf8807f
|
fix callback offset
|
10 years ago |
Oleg Hahm
|
8de53e2b78
|
Merge pull request #530 from thomaseichinger/msp430-intrinsics.h-fix
safeguard intrinsics.h include in lpm_cpu.c
|
10 years ago |
Ludwig Ortmann
|
855eea6a53
|
add missing newlines
|
10 years ago |
Ludwig Ortmann
|
ca53203f1f
|
Merge pull request #539 from LudwigOrtmann/native_signal_patches
Native signal patches
|
10 years ago |
Ludwig Ortmann
|
2b4a323a18
|
unclutter native_isr_entry a bit
remove heap_address - hopefully superflous, does not work in valgrind
remove stale TODO
|
10 years ago |
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
|
10 years ago |
Oleg Hahm
|
0409d4b3a1
|
Merge pull request #521 from OlegHahm/fix_includes_for_msp430
Fix includes for msp430
|
10 years ago |
Ludwig Ortmann
|
98a2d554b5
|
osx fixes
|
10 years ago |
Thomas Eichinger
|
eff2c9aea3
|
safeguard intrinsics.h include since it is only provided by msp430-gcc >= 4.6
|
10 years ago |
Oleg Hahm
|
a57b853401
|
removed own implementation of errno headers
|
10 years ago |
Oleg Hahm
|
9eebc532ef
|
Merge pull request #459 from rousselk/msp430-lpm-freq
Msp430 lpm freq
|
10 years ago |
Ludwig Ortmann
|
fc6cd24ece
|
reduce HWTIMERMINOFFSET
|
10 years ago |
Ludwig Ortmann
|
dbcc898bcc
|
update internal timer on hwtimer_arch_set
|
10 years ago |
Ludwig Ortmann
|
d3a1c1bda7
|
add comment
addresses https://github.com/RIOT-OS/RIOT/pull/501#discussion_r8881054
|
10 years ago |