summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/microcom
Commit message (Collapse)AuthorAgeFilesLines
* microcom: update UPSTREAM_CHECK_* variables to fix devtool upgradesYoann Congal2024-07-241-0/+3
| | | | | | | | Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
* microcom: add new recipeEnrico Jorns2023-09-071-0/+20
A minimalistic terminal program for communicating with devices over a serial connection. It features connection via RS232 serial interfaces (including setting of transfer rates): microcom --speed=115200 --port=/dev/ttyS0 as well as in `telnetmode' as specified in rfc2217 microcom --telnet=somehost:port and a (Linux specific) can mode: microcom --can=interface:rx_id:tx_id Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>