This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Description
"set transfer ihex/raw" is not working as expected
Test Code
ashell.md
Steps to Reproduction
- Set 'CONFIG_USB_CDC_ACM=y' in fragments/prj.conf.arduino_101_dev to enable USB CDC ACM device class driver.
- Execute "make DEV=ashell" in the latest zephyrJS build
- Execute "make dfu" to flash ashell to Arduino101 and Reset device
- Use the following command to connect to the ashell from a terminal
$ screen /dev/ttyACM0 115200
- Input
acm> set transfer raw and Enter
- Input
acm> set transfer ihex and Enter
Actual Result
After 4.

After 5.

Expected Result
After 4. Transfer to RAW.
acm> set transfer raw
RAW>
After 5. Transfer to IHEX.
acm> set transfer ihex
HEX>
Test Builds
| Branch |
Commit Id |
Target Device |
Test Date |
Result |
| master |
2e8c582 |
Arduino 101 |
Feb 13, 2017 |
Fail |
Additional Information
Test ashell with zephyrIDE, this issue is also reproduced.But nothing was returned after executing set transfer ihex.
