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

11479 Commits

Author SHA1 Message Date
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
Ian Martin
87e06756a5 cortexm_common: move the stack to the bottom of RAM 2016-05-19 15:55:36 -04: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
4303847333 trickle: use random_uint32_range 2016-05-18 08:11:36 +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
Martine Lenders
39fb0ae19a tests: adapt libfixmath tests for change 2016-05-17 21:52:35 +02:00
Peter Kietzmann
5817d91b91 Merge pull request #5192 from DipSwitch/pr/fix_stm32f1_also_disable_hsi_on_hse
cpu/stm32f1: Disable HSI when using the HSE as system clock
2016-05-17 10:51:46 +02:00
Cenk Gündoğan
1791ef5581 gnrc_ndp: check nc_entry before using it 2016-05-17 09:52:16 +02:00
Cenk Gündoğan
8b047d055e tools: desvirt: rm unused TOPO_FLE var 2016-05-15 21:28:12 +02:00
Martine Lenders
b986ac33e8 Merge pull request #5426 from locicontrols/xtimer-irq
xtimer: return after xtimer_spin() when within an ISR
2016-05-12 16:50:00 +02:00
Martine Lenders
ee41b98ee9 libmathfix: move to git repository and adapt 2016-05-12 16:39:18 +02:00
Peter Kietzmann
9a39a804e3 Merge pull request #5417 from dkm/pr/fix.isr.ssi1
cpu/lm4f120: fix SSI1 isr name
2016-05-12 14:07:19 +02:00
Peter Kietzmann
1788d59223 Merge pull request #5268 from cgundogan/pr/vagrant/phywave_usb_rule
vagrant: add usbfilter for phywave
2016-05-11 12:25:18 +02:00
Ian Martin
31c6bcc4d8 xtimer: return after xtimer_spin() when within an ISR 2016-05-10 13:30:40 -04:00
Ian Martin
10b001c3eb cpu/cc2538: eliminate cc2538.ld and use cortexm_base.ld instead 2016-05-10 12:21:29 -04:00
Marc Poulhiès
ff49ca9946 cpu/lm4f120: fix SSI1 isr name
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-05-04 13:00:25 +02:00
Cenk Gündoğan
efb16ba761 Merge pull request #5351 from cgundogan/pr/make/iotlab_log
dist: make: iotlab: add logging to iotlab-term via tmux
2016-05-04 11:09:52 +02:00
Cenk Gündoğan
7b1fc8cd31 dist: iotlab: add note about IOTLAB_LOGGING 2016-05-04 09:48:29 +02:00
Cenk Gündoğan
54aa8ecb44 dist: make: iotlab: add logging to iotlab-term via tmux 2016-05-04 09:14:36 +02:00
Joakim Nohlgård
ec80efd1f3 Merge pull request #5413 from OlegHahm/doc_periph_typos
doc: minor fixes of typos in periph documentation
2016-05-04 07:27:38 +02:00
Oleg Hahm
814be0655f doc: minor fixes of typos in periph documentation 2016-05-03 23:37:22 +02:00
DipSwitch
c449ab9fdb Merge pull request #5336 from OTAkeys/print_ipsr
cortexm_common: print trapped interrupt from ipsr
2016-04-30 23:04:14 +02:00
Martine Lenders
b605852638 lwip: introduce MLD as pseudo-module and deactivate by default 2016-04-28 12:22:42 +02:00
Martine Lenders
fa44132c88 Merge pull request #5403 from OlegHahm/at86rf2xx_minor_debug_fix
at86rf2xx_netdev: debug output is wrong
2016-04-28 12:05:55 +02:00
Oleg Hahm
e110d412a3 at86rf2xx_netdev: debug output is wrong 2016-04-28 11:35:13 +02:00
Martine Lenders
4a13324abb Merge pull request #5281 from authmillenon/gnrc_ipv6/fix/ext-fix-with-nhc
gnrc_ipv6: fix asserts for NHC
2016-04-27 08:39:39 +02:00
Cenk Gündoğan
89f3bb8a96 make: enable NHC by default 2016-04-27 08:22:41 +02:00
Andreas "Paul" Pauli
9bac1013e7 Merge pull request #5363 from yogo1212/cc2650stk_xtimer_shift
cc2650stk: remove XTIMER_SHIFT_ON_COMPARE definition
2016-04-26 21:42:59 +02:00
Peter Kietzmann
b0627ade85 Merge pull request #5280 from sdalu/nrf51ac
Added nrf51 ac variant
2016-04-26 21:11:32 +02:00
Peter Kietzmann
9931f4c902 Merge pull request #5337 from gebart/pr/mulle-pta17-adc
boards/mulle: PTA17 analog input is on ADC1 module
2016-04-26 20:35:34 +02:00
Peter Kietzmann
528b07ec6b Merge pull request #5358 from jfischer-phytec-iot/pr@fix-led
boards/pba-d-01-kw2x/board.c: fix leds default state
2016-04-26 19:27:23 +02:00
Peter Kietzmann
1bbd99b0e9 Merge pull request #5396 from OlegHahm/doc_xtimer_minor
doc: xtimer: be a bit more precise
2016-04-26 17:48:58 +02:00
Oleg Hahm
b5bec6a58b doc: xtimer: be a bit more precise 2016-04-26 13:55:54 +02:00