Skip to content

Commit

Permalink
Add SLCAN to the current feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Aug 26, 2017
1 parent fb18de2 commit 0f923a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project is currently in alpha - features generally do 80% of what's needed,
* [Serial Wire Debug](http://www.arm.com/products/system-ip/debug-trace/coresight-soc-components/serial-wire-debug.php) (SWD) access over [CMSIS-DAP 1.0](http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standard.php) HID interface (tested with [OpenOCD](http://openocd.org) and [LPCXpresso](https://www.lpcware.com/lpcxpresso))
* CDC-ACM USB-serial bridge
* [Device Firmware Upgrade](http://www.usb.org/developers/docs/devclass_docs/DFU_1.1.pdf) (DFU) over USB (detach-only, switches to on-chip [DFuSe](http://dfu-util.sourceforge.net/dfuse.html) bootloader).
* [Serial Line CAN](http://lxr.free-electrons.com/source/drivers/net/can/slcan.c) (SLCAN) interface - Silent mode, RX only.

## Flash instructions
In general, the firmware can be uploaded over USB DFU without any extra hardware:
Expand Down Expand Up @@ -81,7 +82,6 @@ To prevent this, you can define a custom udev rule to ensure that the modem mana
* CMSIS-DAP 1.10 support
* Command queueing (command level, not packet level)
* [Serial Wire Output](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0314h/Chdfgefg.html) (SWO) trace support
* [Serial Line CAN](http://lxr.free-electrons.com/source/drivers/net/can/slcan.c) (SLCAN) interface - Silent mode, RX only.
* [Media Transfer Protocol](https://en.wikipedia.org/wiki/Media_Transfer_Protocol) (MTP) interface or [Mass Storage Device](https://en.wikipedia.org/wiki/USB_mass_storage_device_class) (MSD) interface for drag-n-drop target firmware flashing

### Hardware
Expand Down

0 comments on commit 0f923a5

Please sign in to comment.