Commit Graph

167 Commits

Author SHA1 Message Date
Piotr Szkotak 8ff7950cd2 [nrf52840] update Nordic example CDC ACM driver (#3772) 2019-04-18 08:46:28 -07:00
Jonathan Hui 68260c2ed3 Update to reflect upstream repository 'https://github.com:nestlabs/nlbuild-autotools' at tag '1.6.6'. 2019-04-09 19:59:02 +00:00
Łukasz Duda 9dfa4e2b31 [nrf528xx] remove unnecessary dependencies from app_error_weak implementation (#3725) 2019-04-01 09:06:43 -07:00
Kamil Sroka 203bce7ae7 [nrf528xx] update usbd (#3618) 2019-02-22 09:00:57 -08:00
Piotr Szkotak 80c98ac824 [nrf528xx] update radio driver to version 1.3.0 (#3603) 2019-02-19 08:44:49 -08:00
Piotr Szkotak cb8761b7d0 [nrf528xx] update app_error_weak.c (#3601) 2019-02-18 11:10:56 -08:00
Łukasz Duda 070fd834e8 [nrf52811] add support for nRF52811 platform (#3566) 2019-02-08 08:41:22 -08:00
Oleksandr Grytsov c4a7e8570d [samr21] Add possibility to define board with command line (#3491)
By default Makefile-samr21 builds for SAM R21 Xplained Pro board. Another
board can be specified with BOARD variable through command line:

    make -f examples/Makefile-samr21 BOARD=<TARGET_BOARD>

Currently supported following boards: SAMR21_XPLAINED_PRO,
SAMR21G18_MODULE, SAMR21B18_MODULE.

Signed-off-by: Oleksandr Grytsov <al1img@gmail.com>
2019-02-04 18:24:37 -08:00
Oleksandr Grytsov 68d527a530 [samr21] Fix compilation issue with gcc 7.3.1 (#3491)
Internal compiler.h defines __always_inline macro and includes cdefs.h
indirectly. cdefs.h also defines this macro. As result we have redefined
macro error which can't be suppressed. The fix is to use custom compiler.h
which is copy of ASF compiler.h bu defines __always_inline only if it is
not yet defined.

Signed-off-by: Oleksandr Grytsov <al1img@gmail.com>
2019-02-04 18:24:37 -08:00
erja-gp 392cfecff8 [qpg6095] add Qorvo QPG6095 platform (#3525) 2019-02-04 10:50:27 -08:00
Kamil Sroka eb4e460f9f [nordic] update nrfx to 1.6.0 (#3515) 2019-01-25 08:40:42 -08:00
Jonathan Hui 65db853abc [nrf52840] fix build with DISABLE_BUILTIN_MBEDTLS=1 (#3497) 2019-01-24 09:01:11 -08:00
Zhanglong Xia eb7a910638 [efr32] add support for OQPSK modulation in 915MHz band (#3315) 2019-01-18 05:43:51 -08:00
Kamil Sroka 8c793427a3 [nrf52840] fix build with COAPS=1 and SNTP_CLIENT=1 (#3440) 2019-01-09 14:33:58 -08:00
Kamil Sroka 979b50522d [nrf52840] update nRF52840 radio driver to version 1.2.3 (#3432) 2019-01-04 08:45:41 -08:00
Jonathan Hui 7554e344ce [test-driver] update README.md format (#3430) 2019-01-04 08:42:03 -08:00
Jonathan Hui e2056e0927 [nlbuild-autotools] update to 1.6.5 (#3429) 2019-01-04 08:41:38 -08:00
Jonathan Hui 84cb1e0d14 Merge commit '978a3f4d0664c483dbcf93a176353e4cb5f93aea' into nlbuild-autotools 2019-01-03 19:00:11 +00:00
Kamil Sroka 380be9610c [nrf52840] fix build with IAR (#3428) 2019-01-03 10:27:38 -08:00
Kamil Sroka 0724ce514d [nrf52840] fix build with ECDSA=1 (#3388) 2018-12-20 09:11:56 -08:00
Zhanglong Xia 4279dbc14c [efr32] add support for RTT log (#3285) 2018-12-14 09:25:41 -08:00
Yakun Xu cc10b31b9a [nrf52840] only enable ecdsa when OpenThread configures (#3370) 2018-12-13 09:01:52 -08:00
Jonathan Hui cc7cf137d6 [mbedtls] update to 2.14.0 (#3338) 2018-12-04 09:03:19 -08:00
Jonathan Hui a849306cf6 [mbedtls] update README (#3338) 2018-12-03 21:30:51 -08:00
Jonathan Hui f9b202998b [mbedtls] update mbedtls-config.h to fix build (#3338)
- Add stdio.h for snprintf.

- When `MBEDTLS_ECP_ALT` is defined, need to define mbedtls_ecp_restart_ctx
for build to succeed.
2018-12-03 21:30:36 -08:00
Piotr Szkotak 6e25f6f15d [nrf52840] add support for the USB DFU software trigger (#3312) 2018-12-03 09:09:53 -08:00
Piotr Szkotak a4670d6747 [nrf52840] update softdevice headers to version 6.1.1 (#3332) 2018-11-28 11:35:13 -08:00
Jonathan Hui 94dc2c0949 Merge commit '0b6efe3e561bd8654258f97321296be4c147cb22' into mbedtls 2018-11-27 16:04:59 -08:00
Łukasz Duda 90593db103 [nrf52840] suppress warning in mbedtls in Keil and IAR compiler (#3283) 2018-11-09 09:03:23 -08:00
Jonathan Hui e7b7f3f060 [mbedtls] update README 2018-11-02 21:41:34 -07:00
Jonathan Hui 8d02956c36 [mbedtls] fix build 2018-11-02 15:37:01 -07:00
Jonathan Hui c56e5ea0c4 Merge commit 'e2accb88650112777d9e5b8e0a5bb8576d6eab2a' into mbedtls 2018-11-02 15:36:41 -07:00
Łukasz Duda 014514442d [crypto] add support for ECDSA signing (#3218) 2018-10-30 12:23:10 -07:00
Jonathan Hui 980097c2ef [mbedtls] disable debug by default (#3217) 2018-10-26 13:05:28 -07:00
Kamil Sroka 71d9ba814c [nrf52840] update nRF52840 radio driver to version 1.2.2 (#3203) 2018-10-25 10:17:29 -07:00
Jonathan Hui 868934b114 [dtls] include server only with commissioner or coaps (#3139) 2018-10-12 22:13:08 -07:00
Yakun Xu 2af44beb74 [posix-app] simplify saving settings (#3108) 2018-10-09 11:12:56 -07:00
Jonathan Hui a5dc13e3be [mbedtls] simplify config file (#3126) 2018-10-08 09:24:43 -07:00
Christian Stauffer 2ce47a8e9c [coaps] CoAP Secure Client/Server accessible through OT API (#2716) 2018-09-24 11:22:08 -10:00
Kamil Sroka 7132effa91 [nrf52840] enable ECDSA in mbed TLS (#3080) 2018-09-17 06:30:37 -10:00
Łukasz Duda 9119bd5e33 [nrf52840] suppress IAR error inside mbedtls (#3026) 2018-09-05 23:18:14 -10:00
Kamil Sroka 7917c7b1cc [nrf52840] enable ECDH in mbed TLS (#3023) 2018-09-05 23:17:23 -10:00
Yakun Xu bdffbe5671 [posix-app] enhance virtual time for posix app (#3016) 2018-09-05 18:08:36 -07:00
Hubert Miś c2f32e3df8 [nrf52840] update drivers to SDK 15.1.0 (#3003) 2018-08-29 09:58:29 -07:00
Jonathan Hui d54abf8c63 [travis] fix scan-build (#2990) 2018-08-27 09:41:32 -07:00
Jonathan Hui eba708f018 [mbedtls] simplify source file listing in Makefile.am (#2984) 2018-08-23 10:34:10 -07:00
Yakun Xu af2bfc1cc4 [test] save packets as pcap file in thread-cert tests (#2965) 2018-08-20 09:27:04 -07:00
Hubert Miś 8d2184a4e7 [nrf52840] update nRF52840 radio driver to version 1.2.0 (#2968) 2018-08-17 09:03:55 -07:00
Jonathan Hui 14a1f49011 [efr32] update to Gecko SDK v2.3 (#2909) 2018-07-24 03:59:33 -05:00
Robert Lubos 9b211b76c6 [nrf52840] prevent linker from dicarding strong nrf5CryptoInit implementation (#2899)
Linker will discard libmbedcrypto_a-cc310_mbedtls.o when searching
mbedTLS library, if it finds weak implementation of
nrf5CryptoInit/Deinit before strong ones. Adding additional
symbols to this file will prevent this behavior and make linker
to search libmbedcrypto_a-cc310_mbedtls.o even after weak
implementations are found.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-07-19 16:49:30 -05:00