summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-27 15:03:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-27 15:03:49 +0000
commit331b7968c8606a58e5458d98559ac6366a767dd2 (patch)
treedad89d8ac9b2ac797623e2869cf729612fa2ae3a /nuttx/configs/vsn/include
parent23a7ea577bec1494adf24fe09cf9835bd717da3a (diff)
downloadpx4-nuttx-331b7968c8606a58e5458d98559ac6366a767dd2.tar.gz
px4-nuttx-331b7968c8606a58e5458d98559ac6366a767dd2.tar.bz2
px4-nuttx-331b7968c8606a58e5458d98559ac6366a767dd2.zip
Updates from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3424 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/vsn/include')
-rw-r--r--nuttx/configs/vsn/include/board.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/nuttx/configs/vsn/include/board.h b/nuttx/configs/vsn/include/board.h
index 733f1fc32..a1a30c4b1 100644
--- a/nuttx/configs/vsn/include/board.h
+++ b/nuttx/configs/vsn/include/board.h
@@ -55,51 +55,6 @@
/************************************************************************************
* Definitions
************************************************************************************/
-
-/* Board Peripheral Assignment
- *
- * RS232/Power connector:
- * - USART1, is the default bootloader and console
- *
- * Sensor Connector:
- * Digital:
- * - GPIOs: PB10, PB11 (or even TIM2 CH3 and CH4)
- * - USART3
- * - I2C2
- * Analog:
- * - ADC1
- * Supporting Analog Circuitry (not seen outside)
- * - RefTap (TIM3_CH3)
- * - Power PWM Out (TIM8_CH1 / TIM3_CH1)
- * - Filtered Out (TIM3_CH4)
- * (TIM8 could run at lower frequency, while TIM3 must run at highest possible)
- * - Gain selection muxed with SDcard I/Os.
- *
- * Radio connector:
- * - UART3 / UART4
- * - SPI2
- * - I2C1 (remapped pins vs. Expansion connector)
- * - CAN
- * - TIM4 CH[3:4]
- *
- * Expansion connector:
- * - WakeUp Pin
- * - System Wide Reset
- * - SPI1 is wired to expansion port
- * - I2C1
- * - USART2 [Rx, Tx, CTS, RTS]
- * - DAC [0:1]
- * - ADC2 on pins [0:7]
- * - TIM2 Channels [1:4]
- * - TIM5 Channels [1:4]
- *
- * Onboard Components:
- * - SPI3 has direct connection with FRAM
- * - SDCard, conencts the microSD and shares the control lines with Sensor Interface
- * to select Amplifier Gain
- * - ADC3 is used also for power management (can be shared with ADC1 on sensor connector
- * if not used)
- */
/* Clocking *************************************************************************/