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
Matthias Ringwald
43d468d2c3
micro-ecc: fix include guards
2019-09-25 11:26:28 +02:00
Matthias Ringwald
6f37ec70b3
3rd-party/readme: add version info
2019-09-09 17:41:04 +02:00
Matthias Ringwald
ca8ea3f59e
3rd-party: document third-party libraries and their license type
2019-08-30 10:47:08 +02:00
Matthias Ringwald
b7f1c2ae8d
mesh: use rijndael from test folder
2019-07-20 08:50:21 +02:00
Matthias Ringwald
1fbe4564be
restart mesh development based on current develop and existing mesh branches
2019-07-20 08:50:21 +02:00
Matthias Ringwald
946d87bab9
fix warnings in lwip/dhcpserver and btstack_chipset_em901
2019-06-08 23:41:49 +02:00
Matthias Ringwald
97dc5e692c
new pan_lwip_http_server example
...
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +02:00
Milanka Ringwald
a788b16c9d
yxml: add casting
2019-03-27 12:00:33 +01:00
Matthias Ringwald
177bf6ac71
yxml: fix warnings
2018-10-08 21:20:07 +02:00
Matthias Ringwald
ed573b145a
3rd-party: add yxml sax-style xml parser
2018-09-27 09:38:56 +02:00
Matthias Ringwald
9201a494d1
3rd-party: add public domain md5 library
2018-09-07 17:42:41 +02:00
Matthias Ringwald
ec8ca29f14
tinydir: use upstream, only use PATH_MAX if defined
2018-08-14 16:10:23 +02:00
Matthias Ringwald
6138850c18
fix 'no newline at end of file' [-Wnewline-eof]
2018-07-05 22:19:19 +02:00
Matthias Ringwald
0637b725c7
bluedroid: fix compile warning
2018-04-26 13:56:17 +02:00
Matthias Ringwald
98cd9557da
3rd-party: add tinydir to iterate over directories
2018-02-05 18:25:10 +01:00
Matthias Ringwald
dd13ed293d
segger-rtt: fix compile for arm-none-eabi-gcc
2018-01-12 16:37:05 +01:00
Matthias Ringwald
7dc86dfd35
segger-rtt: add rtt files
2018-01-12 15:57:43 +01:00
Matthias Ringwald
0c92bcc661
sm: drop support for mbed-tls for ECDH
2017-08-14 11:17:52 +02:00
Matthias Ringwald
adaba9f340
Fix more warnings (mostly sign-compare)
2017-08-09 22:58:56 +02:00
Matthias Ringwald
afc6fe184c
hxcmod-player: Avoid playback error on platforms where char is unsigned
2017-08-09 22:08:16 +02:00
Matthias Ringwald
390b927134
hxcmod-player: mark mod song as const to avoid copy to RAM
2017-08-09 16:09:32 +02:00
Matthias Ringwald
d5ff3b26ac
fix warnings - mostly enum casts and set but not used
2017-06-22 15:29:47 +02:00
Milanka Ringwald
b0920f2551
fix warnings in bluedroid and avdtp
2017-05-27 17:39:23 +02:00