ardupilot/libraries/AP_HAL_SITL
Thomas Watson 0956b4f65d AP_HAL_SITL: remove deprecated --uartX options
Code remains to check for use of these options and give an error which
contains the correct option to use, due to the non-intuitive mapping
between --uartX and --serialN.

A future version will remove that code too.
2024-05-28 09:23:39 +10:00
..
AP_HAL_SITL.h
AP_HAL_SITL_Namespace.h
AP_HAL_SITL_Private.h
AnalogIn.cpp
AnalogIn.h
CANSocketIface.cpp
CANSocketIface.h
CAN_Multicast.cpp
CAN_Multicast.h
CAN_SocketCAN.cpp
CAN_SocketCAN.h
CAN_Transport.h
DSP.cpp
DSP.h
GPIO.cpp
GPIO.h
HAL_SITL_Class.cpp
HAL_SITL_Class.h
I2CDevice.cpp
I2CDevice.h
RCInput.cpp AP_HAL_SITL: add support for RC input from SITL FDM data 2024-03-25 22:35:04 +11:00
RCInput.h
RCOutput.cpp
RCOutput.h
SITL_Periph_State.cpp
SITL_Periph_State.h
SITL_State.cpp HAL_SITL: implement wind rate of change 2024-05-21 09:59:37 +10:00
SITL_State.h HAL_SITL: implement wind rate of change 2024-05-21 09:59:37 +10:00
SITL_State_common.cpp AP_HAL_SITL: call `_sitl->set_stop_MAVLink_sim_state()` when alocating elrs 2024-04-23 09:16:55 +10:00
SITL_State_common.h AP_HAL_SITL: SITL_State_common: add elrs and pass portnumber in `create_serial_sim` 2024-04-23 09:16:55 +10:00
SITL_cmdline.cpp AP_HAL_SITL: remove deprecated --uartX options 2024-05-28 09:23:39 +10:00
SPIDevice.cpp
SPIDevice.h
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
Storage.cpp
Storage.h
Synth.hpp
ToneAlarm_SF.cpp
ToneAlarm_SF.h
UARTDriver.cpp AP_HAL_SITL: SITL_State_common: add elrs and pass portnumber in `create_serial_sim` 2024-04-23 09:16:55 +10:00
UARTDriver.h AP_HAL_SITL: use DataRateLimit helper 2024-04-23 09:16:55 +10:00
UART_utils.cpp
Util.cpp AP_HAL_SITL: and `uart_log` method and stats struct 2024-04-09 10:00:50 +10:00
Util.h AP_HAL_SITL: and `uart_log` method and stats struct 2024-04-09 10:00:50 +10:00
sitl_airspeed.cpp HAL_SITL: use baro atmospheric tables 2024-05-07 21:19:06 +10:00
sitl_rangefinder.cpp
system.cpp
wscript