-
**_Reported by Ramesh Thomas:_**
This layer would be exporting the APIs to the user.
Define the APIs, implement the functions and create header files with doxygen documentation comments.
(Im…
-
**_Reported by Qiu Peiyang:_**
Most sample cases are using hard code device name, such as "GPIOB" in samples/basic/disco and "I2C_0" samples/drivers/i2c_lsm9ds0 and "PWM_0" in basic/blink_led.
Thi…
-
**_Reported by Gajinder Vij:_**
As a Zephyr user, I would like to access the onboard filesystem via a PC and transfer files etc plugged in via the USB port.
Examples:
* When an application capt…
-
**_Reported by jiequan wu:_**
I created a prj_qemu_x86.conf file to test http_client sample app on Qemu x86.
prj_qemu_x86.conf:
{code}
CONFIG_NETWORKING=y …
-
**_Reported by Anas Nashif:_**
Since we moved to I2C drivers from QMSI the FRAM sample stopped working, the sample hangs while reading the data from the FRAM module. Bisecting leads to commit:
a7d…
-
**_Reported by Juan Manuel Cruz Alcaraz:_**
ENC28J60 ethernet device driver should be adjusted and tested to work with new IP stack.
(Imported from Jira ZEP-859)
-
**_Reported by Ramesh Thomas:_**
Implement basic spi flash interface for the disk_io without any flash program/erase optimizations i.e. do read-modify-erase-write for every re-write.
Update the pr…
-
**_Reported by Ramesh Thomas:_**
This test app would use the test case interface and test all the FS APIs.
(Imported from Jira ZEP-481)
-
**_Reported by Ramesh Thomas:_**
This will include below sub-tasks
- Basic flash translation layer which translates file system LBA into flash region/address
- Interfacing with flash driver usin…
-
**_Reported by Ramesh Thomas:_**
Add .rst and doxygen documentation of the APIs
(Imported from Jira ZEP-643)