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 |
|
Matthias Ringwald
|
664a636e99
|
hxmod-player: more shadowing warning fixes
|
2017-05-22 12:47:20 +02:00 |
|
Matthias Ringwald
|
f319854513
|
hxmod-player: fix shadow warning
|
2017-05-22 12:32:53 +02:00 |
|
Milanka Ringwald
|
3e3fbf3df6
|
Merge branch 'avdtp-source2' into develop
|
2017-05-19 17:46:45 +02:00 |
|
Matthias Ringwald
|
af03003c8a
|
3rd-party: add micro-ecc/static e4d264b https://github.com/kmackay/micro-ecc.git and test/security_manager/ecc_micro_ecc
|
2017-04-13 15:23:09 +02:00 |
|
Milanka Ringwald
|
c79ed74c57
|
add mod, move streuct to avdtp
|
2017-04-07 16:15:01 +02:00 |
|
Milanka Ringwald
|
c5456c210e
|
fix compile warnings
|
2017-04-07 10:12:36 +02:00 |
|
Milanka Ringwald
|
a4cd9b30c1
|
added 3rd party hxcmod player
|
2017-04-07 10:10:26 +02:00 |
|
Matthias Ringwald
|
9ec2630ce4
|
fix unused parameters warning
|
2016-12-22 22:16:16 +01:00 |
|
Matthias Ringwald
|
0e5ac34f5e
|
examples: tidy SBC section
|
2016-10-03 12:02:54 +02:00 |
|
Matthias Ringwald
|
b58bea6e47
|
bluedroid: avoid compile warnings for set but unused vars
|
2016-09-27 12:19:04 +02:00 |
|
Matthias Ringwald
|
f7f65e655c
|
bluedroid: avoid compile warnings for set but unused vars
|
2016-09-27 12:04:02 +02:00 |
|
Matthias Ringwald
|
6704d3d7a9
|
bluedroid: avoid compile warnings for set but unused vars
|
2016-09-27 12:01:03 +02:00 |
|
Matthias Ringwald
|
8cff923e81
|
Merge branch 'develop' into a2dp
|
2016-08-24 13:45:38 +02:00 |
|
Matthias Ringwald
|
d5e5f834f9
|
sco_util: also store incoming mSBC data
|
2016-08-09 18:09:44 +02:00 |
|
Matthias Ringwald
|
5fff3cef91
|
sbc: store 0x0000 as frame header
|
2016-07-26 09:24:58 +02:00 |
|
Milanka Ringwald
|
ca50f5f543
|
sbc encoder: use pcm stream
|
2016-07-22 23:23:35 +02:00 |
|
Milanka Ringwald
|
4f0d422d95
|
ectracting sbc encoder
|
2016-07-22 17:32:44 +02:00 |
|
Milanka Ringwald
|
2831fb0afa
|
sbc plc: add support in bludroiod decoder impl
|
2016-07-14 17:26:22 +02:00 |
|
Milanka Ringwald
|
fcb08cdb2a
|
sbc decoder: integration with sco_util
|
2016-07-08 17:11:57 +02:00 |
|
Matthias Ringwald
|
7c959318bb
|
fix warnings related to potential loss of precision for integer conversions
|
2016-07-05 11:31:53 +02:00 |
|
Milanka Ringwald
|
08b456cdc6
|
add msbc supprot
|
2016-06-29 17:10:13 +02:00 |
|
Matthias Ringwald
|
1bf28f67a5
|
mbedtls: add naive double and add method for ec to safe RAM - used when MBEDTLS_ECP_WINDOW_SIZE == 1
|
2016-06-29 10:55:40 +02:00 |
|
Milanka Ringwald
|
db770bf93a
|
remove printf, update sbc test Makefile
|
2016-06-16 15:11:45 +02:00 |
|
Milanka Ringwald
|
df5c73b695
|
Merge branch 'develop' into a2dp
|
2016-06-16 14:39:58 +02:00 |
|
Milanka Ringwald
|
435e3c4e0d
|
mSBC: extend SBC library for mSBC
|
2016-06-16 12:36:20 +02:00 |
|
Matthias Ringwald
|
71c3dc3dd6
|
sm: add cpp guart around function definition for custom allocator
|
2016-06-10 13:46:31 +02:00 |
|
Milanka Ringwald
|
df25739fc3
|
sbc: add encoder/decoder from bludroid project, apache license
|
2016-06-10 10:37:44 +02:00 |
|
Matthias Ringwald
|
a83a05444b
|
sm: use correct ec test key, reduce memory to 1500 bytes
|
2016-06-09 15:07:53 +02:00 |
|
Matthias Ringwald
|
68437d838a
|
sm: use custom memory allocator for mbedtls if not HAVE_MALLOC
|
2016-06-03 17:05:38 +02:00 |
|
Matthias Ringwald
|
d3bd960056
|
sm: use mbedtls's memory allocator with 5k buffer if HAVE_MALLOC is not defined
|
2016-06-01 12:15:41 +02:00 |
|
Matthias Ringwald
|
6643eff824
|
sm: track calloc/free in mbedtls
|
2016-06-01 10:43:47 +02:00 |
|
Matthias Ringwald
|
c4771b509f
|
test/sm: add missing mbedtls files
|
2016-05-27 16:40:53 +02:00 |
|
Matthias Ringwald
|
5d1a0b5570
|
test/sm: generate ec keypair. remove files not needed for software ec calculation
|
2016-05-27 16:40:53 +02:00 |
|
Matthias Ringwald
|
4f4918761b
|
mbedtls: disable unused elliptic curves
|
2016-05-27 16:40:53 +02:00 |
|
Matthias Ringwald
|
21931e38aa
|
sm: add ecliptic curve support from mbedtls
|
2016-05-27 16:40:53 +02:00 |
|