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

17674 Commits

Author SHA1 Message Date
4ceb309927 drivers/io1_xplained: refactor implementation
- directly use underlying drivers api (gpio, at30tse75x)
- use debug instead of log + rework messages
2018-04-17 10:48:48 +02:00
32807bd18e
Merge pull request #8911 from cladmi/pr/fix/makefile/include/unittests
Makefile.include: fix missing target for libraries
2018-04-17 10:41:54 +02:00
f18f25c5c2
Merge pull request #8577 from gebart/pr/analog_util-refactor
sys/analog_util: Refactor, add test
2018-04-17 10:40:53 +02:00
ef0f2ef9ab
Merge pull request #8967 from kaspar030/fix_missing_uhcpc_include
sys/net/uhcpc: add missing stdio.h include
2018-04-16 23:43:14 +02:00
8475844213 sys/net/uhcpc: add missing stdio.h include 2018-04-16 23:06:15 +02:00
Francisco Acosta
9e010a1975
Merge pull request #8895 from bergzand/pr/pkg/libcose
pkg: add support for libcose
2018-04-16 19:08:57 +02:00
ba809c231e
pkg/libcose: add simple unittest application 2018-04-16 19:02:04 +02:00
6c39d2d621
pkg/libcose: Add package for COSE 2018-04-16 19:01:27 +02:00
Francisco Acosta
a0025a38a3
Merge pull request #8961 from aabadie/pr/boards/nucleo-l152-periph-update
boards/nucleo-l152: remove reference to solved issue
2018-04-16 16:30:37 +02:00
Dylan Laduranty
ff5817c569
Merge pull request #8926 from aabadie/pr/drivers/sx127x_fixes
drivers/sx127x: various improvements
2018-04-16 16:10:27 +02:00
2b32af84b9
Merge pull request #8960 from aabadie/pr/drivers/io1_xplained_gpio_fix
drivers/io1_xplained: fix gpios devices initialization
2018-04-16 16:05:47 +02:00
f62818ea7b sys/auto_init/io1_xplained: fix gpios index 2018-04-16 15:57:36 +02:00
0815ef185c drivers/io1_xplained: fix gpio params initializer 2018-04-16 15:57:36 +02:00
462cc783c5
Merge pull request #8947 from bergzand/pr/pkg/cn-cbor_enable_ctx
pkg/cn-cbor: compile with context pointer support
2018-04-16 15:47:42 +02:00
355c559ae9
test/cn-cbor: Use memarray as block allocator 2018-04-16 15:27:43 +02:00
ad8e69da96
pkg/cn-cbor: compile with context pointer support 2018-04-16 15:27:43 +02:00
Joakim Nohlgård
69e9767184 unittests: Add analog_util tests 2018-04-16 13:53:49 +02:00
Joakim Nohlgård
57f6081960 sys/analog_util: Refactor adc_map, fix compilation
Change the API to use int32_t instead of int, to allow for greater
flexibility on 8- and 16-bit platforms. Removed limitation on input
arguments that min < max. Times where it can be useful to have min > max
is when measuring a sensor where a higher measured voltage means a lower
physical value. For example a thermistor can be connected so that the
measured voltage goes down when the temperature goes up.
2018-04-16 13:53:49 +02:00
6b17537e62 boards/nucleo-l152: remove reference to solved issue 2018-04-16 13:51:47 +02:00
Bas Stottelaar
56917c8709
Merge pull request #8956 from aabadie/pr/cpu/guard_lpc1768
cpu/lpc1768: remove useless timer periph file guard
2018-04-16 13:17:01 +02:00
Joakim Nohlgård
11b668fd6d sys/analog_util: Add missing include stdint.h 2018-04-16 13:05:20 +02:00
Gaëtan Harter
94214cdcae Makefile.include: fix missing target for libraries
Unittests add libraries in 'BASELIBS' which do not have any rules to be built as
they are built by 'application.inc.mk', packages and the DIRS variable.
So make complains about missing target for the unittests archives.

The fix tells these files are generated when building '$(APPLICATION_MODULE).a'.

The bug was introduced by #8844

Fixes #8910
2018-04-16 12:54:41 +02:00
635e72db23
Merge pull request #8788 from kaspar030/nanocoap_add_serverside_block1
nanocoap: add serverside block1 support
2018-04-16 12:49:06 +02:00
b42159df21 examples/nanocoap: add blockwise handler example 2018-04-16 12:31:56 +02:00
4897222e7e nanocoap: add server-side block1 support 2018-04-16 12:31:56 +02:00
fbea4f9b40
Merge pull request #8026 from miri64/cc1100/fix/netopt-max-pkt-size-width
cc110x: fix netdev get/set according to `netopt_t` doc
2018-04-16 12:10:19 +02:00
4f4ee31f6b
Merge pull request #8949 from bergzand/pr/tests/cn_cbor_fix_memleak
unittests/cn_cbor: fix memory leak
2018-04-16 10:55:46 +02:00
5a63331621 cpu/lpc1768: remove useless timer periph file guard 2018-04-16 10:09:03 +02:00
35c9f999d3
tests/cn_cbor: fix memory leak 2018-04-16 10:01:12 +02:00
Bas Stottelaar
6089910e6e
Merge pull request #8621 from basilfx/feature/u8g2_update
pkg: u8g2: improve package structure and update source
2018-04-15 11:19:26 +02:00
Bas Stottelaar
7e5d958cd8 tests: pkg_u8g2: adapt to new version. 2018-04-15 11:05:58 +02:00
Bas Stottelaar
5c9566264e pkg: u8g2: update package structure + version 2018-04-15 11:05:58 +02:00
46938f6153
Merge pull request #8244 from beurdouche/hacl_ng
pkg: add support for HACL*
2018-04-14 21:32:43 +02:00
7d415d5c7b
Merge pull request #8950 from bergzand/pr/pkg/tweetnacl/cleanup
pkg/tweetnacl: Remove unused headers and function declarations
2018-04-14 13:58:37 +02:00
Benjamin Beurdouche
1d3207f38b Initial HACL* package and tests 2018-04-14 13:43:27 +02:00
ee3675e39a
tests/tweetnacl: Cleanup headers and includes 2018-04-14 12:47:32 +02:00
d59a311b1f
pkg/tweetnacl: Remove unused includes in randombytes 2018-04-14 12:46:20 +02:00
Martine Lenders
dbccf06c5e
Merge pull request #8575 from miri64/shell/fix/6ctx
shell: adapt 6ctx command for NIB
2018-04-13 17:12:41 +02:00
Gaëtan Harter
e876bbd0ae
Merge pull request #8817 from cladmi/pr/ld/mips32r2_timer_set
mips32r2_common: timer fixes
2018-04-13 14:32:12 +02:00
0f0b50effb
Merge pull request #8946 from kaspar030/my9221_make_local_functions_static
drivers/my9221: make local functions "static"
2018-04-13 13:22:14 +02:00
11a06e3570
Merge pull request #8945 from kaspar030/add_riscv_toolchain_versions
ci: print_toolchain_versions.sh: add riscv toolchain versions
2018-04-13 12:22:09 +02:00
1d8984dc13 drivers/my9221: make local functions "static" 2018-04-13 12:18:28 +02:00
f2a73c26cf ci: print_toolchain_versions.sh: enlarge field width to 23 2018-04-13 12:04:08 +02:00
fa96289531 dist/tools/ci/print_toolchain_versions.sh: add riscv toolchain 2018-04-13 11:55:55 +02:00
666650e6b1
Merge pull request #8559 from OTAkeys/pr/fs_example
examples: add filesystem example
2018-04-13 11:08:33 +02:00
b0da19e207
Merge pull request #8918 from miri64/doc/enh/nightly-status
doc: Add nightly build status of master to README
2018-04-13 10:59:53 +02:00
Vincent Dupont
7cd7a6ccca examples/filesystem: blacklist msp430 boards 2018-04-13 10:53:41 +02:00
Vincent Dupont
0d9badfab5 atmega_common: improve posix_unistd syscalls
Add open implementation and improve fcntl with variable arguments
2018-04-13 10:51:07 +02:00
Vincent Dupont
01ac354929 examples: add filesystem example 2018-04-13 10:51:07 +02:00
3d97fd4771
Merge pull request #6164 from kaspar030/fix_cortexm_thread_yield
cortexm: fix thread_yield() -> thread_yield_higher() in ISRs
2018-04-13 10:27:46 +02:00