px4-firmware/nuttx/configs/vsn/src
patacongo 57623d42eb Resync new repository with old repo r5166
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
2012-09-17 18:18:44 +00:00
..
Makefile Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
README.txt Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
boot.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
buttons.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
chipcon.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
leds.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
muxbus.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
power.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
rtac.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sif.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
spi.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
sysclock.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
usbdev.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
usbmsc.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
vsn.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00

README.txt

VSN Board Support Package, for the NuttX, Uros Platise <uros.platise@isotel.eu>
===============================================================================
http://www.netClamps.com

The directory contains start-up and board level functions. 
Execution starts in the following order:

 - sysclock, immediately after reset stm32_rcc calls external
   clock configuration when
     CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG=y
   is set. It must be set for the VSN board.
   
 - boot, performs initial chip and board initialization
 - sched/os_bringup.c then calls either user_start or exec_namedapp()
   with application as set in the .config


Naming throughout the code
==========================

 - _init(): used to be called once only, after powerup, to perform board
   initialization
 - _start() or called via FS _open(): starts peripheral power, puts it 
   into operation
 - _stop() or called via FS _close(): opposite to _start()
 

System notifications (a sort of run-levels)
===========================================

On the VSN, NSH represents the core application as it supports scripts
easily adaptable for any custom application configuration. NSH is 
invoked as follows (argument runs a script from the /etc/init.d directory):

 - nsh init: on system powerup called by the NuttX APP_START

TODOs: 
 
 - nsh xpowerup: run on external power used to:
   - try to setup an USB serial connection
   - configure SLIP mode, internet
   - start other internet services, such as telnetd, ftpd, httpd
   
 - nsh xpowerdown: run whenever USB recevied suspend signal or
   external power has been removed.
   - used to stop internet services
   
 - nsh batdown: whenever battery is completely discharged

   
Compile notes
===============================

To link-in the sif_main() utility do, in this folder:
 - make context TOPDIR=<path to nuttx top dir>
 
This will result in registering the application into the namedapp.