Ludwig Knüpfer
25e8146f9a
Merge pull request #5716 from gebart/pr/chronos-stdio-warnings
...
chronos: Fix stdio warnings
2016-08-03 08:10:03 +02:00
Martine Lenders
cc6b123758
lwip: initialize link-local address correctly
...
lwIP does some weird byte-swapping in netif_create_ip6_linklocal_address()
with non-ethernet-addresses, so I rather initialize it like in GNRC, so it is
compatible to both GNRC and emb6.
2016-08-02 16:33:35 +02:00
kYc0o
ac4cc0849e
Merge pull request #5703 from wentaoshang/fix-sha256
...
hashes: support unaligned memory access in be32enc_vect
2016-08-02 15:54:10 +02:00
Peter Kietzmann
5fe215d63b
Merge pull request #5705 from keestux/fix-cpu-samd21-i2c
...
cpu/samd21/periph/i2c: power off did enable instead of disable
2016-08-02 09:27:06 +02:00
Joakim Nohlgård
1ea462643f
chronos: Fix stdio warnings
2016-08-02 09:19:29 +02:00
Bas Stottelaar
7cf1c46d2e
boards: msp430-common: remove dead code when linking.
2016-08-01 18:35:21 +02:00
Wentao Shang
600c8f626d
hashes/sha256: support unaligned memory access in be32enc_vect
2016-07-31 18:58:13 -07:00
kYc0o
355e6b19b5
Merge pull request #5711 from gebart/pr/gpio-doxygen
...
periph/gpio: Clean up Doxygen text
2016-07-31 13:07:29 +02:00
Ludwig Knüpfer
b87bc37b89
doc: un-exclude board's periph_conf.h in Doxygen
2016-07-30 09:07:08 +02:00
Joakim Nohlgård
bc9e5b218b
periph/gpio: Clean up Doxygen text
2016-07-30 08:06:19 +02:00
kYc0o
1b3012bcc6
Merge pull request #5612 from gebart/pr/xtimer-periodic-wakeup
...
xtimer: Refactor xtimer_usleep_until and rename to xtimer_periodic_wakeup
2016-07-29 13:44:26 +02:00
Joakim Nohlgård
c0ad83c167
tests: Update xtimer_usleep_until usage to xtimer_periodic_wakeup
2016-07-29 13:05:02 +02:00
Joakim Nohlgård
71501de4c6
tests/xtimer_periodic_wakeup: Copy and adapt from xtimer_usleep_until
2016-07-29 13:05:02 +02:00
Joakim Nohlgård
4449ba4933
xtimer: Refactor xtimer_usleep_until and rename to xtimer_periodic_wakeup
...
Rewrote conditions for improved readability, and removed magic number 512
2016-07-29 13:05:02 +02:00
Kees Bakker
ac3683b09f
cpu/samd21:i2c: the wait for SYNCBUSY must come after enable or disable
...
The power on/off code is refactored somewhat.
2016-07-28 22:01:12 +02:00
Kees Bakker
64cc7c63c8
cpu/samd21/periph/i2c: power off did enable instead of disable
2016-07-28 21:33:28 +02:00
Gaëtan Harter
a52c781339
dist: ethos: add tcp socket support
...
Add ethos support to use a tcp socket instead of a TTY.
Use 'tcp:host' as serial argument.
Port can be given in place of the baudrate argument.
Default port is 20000 which is used in on IoT-LAB.
2016-07-28 21:28:21 +02:00
kYc0o
6dfec48629
Merge pull request #2897 from kaspar030/fix_openocd_flash_return_code
...
openocd: return error if flashing went wrong
2016-07-27 18:11:45 +02:00
kYc0o
5a79b5c0de
Merge pull request #5700 from BytesGalore/test_nhdp_changed_print_info
...
tests/nhdp: changed printf to puts
2016-07-27 17:52:01 +02:00
kYc0o
eeb543d6cd
Merge pull request #5701 from kaspar030/fix_test_msg_send_receive
...
tests: msg_send_receive: fix "sent ptr goes out of scope" bug
2016-07-27 17:44:40 +02:00
8601285b13
openocd: return error if flashing went wrong
2016-07-27 17:42:06 +02:00
e8927388d3
tests: msg_send_receive: fix "sent ptr goes out of scope" bug
2016-07-27 17:08:14 +02:00
BytesGalore
8986d2cb85
tests/nhdp: changed printf to puts
2016-07-27 16:45:36 +02:00
Peter Kietzmann
5c373776b3
Merge pull request #5679 from aabadie/fix_type_bmp180
...
drivers/bmp180: implementation cleanup
2016-07-27 10:06:46 +02:00
Ludwig Knüpfer
dc183736bc
make: include RIOT_VERSION in CFLAGS for riotbuild
...
fixes #5695
2016-07-27 09:23:39 +02:00
Johann Fischer
d111f1f465
netopt.c: extend _netopt_strmap
2016-07-27 00:15:27 +02:00
Johann Fischer
bfe6301572
sys/include/net/netopt.h: fix whitespace
2016-07-27 00:15:27 +02:00
Johann Fischer
14f0d1ce89
netopt.h: add new options to set the CCA and test modes
...
This patch adds two new options to netopt. NETOPT_CCA_MODE to set
the CCA mode corresponding to the respective PHY standard and
NETOPT_RF_TESTMODE to set the test mode for the radio.
2016-07-27 00:15:27 +02:00
Martine Lenders
f844008a12
gnrc_netif_hdr: print flags
2016-07-26 21:06:36 +02:00
Martine Lenders
6d72cdb595
gnrc_ipv6: copy user flags from old netif headers
...
Upper layers might want to utilize the flags (e.g. to tell 6LoWPAN to elide
UDP checksums). This change allows for this by copying non-addressing related
flags to the address resolution generated netif header from the user generated
netif header.
2016-07-26 21:06:36 +02:00
Joseph Noir
2dcce17bca
Merge pull request #5682 from LudwigKnuepfer/pr/fix-5680
...
cpu/native: fix thread_stack_init
2016-07-26 20:39:16 +02:00
Ludwig Knüpfer
05d4b2f8fa
cpu/native: fix thread_stack_init
...
The pointer arithmetic for the calculation of the context storage was off
due to the change of the stack's pointer type from unsigned int to char.
Fix offset calculation by not adjusting for unsigned int width anymore.
2016-07-26 20:07:08 +02:00
Oleg Hahm
eea0dd4e32
Merge pull request #5681 from LudwigKnuepfer/pr/fix-5664
...
cpu/native: rewrite cpu_print_last_instruction
2016-07-26 20:03:33 +02:00
Martine Lenders
3feb38611b
Revert "shell: set NULL pointer for data pakets with zero-length payload"
...
This reverts commit 1ae7bc23d8
.
2016-07-26 19:57:25 +02:00
Ludwig Knüpfer
49e76997a5
core/panic: add missing #ifdef NDEBUG
...
In case NDEBUG is not defined, `crash_code` is used later on
2016-07-26 19:37:35 +02:00
Ludwig Knüpfer
d639f0b9a3
cpu/native: rewrite cpu_print_last_instruction
...
circumvent assembly by using a GCC/LLVM builtin
2016-07-26 12:44:43 +02:00
BytesGalore
68d9f07eee
hashes/sha1: changed data-parameter types to void*
2016-07-26 10:03:58 +02:00
Peter Kietzmann
b5cb68bd66
Merge pull request #5676 from jasonatran/cc2538_debug
...
cpu/cc2538: fix debug statements
2016-07-26 09:50:39 +02:00
Jason Tran
4136b95930
cpu/cc2538: fix debug statements
2016-07-25 18:35:05 -07:00
Aaron Sowry
66b36397b6
cpu/cc2538: Enable CRC checking of received packets ( #5654 )
2016-07-25 12:34:44 -04:00
kYc0o
cf3ee67780
Merge pull request #5669 from miri64/gnrc/doc/thesis
...
gnrc: provide my master thesis in documentation
2016-07-25 17:05:06 +02:00
20cb96f4df
drivers: add dependency to xtimer to bmp180
2016-07-25 15:32:09 +02:00
847e6c6494
drivers/bmp180: add a delay before accessing calibration registers
2016-07-25 15:30:39 +02:00
Martine Lenders
d9f759d1fd
gnrc: provide my thesis in documentation
2016-07-25 15:11:24 +02:00
d3fb1d9883
drivers/bmp180: implementation cleanup
2016-07-25 11:52:15 +02:00
Toon Stegen
2039cd1e26
tests/periph_uart: include uart_stdio.h
...
This makes sure UART_STDIO_DEV is defined, so the init command fails
when trying to use the shell UART as a parameter.
2016-07-25 09:43:36 +02:00
8518843a40
Merge pull request #5662 from basilfx/feature/si70xx_saul
...
Adapt Si70xx temperature/humidity sensor for SAUL
2016-07-24 12:10:27 +02:00
Antoine Faure
31e675b359
cpu: cortex_common: Add entry point to tell gdb where to start
2016-07-23 13:27:47 +02:00
Bas Stottelaar
0902ccb2e0
drivers: si70xx: adapt for SAUL
2016-07-22 18:22:13 +02:00
kYc0o
9ba2e5372d
Merge pull request #5248 from cgundogan/pr/make/buildrelpath
...
make: BUILDRELPATH without call to git
2016-07-22 17:05:03 +02:00