mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
uartat, le910: initial implementation.
uartat is the underlying UART driver, specifically for use with AT-style command driven devices like modems. The le910 support is provided in the form of examples that make use of the uartat driver to interact with the device. Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
@ -185,3 +185,4 @@ if (OPENZWAVE_FOUND)
|
||||
endif()
|
||||
add_example_with_path(NMEAGPS_I2C_Example nmea_gps nmea_gps)
|
||||
add_example_with_path(MCP2515_TXRX_Example mcp2515 mcp2515)
|
||||
add_example_with_path(LE910_Example uartat uartat)
|
||||
|
Reference in New Issue
Block a user