- Sep 29, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
David Sidrane authored
Latest nuttx 7.22+ with PX4 contrib for stm32 f4 I2C hang.
-
David Sidrane authored
Prep for Nuttx Upgrade - still needs i2c fix
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
board_adc_init() - initalise the ADC HW once. board_adc_sample() - read a given channel dn
-
David Sidrane authored
Internal functions are public functions that should realy only be called by the board config.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
Updated to latest upstream with PX4 contrib for STM32 I2C that fixes an hang in driver.
-
David Sidrane authored
-
David Sidrane authored
A battery is considered connected when a) V > BOARD_ADC_OPEN_CIRCUIT_V and if BOARD_ADC_OPEN_CIRCUIT_V > BOARD_VALID_UV connected is further qualifed by the Valid signal.
-
David Sidrane authored
Due to higher bias, V open circuit on the ADC is high with a 1M termination. This override the default connected threshold on V5 HW. Revist once lowe termination is chosen.
-
David Sidrane authored
Based on the R values on the LTC4411 the px4fmu-v4pro has a UV of 4.01 Volts.
-
David Sidrane authored
BOARD_ADC_OPEN_CIRCUIT_V is the voltage present on an ADC due to the bias current on the terminition resistor. BOARD_VALID_UV is the under voltage min set by resistors on a board's Power selector. A battery is considered connected when the Voltage measures is greater than BOARD_ADC_OPEN_CIRCUIT_V. In the case where BOARD_ADC_OPEN_CIRCUIT_V is greater then BOARD_VALID_UV we can use the HW to qualify connected.
-
David Sidrane authored
-
David Sidrane authored
Connected is assumed when the battery voltages is greater than a predefined level.
-
David Sidrane authored
The data sheet for the F4, F7 indicate a maximum of 36 Mhz in the 2.4-3.3 volt Soc operating range. This change sets the clock based on the STM32_PCLK2_FREQUENCY.
-
David Sidrane authored
Upstream change on F7 CONFIG_STM32F7_FLASH_PREFETCH and CONFIG_ARMV7M_ITCM are now contorled by CONFIG_STM32F7_FLASH_ART_ACCELERATOR
-
David Sidrane authored
-
Daniel Agar authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-