Martine Lenders
8dac0787bb
Merge pull request #5655 from haukepetersen/add_due_saulmapping
...
boards/arduino-due: export LED via SAUL
2016-08-05 14:15:46 +02:00
Martine Lenders
75319628ba
Merge pull request #5637 from cladmi/ethos_tcp
...
dist: ethos: add tcp socket support
2016-08-05 14:14:53 +02:00
Martine Lenders
e055a644fa
Merge pull request #5175 from antoinefaure/entry_point_gdb
...
cpu: cortex_common: Add entry point in ldscript to tell gdb where to start
2016-08-05 14:13:03 +02:00
Martine Lenders
49521dcfd9
Merge pull request #5495 from miri64/netdev2/enh/type-changes
...
netdev2: some parameter type changes
2016-08-05 14:10:13 +02:00
Martine Lenders
d587046462
Merge pull request #5551 from miri64/gnrc_ipv6/enh/copy-flags
...
gnrc_ipv6: copy user flags from old netif headers
2016-08-05 14:09:31 +02:00
Martine Lenders
0f73a40421
RELEASE 2016.07
2016-08-04 20:07:09 +02:00
Martine Lenders
bd2429f299
cpu: drivers: adapt devices for netdev2 parameter type change
2016-08-03 12:30:51 +02:00
Martine Lenders
e710164f09
netdev2: function parameter type changes
...
`len` and `count` are both values that should never go `< 0`, so instead of
having to test this (in theory) every time the function is called (regardless
of by assert or if its unnecessary code), I propose to change it to `size_t`.
As a bonus I made the type of recv's buf parameter generic - no reason for it to
be a char and it might lead to unnecessary static casting requirements
2016-08-03 09:51:18 +02:00
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
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
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
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
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
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