1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

#84: custom baudrate support for OpenBsd, and Dragonfly (but not NetBsd)

This commit is contained in:
Joe Merten
2018-01-15 23:30:30 +01:00
parent 249cf8ea3c
commit 6ebb8c56fc
4 changed files with 26 additions and 5 deletions

View File

@ -38,7 +38,8 @@ OBJS += linenoise-1.0/linenoise.o
linenoise-1.0/linenoise.o : linenoise-1.0/linenoise.c linenoise-1.0/linenoise.h
## Comment this in to enable custom baudrate support.
## Works with: Linux (kernels > 2.6), FreeBSD, macOS (Tiger and above)
## Works with: Linux (kernels > 2.6), FreeBSD, OpenBSD, DragonFly,
## macOS (Tiger and above)
#CPPFLAGS += -DUSE_CUSTOM_BAUD
## Comment this IN to remove help strings (saves ~ 4-6 Kb).