Commit Graph

108 Commits

Author SHA1 Message Date
Matthias Ringwald
cf7250aa3d 3rd-party/micro-ecc: avoid warning for undefined preprocessing identifier 2023-03-03 18:47:48 +01:00
Matthias Ringwald
ce6f85e79d 3rd-party/segger-rtt: update to V786a 2023-02-23 15:43:00 +01:00
Peter Harper
88cd67309c 3rd-party/lwip/dhserver: interface for dhcp reply
If more than one interface is used, chances are that the last one added
will have changed the default interface used for sending data (see
netif_set_default). This causes problems for the DHCP server in the PAN
example as the DHCP reply is sent on the wrong network. On Windows this
can cause it to use the wrong address.

Send replies to the interface that received the dhcp request.
2023-01-18 16:22:41 +00:00
Matthias Ringwald
4c4eb51920 lc3-google: switch to official github repo 2023-01-18 10:49:58 +01:00
Peter Harper
e3ba22907f 3rd-party/lwip/dhcp-server: fix unaligned accesses
In the dhcp server, avoid casting a uint8_t* to uint32_t* when using
ip addresses.
2023-01-11 18:51:17 +00:00
Matthias Ringwald
c824d78c0a 3rd-party/micro-ecc: avoid // in /* .. */ comment 2022-11-02 15:29:54 +01:00
Bjoern Hartmann
d39ea275a9 lc3-google: do not use newer arm intrinsics if gcc version is lower than 10 2022-06-10 16:24:01 +02:00
Matthias Ringwald
cbf509016d lc3-google: avoid C2229 on MSVC due to zero-sized array not as last element 2022-06-09 23:17:17 +02:00
Matthias Ringwald
4930cef6e2 lc3-google: update 2022-06-05 18:06:03 +02:00
Matthias Ringwald
328627d19a 3rd-party/bluedroid: fix warnings 2022-05-22 20:12:35 +02:00
Matthias Ringwald
b29e92f97f 3rd-party/bluedroid: fix warnings 2022-05-22 20:05:29 +02:00
Matthias Ringwald
649f70097c lc3-google: fix compiler warning 2022-04-28 23:06:12 +02:00
Matthias Ringwald
75aabb0d58 micro-ecc: suppress MSVC C4244 warning 2022-04-28 22:57:55 +02:00
Matthias Ringwald
ef35c01acd Drop EHIMA LCS in favor of newer google codec 2022-04-22 12:50:49 +02:00
Matthias Ringwald
9a19cd7860 Add LC3 codec from Google 2022-04-22 12:50:12 +02:00
Matthias Ringwald
026ebaf7f2 3rd-party/liblc3docdec: add missing Datapoints.hpp 2022-03-22 16:14:03 +01:00
Matthias Ringwald
d65b03f501 3rd-party/liblc3codec: fix encoder crash for 8_1 2022-03-08 18:13:54 +01:00
Matthias Ringwald
85068998a1 Provide lc3 api in lc3.h, implement wrapper for LC3 EHIMA 2022-02-23 18:22:15 +01:00
Matthias Ringwald
d79f9c2007 3rd-party: add EHIMA LC3 Codec and KISS FFT 2022-02-23 18:17:21 +01:00
Milanka Ringwald
b45b7749fd MISRAC2012-Rule-8.3_b: match function declaration and definition 2021-06-03 11:35:40 +02:00
Matthias Ringwald
41f9be703f avoid function param modification 2021-06-02 19:11:43 +02:00
Matthias Ringwald
5ce1359ee5 add 'U' to unsigned constants 2021-06-02 12:11:39 +02:00
Matthias Ringwald
043de24a5a segger-rtt: set default to no block skip mode 2021-04-27 09:39:00 +02:00
Matthias Ringwald
77da83a6e0 lwip/dhcp-server: fix warning 2020-12-02 21:11:07 +01:00
Milanka Ringwald
8aee7659ad delete commented code 2020-11-05 14:07:13 +01:00
Milanka Ringwald
6ccd824859 update python scripts to python3 2020-11-03 15:19:00 +01:00
Milanka Ringwald
7bbeb3ad8c add missing default switch cases 2020-10-27 13:44:55 +01:00
Matthias Ringwald
9389122cc3 avdtp: fix compile 2020-10-16 14:32:34 +02:00
Matthias Ringwald
80dcb2116a micro-ecc: comment compression and ECDSA, add tests 2020-09-25 10:50:02 +02:00
Matthias Ringwald
cfd54eb73c rijndael: comment 192-bit and 256-bit variants 2020-09-23 17:43:31 +02:00
Matthias Ringwald
58039fbfdc rijndael: enable decrypt with ENABLE_RIJNDAEL_ENCRYPT 2020-08-31 16:08:54 +02:00
Matthias Ringwald
bf2b6c3754 micro-ecc: add uECC_NO_DEFAULT_RNG to disable default RNG from OS (POSIX, 2020-04-10 10:23:10 +02:00
Matthias Ringwald
8334d3d848 MISRAC2012-Rule-8.9: inline const objects that are used by single function 2020-01-17 11:30:10 +01:00
TREFOU Felix
0561b2d8d5 stm32-wb55-nucleo-freertos port 2019-12-21 20:08:03 +01:00
Matthias Ringwald
f13fc29007 btstack_crypto: move rijndael/aes128 implementation into 3rd-party [a2471] 2019-12-07 22:32:03 +01:00
Matthias Ringwald
01899c8b1f fix build 2019-12-03 12:57:15 +01:00
Matthias Ringwald
6e79178071 MISRAC2012-Rule-11.9: use NULL instead of 0 2019-12-03 12:39:19 +01:00
Matthias Ringwald
b3f3a010d5 ISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 18:00:47 +01:00
Matthias Ringwald
330534ef66 MISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 17:56:23 +01:00
Matthias Ringwald
27bcc36f65 MISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 17:38:40 +01:00
Matthias Ringwald
e53a3388dc ISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 16:37:16 +01:00
Matthias Ringwald
5df9dc7819 MISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 15:10:58 +01:00
Matthias Ringwald
c1ab6cc1be MISRAC2012-Rule-12.1: add suggested parentheses 2019-11-19 14:31:48 +01:00
Matthias Ringwald
dfde218f34 segger-rtt: add SEGGER_RTT_GetAvailWriteSpace function 2019-11-18 15:19:26 +01:00
Matthias Ringwald
a20be900c9 segger-rtt: add SEGGER_RTT_GetAvailWriteSpace function 2019-11-18 14:26:31 +01:00
Matthias Ringwald
779af47be2 segger-rtt: update to v6.54, document modifications for BTstack 2019-11-18 11:58:56 +01:00
Matthias Ringwald
01be50610d pan_lwip_http_server: list download test files 2019-11-10 00:28:58 +01:00
Matthias Ringwald
902584e45c lwip: support .svg in makefsdata tool 2019-11-10 00:27:46 +01:00
Milanka Ringwald
c86c456e5c lwip: add download test files to http server demo 2019-11-09 23:59:42 +01:00
Matthias Ringwald
fa8f6fac58 pan_lwip_http_server: serve test file for /NumberOfBytes.txt 2019-11-09 23:16:53 +01:00