1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

11352 Commits

Author SHA1 Message Date
Joakim Nohlgård
275b366825 Makefile.base: Add separate CXXINCLUDES for C++ specific header directories 2016-05-31 22:03:04 +02:00
Joakim Nohlgård
e4ad8d6beb cpu/Makefile.include.llvm: Use libstdc++ headers for C++ support 2016-05-31 22:03:04 +02:00
Oleg Hahm
6deac1d64e Merge pull request #5329 from kaspar030/add_makefile_for_host_tools
make: add makefile for host tools
2016-05-31 21:25:47 +02:00
Martine Lenders
c313c26dbb Merge pull request #5444 from OlegHahm/msg_send_receive_fix
core: msg_send_receive if receiver is not ready
2016-05-31 20:45:57 +02:00
Martine Lenders
9d854b088a Merge pull request #5456 from OlegHahm/pkg_tlsf_left_shift
pkg tlsf: undefined left-shifting of neg. values
2016-05-31 20:18:53 +02:00
Oleg Hahm
dc7d191748 core: msg_send_receive if receiver is not ready 2016-05-31 20:06:35 +02:00
Cenk Gündoğan
6ee680d1f2 Merge pull request #5478 from cgundogan/pr/rpl_p2p/fix
rpl_p2p: rm non-existing fib flag
2016-05-31 19:58:19 +02:00
Emmanuel Baccelli
58745f973c Merge pull request #5483 from emmanuelsearch/readme-update
Readme update
2016-05-31 19:38:53 +02:00
718b7d8109 Merge pull request #5481 from chrysn-pull-requests/ps-flag-names
sys: ps: display waiting for flags
2016-05-31 19:25:15 +02:00
Emmanuel Baccelli
3a4ba91e20 Update README.md
addressed comments
2016-05-31 19:23:35 +02:00
chrysn
e348a8df80 PS: Display waiting for flags
This adds support for the recently introduced thread flags mechanism to
the `ps` module; while previously it would show a thread in state
"(null)" when it is blocked on thread_flags_wait_any or
thread_flags_wait_all, it now shoes the state "bl anyfl" or "bl allfl",
respectively. The labels are kept that short to not mess with the
fixed-width layout.
2016-05-31 18:27:14 +02:00
Emmanuel Baccelli
72adc99fbf Update README.md
wordsmithing around non-viral term
2016-05-31 15:25:04 +02:00
Martine Lenders
a6df844555 Merge pull request #5461 from PeterKietzmann/adapt_defaul_short_address
drivers/802154: improve setting of default short address
2016-05-31 13:58:36 +02:00
PeterKietzmann
ed470e11f8 drivers/kw2xrf: improve default short address 2016-05-31 13:12:57 +02:00
Emmanuel Baccelli
652ba6a39e Update README
Used some reworked umbrella text from latest release notes to provide more synthetic information upfront (as this README is the first thing people read on GitHub).
2016-05-31 13:10:51 +02:00
Cenk Gündoğan
5c42d430ec rpl_p2p: rm non-existing fib flag 2016-05-31 11:03:19 +02:00
Oleg Hahm
e443d3a0ff pkg tlsf: undefined left-shifting of neg. values 2016-05-27 14:49:15 +02:00
Oleg Hahm
16daabbcfb Merge pull request #5418 from OlegHahm/tlsf_stats
pkg tlsf: statistics
2016-05-27 14:06:15 +02:00
Oleg Hahm
1777409472 ps: add heap statistics for TLSF (if enabled) 2016-05-27 13:48:06 +02:00
Oleg Hahm
d4732952b2 pkg tlsf: add usage statistics 2016-05-27 13:48:06 +02:00
Oleg Hahm
ef669dd842 Merge pull request #5462 from aabadie/iotlab_gateway_patch
sys/shell: adding definition for deactiving prompt and/or echo in shell
2016-05-26 15:27:41 +02:00
Oleg Hahm
fe7f173b11 Merge pull request #5463 from gebart/pr/sensor-doxygen-group
drivers: sensor doxygen group
2016-05-26 13:52:18 +02:00
Joakim Nohlgård
407e10d5b3 drivers/si70xx: Use Doxygen group drivers_sensors 2016-05-26 12:53:51 +02:00
Joakim Nohlgård
e215c9270e drivers/lis3mdl: Change doxygen grouping to sensor drivers 2016-05-26 12:47:42 +02:00
fdf12d01b3 sys/shell: adding definition for deactiving prompt and/or echo in shell 2016-05-26 09:36:23 +02:00
Oleg Hahm
b3a4a0f542 Merge pull request #5178 from OlegHahm/netstats_l3
net: introduce IPv6 netstats
2016-05-25 15:12:46 +02:00
Oleg Hahm
6707c20b7d netstats: initial import of IPv6 netstats 2016-05-25 14:44:53 +02:00
Oleg Hahm
ad5ad76db2 Merge pull request #5430 from mtausig/hash_interface
Unified interface of hashing functions
2016-05-24 17:12:25 +02:00
Mathias Tausig
ca5564f643 Cleanup: Corrected code style with uncrustify 2016-05-24 16:57:06 +02:00
Mathias Tausig
b30945a2f8 hashes: Cleanup (removed unneccesary increment operator) 2016-05-24 16:57:06 +02:00
Mathias Tausig
dfee5c3274 hashes: Unified the cryptographic hash functions
- Same signatures for XXX_init, XXX_update and XXX_final
- Same naming conventions and parameter types for all funtions in sha1.h
2016-05-24 16:52:30 +02:00
Oleg Hahm
d51b36eb89 Merge pull request #5459 from cgundogan/pr/make/iotlab
Makefile.iotlab: evaluate IOTLAB_LOGGING correctly for iotlab-exp
2016-05-24 12:08:35 +02:00
Cenk Gündoğan
f73b226c67 Makefile.iotlab: evaluate IOTLAB_LOGGING correctly for iotlab-exp 2016-05-24 11:56:15 +02:00
Oleg Hahm
0909eba5ae Merge pull request #5409 from OlegHahm/iotlab_debug_server_fix
iotlab: only start debug server for one node
2016-05-24 11:03:58 +02:00
Oleg Hahm
29badd7d58 Merge pull request #5441 from cgundogan/pr/desvirt/make_cleanup
tools: desvirt: rm unused TOPO_FLE var
2016-05-21 18:06:01 +02:00
Peter Kietzmann
e08733d2d1 Merge pull request #5234 from thomaseichinger/pr/phr_length_mask
drivers/at86rf2xx: mask frame length according to data sheet
2016-05-20 15:14:55 +02:00
Thomas Eichinger
5a45c31bcb drivers/at86rf2xx: remove unused functions
These two functions are not used anymore and can be omitted.
2016-05-20 15:05:27 +02:00
Andreas "Paul" Pauli
9693c3cdf5 Merge pull request #5425 from locicontrols/cc2538-ldscript
cpu/cc2538: eliminate cc2538.ld and use cortexm_base.ld instead
2016-05-19 16:30:11 +02:00
Andreas "Paul" Pauli
c805853c34 Merge pull request #5376 from OlegHahm/doxy_fixes
doc: document THREAD_STACKSIZE correctly and fix PRNG documentation
2016-05-18 15:00:10 +02:00
Oleg Hahm
1319c5e874 doc: add a hint to cpu_conf.h 2016-05-18 12:48:35 +02:00
Oleg Hahm
d2db255a97 iotlab: only start debug server for one node 2016-05-18 12:28:44 +02:00
Peter Kietzmann
e55c8394ae Merge pull request #5327 from authmillenon/netdev2_ieee802154/enh/assert-instead
netdev2_ieee802154: replace overflow checks with asserts
2016-05-18 12:04:00 +02:00
Martine Lenders
d5274572e8 Merge pull request #5401 from cgundogan/pr/make/enable_nhc
make: enable NHC by default
2016-05-18 10:29:06 +02:00
Peter Kietzmann
e3faafbd59 Merge pull request #5339 from cgundogan/pr/make/iotlab-testbed
dist: make: iotlab: specify exp id in iotlab-term
2016-05-18 09:41:05 +02:00
Cenk Gündoğan
afd9aa0bd8 dist: make: iotlab: specify exp id in iotlab-term 2016-05-18 07:56:17 +02:00
Cenk Gündoğan
218ec47426 Merge pull request #5447 from cgundogan/pr/ndp/check_null
gnrc_ndp: check nc_entry before using it
2016-05-18 07:30:21 +02:00
Martine Lenders
15130e8674 Merge pull request #5298 from cgundogan/pr/cib/cib_get_check_fix
cib: check (write > read) explicitly
2016-05-17 23:02:13 +02:00
Oleg Hahm
2e426c08f8 Merge pull request #5445 from OlegHahm/gnrc_netapi_assert_ack_type
gnrc: netapi: assert for correct ACK msg type
2016-05-17 22:46:00 +02:00
Oleg Hahm
00ebb4b2ed gnrc: netapi: assert for correct ACK msg type 2016-05-17 22:33:49 +02:00
Oleg Hahm
3d1acc974e Merge pull request #5435 from authmillenon/libfixmath/fix/source
libmathfix: move to git repository and adapt
2016-05-17 22:32:28 +02:00