12 Commits

Author SHA1 Message Date
Milanka Ringwald
2fca4dad95 license: update text 2021-11-02 09:31:00 +01:00
Matthias Ringwald
4a2b7fea83 btstack_slip: send C0 (SOF) before and after frame 2021-02-26 21:02:31 +01:00
Matthias Ringwald
9305033e02 MISRAC2012-Rule-14.4_c: compare against 0 or NULL 2021-02-01 15:15:55 +01:00
Matthias Ringwald
a8d51f092f add missing default switch cases 2020-10-27 18:16:17 +01:00
Matthias Ringwald
4ea43905e8 MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons 2020-07-23 12:36:33 +02:00
Matthias Ringwald
e501bae083 Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1) 2019-05-11 19:31:55 +02:00
Matthias Ringwald
4395a00033 fix warnings: missing cast, unreachable code 2018-10-05 10:53:00 +02:00
Matthias Ringwald
ab2c6ae4b7 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
Matthias Ringwald
da0fc6cc57 slip encoder: fix compile warning 2016-07-17 21:40:15 +02:00
Matthias Ringwald
b5550b84bf slip: fix encoder 2016-03-08 12:59:42 +01:00
Matthias Ringwald
4d6feae01a slip: implement decoder 2016-03-08 11:52:05 +01:00
Matthias Ringwald
ab67bfbb5a btstack_slip: encode/decode SLIP streams in BTstack 2016-03-08 10:19:39 +01:00