fbc4463d10
- Bump to version 2.0 - Switch the download site to GitHub - Apply an upstream patch to fix a missing define - Add a hash file - Rewrap the help text to 72 characters length - Change the official website [Thomas: fix s/MAKE_ENV/TARGET_MAKE_ENV/.] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
263 B
Plaintext
9 lines
263 B
Plaintext
config BR2_PACKAGE_PICOCOM
|
|
bool "picocom"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
picocom is a minimal dumb-terminal emulation program. It is, in
|
|
principle, very much like minicom, only it's pico instead of mini!
|
|
|
|
https://github.com/npat-efault/picocom/
|