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
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
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
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
Oleg Hahm
de0963948c
tests: unittests for gnrc_ipv6_get_header
2016-07-22 16:34:52 +02:00
Oleg Hahm
a2b9defc8b
gnrc ipv6: convenient function to get the header
2016-07-22 16:34:52 +02:00
kYc0o
e443b90815
Merge pull request #5452 from locicontrols/find-tty
...
Adjust find-tty.sh to return all matches, then use it in boards/cc2538dk
2016-07-22 16:01:46 +02:00
kYc0o
51a4fee948
Merge pull request #5574 from PeterKietzmann/msp430_gpio_fix
...
cpu/msp430: initialize gpio as input OR output
2016-07-22 15:55:43 +02:00
kYc0o
571feee49b
Merge pull request #5665 from gebart/pr/cortexm-hardfault-corrupt-stack
...
cortexm: Hard fault: Try to output as much as possible even with corrupt stack
2016-07-22 14:19:13 +02:00
c239ec351a
Merge pull request #5666 from aabadie/bmp180_deps
...
drivers/bmp180: add dependency to periph_i2c
2016-07-22 09:47:28 +02:00
3e0bac7acb
Merge pull request #5673 from basilfx/bugfix/application_name
...
tests: driver_bh1750: fix application name
2016-07-21 10:35:54 +02:00
Bas Stottelaar
d72afd37fd
tests: driver_bh1750: fix application name
2016-07-20 23:33:18 +02:00
René Kijewski
6bfe551107
Merge pull request #5671 from kaspar030/allow_pseudopkgs
...
make: allow "pseudo-packages"
2016-07-20 23:11:43 +02:00
8631544460
Merge pull request #5672 from kaspar030/fix_clist_lpeek
...
core: clist: clist_lpeek(): add missing return statement
2016-07-20 23:08:20 +02:00
7a3c63fddb
core: clist: clist_lpeek(): add missing return statement
2016-07-20 22:25:48 +02:00
b469cedd6d
tests: pkg_micro-ecc: fix application name to avoid clash with pkg
2016-07-20 21:16:04 +02:00
1b0d9ef14b
make: treat packages like modules when it comes to linking
2016-07-20 19:58:17 +02:00
Joakim Nohlgård
5cd91bc784
cortexm: Hard fault: Try to output as much as possible even with corrupt stack
2016-07-20 13:25:23 +02:00
Lotte Steenbrink
fef429e16b
fix typo
2016-07-20 12:20:50 +02:00
144ab431e7
drivers/bmp180: add dependency to periph_i2c
2016-07-20 10:47:05 +02:00