-
**_Reported by Anas Nashif:_**
Add support for the MAX44009 sensor available on some boards. Use the zephyr sensor API.
https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf
This sensor is …
-
**_Reported by Andrei Emeltchenko:_**
$ cd samples/usb/cdc_acm/
$ make
...
CC src/main.o
LD src/built-in.o
AR libzephyr.a
LINK zephyr.lnk
ext/built-in.o: In function …
-
**_Reported by Kuo-Lang Tseng:_**
Drivers implementation shall be re-entrant; it should be safe to concurrently call 2 or more instances of the same driver with pre-emptible multitasking.
- [x] G…
-
**_Reported by Anas Nashif:_**
Add support for the MAX44009 sensor available on some boards. Use the zephyr sensor API.
https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf
This sensor is …
-
**_Reported by Kuo-Lang Tseng:_**
The below text and log file were from O farrell, David who originally reported this issue:
Configuration
==========
ARC
quark_se_c1000_devboard
unified
Bu…
-
--------------------------------------------------------------------------------
#### Description
When compiling C/C++ code files(*.c) while using inline functions, no errors are thrown when com…
-
**_Reported by Andrei Emeltchenko:_**
$ cd samples/usb/cdc_acm/
$ make
...
CC src/main.o
LD src/built-in.o
AR libzephyr.a
LINK zephyr.lnk
ext/built-in.o: In function …
-
**_Reported by ethan gao:_**
No extra value to CONFIG_ADC_QMSI_SAMPLE_WIDTH in x86 QMSI ADC application and keep it as default, and the application Kconfig is as follows:
CONFIG_ENHANCED_SECURITY=…
-
**_Reported by Sergio Rodriguez:_**
The current DTLS client running on top of the driver enc28j60 and arduino 101, presents stability issues, like nor completting the handshake, or not able to initia…
-
**_Reported by ethan gao:_**
Now HW UART access for ARC has already been enabled in place of the old IPM mechanism in Zephyr and ARC defaults to use UART 0 for all the platform. but there are some un…