File List

Here is a list of all documented files with brief descriptions:
adc.c [code]ADC driver (implementation)
adc.h [code]Analog to Digital Converter driver (ADC)
adc_arm.c [code]Low-level ADC module for ARM (inplementation)
adc_arm.h [code]Low-level ADC module for ARM (interface)
adc_at91.c [code]ADC hardware-specific implementation
adc_at91.h [code]ADC hardware-specific definition
adc_avr.c [code]ADC hardware-specific definition
adc_avr.h [code]ADC hardware-specific definition
adc_cm3.h [code]Low-level ADC module for ARM (interface)
adc_stm32.c [code]ADC hardware-specific implementation
adc_stm32.h [code]ADC hardware-specific definition
afsk.c [code]AFSK1200 modem
afsk.h [code]AFSK1200 modem
arm.h [code]
at91.h [code]
at91_adc.h [code]
at91_aic.h [code]
at91_dbgu.h [code]
at91_mc.h [code]
at91_pio.h [code]
at91_pit.h [code]
at91_pmc.h [code]
at91_pwm.h [code]
at91_rstc.h [code]
at91_spi.h [code]
at91_ssc.h [code]
at91_tc.h [code]
at91_twi.h [code]
at91_us.h [code]
at91_wdt.h [code]
at91sam7.h [code]
attr.h [code]CPU-specific attributes
ax25.c [code]Simple AX25 data link layer implementation
ax25.h [code]Simple AX25 data link layer implementation
battfs.c [code]BattFS: a filesystem for embedded platforms (implementation)
battfs.h [code]BattFS: a filesystem for embedded platforms (interface). TODO: Add detailed filesystem description
bitmap.c [code]Bitmap manipulation routines
blanker.c [code]Display Blanker (implementation)
blanker.h [code]Display Blanker (implementation)
buzzer.c [code]Buzzer driver (implementation)
buzzer.h [code]Buzzer driver
buzzerled.c [code]Generic library to handle buzzers and leds
buzzerled.h [code]Generic library to handle buzzers and leds
buzzerled_dsp56k.h [code]Hardware support for buzzers and leds in DSP56K-based boards
cpu/byteorder.h [code]Functions to convert integers to/from host byte-order
mware/byteorder.h [code]
cc932.c [code]
cc936.c [code]
cc949.c [code]
cc950.c [code]
ccsbcs.c [code]
cfg_adc.h [code]Configuration file for the ADC module
cfg_afsk.h [code]Configuration file for AFSK1200 modem
cfg_arch.h [code]Set system configuration
cfg_attr.h [code]Configuration file for Debug module
cfg_ax25.h [code]Configuration file for the AX25 protocol module
cfg_battfs.h [code]Configuration file for BattFS module
cfg_boot.h [code]Configuration file for bootloader module
cfg_buzzerled.h [code]Configuration file for buzzerled module
cfg_context_switch.h [code]Configuration file for the context switch benchmark
cfg_dataflash.h [code]Configuration file for data flash memory module
cfg_dc_motor.h [code]Configuration file for DC motor module
cfg_debug.h [code]Configuration file for Debug module
cfg_fat.h [code]Configuration file for Fat module
cfg_flash25.h [code]Configuration file for flash25 module
cfg_flash_at91.h [code]Configuration file for flash_at91 module
cfg_flash_avr.h [code]Configuration file for flash_avr module
cfg_formatwr.h [code]Configuration file for formatted write module
cfg_gfx.h [code]Configuration file for GFX module
cfg_hashtable.h [code]Configuration file for hashtable module
cfg_heap.h [code]Configuration file for heap module
cfg_i2c.h [code]Configuration file for I2C module
cfg_i2s.h [code]Configuration file for I2S module
cfg_ini_reader.h [code]Configuration file for ini reader module
cfg_kbd.h [code]Configuration file for keyboard module
cfg_kern.h [code]Kernel configuration parameters (deprecated)
cfg_keytag.h [code]Configuration file for keytag module
cfg_kfile.h [code]Configuration file for KFile interface module
cfg_lcd_32122a.h [code]Displaytech 32122A LCD driver configuration file
cfg_lcd_hd44.h [code]Configuration file for lcd display module
cfg_lm75.h [code]Configuration file for the LM75 sensor temperature
cfg_md2.h [code]Configuration file for MD2 module
cfg_menu.h [code]Configuration file for Menu module
cfg_monitor.h [code]Kernel monitor configuration parameters
cfg_nmea.h [code]Configuration file for NMEA module
cfg_ntc.h [code]Configuration file for NTC module
cfg_parser.h [code]Configuration file for parser module
cfg_phase.h [code]Configuration file for phase module
cfg_pid.h [code]Configuration file for PWM module
cfg_pocketbus.h [code]Configuration file for pocketbus module
cfg_proc.h [code]Kernel configuration parameters
cfg_pwm.h [code]Configuration file for PWM module
cfg_ramp.h [code]Configuration file Ramp algorithm module
cfg_randpool.h [code]Configuration file for randpool module
cfg_sd.h [code]Configuration file Secure Digital module
cfg_sem.h [code]Kernel semaphores configuration parameters
cfg_ser.h [code]Configuration file for serial module
cfg_signal.h [code]Kernel signals configuration parameters
cfg_spi_bitbang.h [code]Configuration file for SPI bitbang module
cfg_spi_dma.h [code]Configuration file for spi dma module
cfg_stepper.h [code]Configuration file for stepper motor module
cfg_tas5706a.h [code]Configuration file for the TAS5706A module
cfg_thermo.h [code]Configuration file for thermo module
cfg_timer.h [code]Configuration file for timer module
cfg_wdt.h [code]Configuration file for watchdog module
cfg_xmodem.h [code]Configuration file for xmodem module
charts.c [code]Simple charts on top of mware/gfx routines (implementation)
charts.h [code]Simple charts on top of mware/gfx routines (interface)
clock_lm3s.c [code]LM3S1968 Clocking driver
clock_lm3s.h [code]Low-level clocking driver for LM3S1968
clock_stm32.c [code]STM32 Clocking driver
clock_stm32.h [code]Low-level clocking driver for Cortex-M3 STM32
cmd_hunk.h [code]Preprocessor magic to create hunks for the commands executed from the parser
compiler.h [code]Additional support macros for compiler independance
context_switch.c [code]Context switch benchmark
context_switch.h [code]Context switch benchmark
coop.c [code]
crc.c [code]CRC table and support routines
crc.h [code]Cyclic Redundancy Check 16 (CRC)
crc_ccitt.c [code]CRC-CCITT table and support routines
crc_ccitt.h [code]CCITT Cyclic Redundancy Check (CRC-CCITT)
dataflash.c [code]Function library for dataflash AT45DB family (implementation)
dataflash.h [code]Function library for dataflash AT45DB family
dataflash_hwtest.c [code]DataFlash test
dc_motor.c [code]DC motor driver (implementation)
dc_motor.h [code]DC motor driver
dc_motor_hwtest.c [code]Test for PWM driver (implementation)
debug.h [code]Simple debug facilities for hosted and embedded C/C++ applications
depend.h [code]Depend module
detect.h [code]CPU detection through special preprocessor macros
diskio.c [code]
diskio.h [code]
diskio_emul.c [code]Low level disk access for FatFs emulated
dnotifier.c [code]Notifier obj (implementation)
dnotifier.h [code]Notifier obj (interface)
dtag.h [code]Tags interface
dwidget.c [code]Widget (implementation)
dwidget.h [code]Widget (interface)
editbool.c [code]Edit bool widget (implementation)
editbool.h [code]Edit bool widget (interface)
editint.c [code]Integer edit widget (implementation)
editint.h [code]Integer edit (interface)
eeprom.c [code]Driver for the 24xx16 and 24xx256 I2C EEPROMS (implementation)
eeprom.h [code]Driver for the 24xx16 and 24xx256 I2C EEPROMS
emul.h [code]Qt-based emulator framework for embedded applications (interface)
emulkbd.h [code]QT-based widget for leyboard emulation (interface)
emulwin.h [code]Main Qt window for embedded applications emulator (interface)
event.c [code]Events handling implementation
event.h [code]Events handling
except.h [code]C++-like structured exception handling for C programs
fat.c [code]FatFS: kfile interface for FatFS module by ChaN
fat.h [code]FatFS: kfile interface for FatFS module by ChaN
ff.c [code]
ff.h [code]
fifobuf.h [code]General pourpose FIFO buffer implemented with a ring buffer
fixed6x8.c [code]Font 8x6 IBM-PC 8bit
flash.h [code]Embedded flash for cpu
flash25.c [code]Function library for serial Flash memory
flash25.h [code]Function library for serial Flash memory
flash25_hwtest.c [code]Test function for serial Flash memory
flash_arm.h [code]Low-level flash module for ARM (interface)
flash_at91.c [code]At91sam7 Internal flash read/write driver
flash_at91.h [code]At91sam7 Internal flash read/write driver
flash_avr.c [code]Self programming routines
flash_avr.h [code]AVR Internal flash read/write driver
flash_cm3.h [code]Low-level flash module for Cortex-M3 (interface)
flash_lm3s.c [code]LM3S1968 internal flash memory driver
flash_lm3s.h [code]LM3S1968 internal flash memory driver
font.h [code]Font 8x6 IBM-PC 8bit
font_10x20.c [code]
formatwr.c [code]Basic "printf", "sprintf" and "fprintf" formatter
formatwr.h [code]Basic "printf", "sprintf" and "fprintf" formatter
frame.h [code]CPU-specific stack frame handling macros
ft245rl.c [code]Function library for Accessing FT245RL USB interface
ft245rl.h [code]Function library for Accessing FT245RL USB interface
gfx.h [code]
gfx_p.h [code]Graphics private header
gohu.c [code]
gpio_lm3s.c [code]LM3S1968 GPIO control interface
gpio_lm3s.h [code]LM3S1968 GPIO control interface
gpio_stm32.c [code]STM32 GPIO control interface
gpio_stm32.h [code]STM32 GPIO control interface
hashtable.c [code]Portable hash table implementation
hashtable.h [code]Portable hash table
heap.c [code]Heap subsystem (public interface)
heap.h [code]Heap subsystem (public interface)
helvB10.c [code]
hex.c [code]Poor man's hex arrays (implementation)
hex.h [code]Poor man's hex arrays (implementation)
hptime.c [code]Portable abstraction for high-resolution time handling (implementation)
hptime.h [code]Portable abstraction for high-resolution time handling (interface)
hw_afsk.h [code]AFSK modem hardware-specific definitions
hw_blanker.h [code]Hardware-specific definitions
hw_boot.h [code]Bootloader hardware specific definition
hw_buzzer.h [code]Buzzer hardware-specific definitions
hw_buzzerled.h [code]Buzzerled hardware-specific definitions
hw_cpufreq.h [code]Hardware-specific definitions
hw_dataflash.c [code]Dataflash HW control routines
hw_dataflash.h [code]Dataflash HW control routines (interface)
hw_dc_motor.h [code]DC motor hardware-specific definitions
hw_ft245rl.h [code]FT245RL USB interface hardware-specific definitions
hw_i2c_bitbang.h [code]Macro for I2C bitbang operation
hw_input.h [code]Macro for HW_INPUT_H
hw_kbd.h [code]Keyboard hardware-specific definitions
hw_lcd_32122a.h [code]Displaytech 32122A LCD driver
hw_lcd_hd44.h [code]LCD low-level hardware macros
hw_led.h [code]Led on/off macros
hw_lm75.h [code]Hardware macro definition
hw_mcp41.c [code]MCP41 hardware-specific definitions
hw_mcp41.h [code]MCP41 hardware-specific definitions
hw_ntc.c [code]NTC hardware-specific definition
hw_ntc.h [code]NTC hardware-specific definition
hw_phase.c [code]Phase control hardware-specific definitions
hw_phase.h [code]Phase control hardware-specific definitions
hw_rit128x96.h [code]LM3S1986: OLED-RIT-128x96 (P14201) low-level hardware macros
hw_sd.h [code]SD driver hardware-specific definitions
hw_sensor.h [code]Sensor hardware-specific definitions
hw_ser.h [code]Serial hardware-specific definitions
hw_sipo.h [code]Macro for HW_SIPO_H
hw_spi.h [code]Hardware macro definition
hw_spi_dma.h [code]SPI DMA driver hardware-specific definitions
hw_stepper.h [code]Stepper hardware-specific definitions
hw_tas5706a.h [code]HW pin handling
hw_tc520.h [code]TC520 hardware-specific definitions
hw_thermo.h [code]Thermo hardware-specific control functions
hw_timer.h [code]Timer hardware-specific definitions
hw_tlv5618.h [code]TLV5816 DAC hardware-specific definitions
hw_tmp123.h [code]Hardware macro definition
i2c.c [code]I2C generic driver functions (implementation)
i2c.h [code]I2C generic driver functions
i2c_arm.h [code]Low-level I2C module for ARM (interface)
i2c_at91.h [code]Driver for the AT91SAM7X I2C (interface)
i2c_avr.c [code]Driver for the AVR ATMega TWI (implementation)
i2c_avr.h [code]Driver for the AVR ATMega TWI (implementation)
i2c_bitbang.c [code]I2C bitbang driver (implementation)
i2c_cm3.h [code]Low-level I2C module for ARM Cortex-m3 (interface)
i2c_lm3s.c [code]Driver for the LM3S I2C (implementation)
i2c_lm3s.h [code]Driver for the LM3S I2C (interface)
i2c_lpc2.c [code]Driver for the LPC23xx I2C (implementation)
i2c_lpc2.h [code]Driver for the LPC23xx I2C (interface)
i2c_stm32.c [code]STM32F103xx I2C driver
i2c_stm32.h [code]Driver for the STM32F103xx I2C (interface)
i2s_at91.c [code]I2S driver implementation
i2s_at91.h [code]I2S driver functions
ini_reader.c [code]Ini file reader module
ini_reader.h [code]Ini file reader module
init_at91.c [code]AT91SAM7S256 CRT
init_cm3.c [code]Cortex-M3 architecture's entry point
init_lpc2.c [code]LPC2378 CRT
integer.h [code]
irq.c [code]Process scheduler (public interface)
cpu/irq.h [code]CPU-specific IRQ definitions
kern/irq.h [code]Process scheduler (public interface)
irq_cm3.c [code]Cortex-M3 IRQ management
irq_cm3.h [code]IRQ management for the Cortex-M3 processor
kbd.c [code]Keyboard driver (implementation)
kbd.h [code]Keyboard driver
kbd_map.h [code]Keyboard map definitions
kblock.c [code]KBlock interface
kblock.h [code]KBlock interface
kblock_file.c [code]KBlock interface over libc files
kblock_file.h [code]KBlock interface
kblock_ram.c [code]KBlock interface
kblock_ram.h [code]KBlock interface
kdebug.c [code]General pourpose debug support for embedded systems (implementation)
kdebug_arm.c [code]Low-level kdebug module for ARM (inplementation)
kdebug_at91.c [code]ARM debug support (implementation)
kdebug_at91.h [code]ARM debug support (interface)
kdebug_avr.c [code]AVR debug support (implementation)
kdebug_cm3.c [code]Low-level kdebug module for Cortex-M3 (inplementation)
kdebug_dsp56k.c [code]General pourpose debug support for embedded systems (implementation)
kdebug_i196.c [code]General pourpose debug support for embedded systems (implementation)
kdebug_lm3s.c [code]LM3S debug support (implementation)
kdebug_lm3s.h [code]LM3S debug support (interface)
kdebug_lpc2.c [code]ARM debug support (implementation)
kdebug_stm32.c [code]STM32 debug support (implementation)
kdebug_stm32.h [code]STM32 debug support (interface)
kernel_footprint.c [code]Kernel footprint benchmark
kernel_footprint.h [code]Kernel footprint benchmark
keytag.c [code]KeyTAG parser
keytag.h [code]Tag protocol. (interface)
io/kfile.c [code]Virtual KFile I/O interface
kern/kfile.c [code]
io/kfile.h [code]Virtual KFile I/O interface
kern/kfile.h [code]
kfile_debug.c [code]KFile interface over debug
kfile_debug.h [code]KFile interface over a debug console
kfile_fifo.c [code]KFile interface over a FIFO buffer
kfile_fifo.h [code]KFile interface over a FIFO buffer
kfile_mem.c [code]KFile interface over a memory buffer
kfile_mem.h [code]KFile interface over a memory buffer
kfile_posix.c [code]KFile interface implementation in Posix systems
kfile_posix.h [code]KFile interface implementation in Posix systems
lcd_32122a.c [code]Displaytech 32122A LCD driver
lcd_32122a.h [code]Displaytech 32122A LCD driver
lcd_gfx_hwtest.c [code]Dot-matrix LCD test
lcd_gfx_qt.h [code]Custom control for graphics LCD emulation (interface)
lcd_hd44.c [code]LM044L type LCD hardware module (impl
lcd_hd44.h [code]Hitachi HD44780 and clones LCD module
lcd_hd44_hwtest.c [code]LM044L type LCD hardware module (impl
lcd_lm44_qt.h [code]Custom Qt widget for emulating a graphics LCD display (implementation)
lcd_rit128x96.c [code]OLED-RIT-128x96 (P14201) graphic display driver
lcd_rit128x96.h [code]OLED-RIT-128x96 (P14201) graphic display driver
lcd_text.c [code]Generic text LCD driver (impl
lcd_text.h [code]Generic text LCD driver (interface)
lcd_text_hwtest.c [code]Generic text LCD driver (Test)
levelbar.c [code]Copyright 2004, 2006 Develer S.r.l
levelbar.h [code]Copyright 2004, 2006 Develer S.r.l
leveledit.c [code]Generic editor for (volume/gain/contrast/
leveledit.h [code]Generic editor for (volume/gain/contrast/
line.c [code]Line drawing graphics routines
list.h [code]General pourpose double-linked lists
lm3s.h [code]
lm3s_com.h [code]LM3S1968 registers definition
lm3s_gpio.h [code]LM3S1968 GPIO hardware definitions
lm3s_i2c.h [code]LM3S I2C definition
lm3s_ints.h [code]LM3S1968 interrupts definition
lm3s_memmap.h [code]LM3S1968 memory map
lm3s_nvic.h [code]LM3S1968 NVIC hardware
lm3s_pwm.h [code]LM3S1968 PWM hardware definitions
lm3s_ssi.h [code]LM3S1968 SSI hardware definitions
lm3s_sysctl.h [code]LM3S1968 system control hardware
lm3s_types.h [code]LM3S generic hardware macros
lm3s_uart.h [code]LM3S1968 UART hardware
lm75.c [code]LM75 sensor temperature family
lm75.h [code]LM75 sensor temperature family
log.h [code]Logging system module
logo.c [code]
logo.h [code]
lpc23xx.h [code]
luBS14.c [code]
macros.h [code]Common and handy function macros
Mainpage.snapshot [code]
mcp41.c [code]MCP41xxx digital potentiomenter driver (implementation)
mcp41.h [code]MCP41xxx digital potentiomenter driver
mcp41_map.h [code]MCP41 digital potentiometer map definitions
md2.c [code]MD2 Message-Digest algorithm
md2.h [code]MD2 Message-Digest algorithm
mean.h [code]
menu.c [code]General pourpose menu handling functions
menu.h [code]Common menu handling API
menubar.c [code]Graphics Menu bar widget
menubar.h [code]Graphic menu bar widget
messages.c [code]Messages for LCD
messages.h [code]Definitions of constant string messages
module.h [code]Debug macros for inter-module dependency checking
monitor.c [code]Monitor to check for stack overflows
monitor.h [code]Monitor to check for stack overflows
mpxx6115a.h [code]MPXX6115A Pressure Sensor convert formula
msg.h [code]This module implements a common system for executing a user defined action calling a hook function
ncenB18.c [code]
nmea.c [code]NMEA parser implementation
nmea.h [code]NMEA Parser
nmeap.h [code]
nmeap01.c [code]
nmeap_def.h [code]
ntc.c [code]Driver for NTC (reads a temperature through an ADC)
ntc.h [code]Driver for NTC sensors (reads a temperature through an ADC)
ntc_map.h [code]NTC map definitions
observer.c [code]Simple notifier for the observer/subject pattern (implementation)
observer.h [code]Simple notifier for the subject/observer pattern (interface)
os.h [code]OS-specific definitions
parser.c [code]Channel protocol parser and commands
parser.h [code]Channel protocol parser and commands
pcf8574.c [code]PCF8574 i2c port expander driver
pcf8574.h [code]PCF8574 i2c port expander driver
cpu/pgm.h [code]Support for reading program memory on Harvard architectures
mware/pgm.h [code]
phase.c [code]Phase control driver (implementation)
phase.h [code]Phase partialization driver with TRIACs
phase_map.h [code]Triac map definitions
pid_control.c [code]Proportional, integral, derivative controller (PID controller) (implementation)
pid_control.h [code]Proportional, integral, derivative controller (PID controller)
pll_at91.h [code]AT91SAM7S256 CRT
pocketbus.c [code]PocketBus protocol implementation
pocketbus.h [code]Basical functions to use pocketBus protocol
pocketcmd.c [code]PocketBus protocol Command layer implementation
pocketcmd.h [code]PocketBus command abstraction layer
pool.h [code]Pool macros
power.h [code]CPU power management functions
preempt.c [code]
proc.c [code]Simple cooperative and preemptive multitasking scheduler
proc.h [code]BeRTOS Kernel core (Process scheduler)
proc_p.h [code]Internal scheduler structures and definitions for processes
pwm.c [code]PWM driver (implementation)
pwm.h [code]Pulse Width Modulation (PWM) driver
pwm_arm.c [code]Low-level PWM module for ARM (inplementation)
pwm_arm.h [code]Low-level PWM module for ARM (interface)
pwm_at91.c [code]PWM hardware-specific implementation
pwm_at91.h [code]PWM hardware-specific definition
pwm_avr.c [code]Low-level PWM module for AVR (inplementation)
pwm_avr.h [code]Low-level PWM module for AVR (interface)
pwm_hwtest.c [code]Test for PWM driver (implementation)
pwm_map.h [code]PWM map device
ramp.c [code]Compute, save and load ramps for stepper motors (implementation)
ramp.h [code]Compute, save and load ramps for stepper motors
rand.c [code]Very simple rand() algorithm
rand.h [code]Very simple rand() algorithm
randpool.c [code]API function for to manage entropy pool
randpool.h [code]Collection of functions to manage entropy pool
readline.c [code]Line editing support with history
readline.h [code]Line editing support with history
resource.c [code]
resource.h [code]TODO:
rle.c [code]General-purpose run-length {en,de}coding algorithm (implementation)
algo/rle.h [code]General-purpose run-length {en,de}coding algorithm
mware/rle.h [code]
rotating_hash.h [code]Rotating Hash algorithm
sd.c [code]Function library for secure digital memory
sd.h [code]Function library for secure digital memory
sem.c [code]Semaphore based synchronization services
sem.h [code]Mutually exclusive semaphores
ser.c [code]Buffered serial I/O driver
ser.h [code]High level serial I/O API
ser_arm.c [code]Low-level serial module for ARM (inplementation)
ser_arm.h [code]Low-level serial module for ARM (interface)
ser_at91.c [code]ARM UART and SPI I/O driver
ser_at91.h [code]High level serial I/O API
ser_avr.c [code]AVR UART and SPI I/O driver (Implementation)
ser_avr.h [code]Low-level serial module for AVR (interface)
ser_cm3.h [code]Low-level serial module for Cortex-M3 (interface)
ser_dsp56k.c [code]DSP5680x CPU specific serial I/O driver
ser_dsp56k.h [code]Low-level serial module for ARM (interface)
ser_i196.c [code]CPU specific serial I/O driver
ser_lm3s.c [code]LM3S1968 UART interface driver
ser_lm3s.h [code]LM3S1968 UART interface driver
ser_lpc2.c [code]LPC23xx UART driver
ser_lpc2.h [code]LPC23xx UART driver
ser_p.h [code]Hardware dependent serial driver (interface)
ser_posix.c [code]Serial port emulator for hosted environments
ser_simple_avr.c [code]Simple serial I/O driver
ser_simple_avr.h [code]Simple serial I/O driver
ser_stm32.c [code]STM32 UART interface driver
ser_stm32.h [code]STM32F10xx UART interface driver
signal.c [code]IPC signals implementation
signal.h [code]Signal module for IPC
sipo.c [code]SIPO Module
sipo.h [code]Generic Serial-in, Parallel-out implementation (SIPO)
spi_bitbang.c [code]Emulated SPI Master for DSP firmware download (impl
spi_bitbang.h [code]Emulated SPI driver
spi_dma_at91.c [code]SPI driver with DMA
spi_dma_at91.h [code]SPI driver with DMA
sprintf.c [code]Sprintf() implementation based on _formatted_write()
ssi_lm3s.c [code]LM3S1968 Synchronous Serial Interface (SSI) driver
ssi_lm3s.h [code]LM3S1968 Synchronous Serial Interface (SSI) driver
stepper.c [code]Driver to control stepper motor
stepper.h [code]Driver to control stepper motor
stepper_arm.c [code]Low-level stepper timer module for ARM (inplementation)
stepper_arm.h [code]Low-level stepper timer module for ARM (inplementation)
stepper_at91.c [code]Stepper driver interface implementation
stepper_at91.h [code]Stepper hardware-specific definitions
stepper_at91_hwtest.c [code]Low level test for stepper driver interface implementation
stepper_avr.c [code]Low-level stepper timer module for AVR (inplementation)
stepper_avr.h [code]Low-level stepper timer module for AVR (inplementation)
stm32.h [code]STM32F10XX registers definition
stm32_adc.h [code]STM32F103xx adc definition
stm32_i2c.h [code]STM32F103xx I2C definition
stm32_ints.h [code]STM32F10xx interrupts definition
stm32_memmap.h [code]STM32 memory map
stm32_nvic.h [code]NVIC STM32F10xx registers definition
stm32_uart.h [code]UART STM32F10xx registers definition
strtol10.c [code]Poor man's hex arrays (implementation)
strtol10.h [code]Poor man's hex arrays (implementation)
switch_ctx_cm3.c [code]Cortex-M3 context switch
switch_ctx_cm3.h [code]Cortex-M3 context switch
switch_dsp56k.c [code]DSP5680x task switching support
syncobj.c [code]
sysirq_at91.c [code]System IRQ handler for Atmel AT91 ARM7 processors
sysirq_at91.h [code]System irq handler for Atmel AT91 ARM7 processors (interface)
tas5706a.c [code]TAS5706A Power DAC i2c driver
tas5706a.h [code]TAS5706A Power DAC i2c driver
tc520.c [code]TC520 ADC driver (implementation)
tc520.h [code]TC520 ADC driver (intercace)
tea.c [code]TEA Tiny Encription Algorith functions (implementation)
tea.h [code]TEA Tiny Encription Algorith functions
test.h [code]Utility for the test suite
test1.c [code]
test2.c [code]
test3.c [code]
text.c [code]Text graphic routines
text.h [code]Text graphic routines (interface)
text_format.c [code]Printf-family routines for text output
thermo.c [code]Thermo-control driver
thermo.h [code]Thermo-control driver
thermo_map.h [code]Thermo regulation control map definitions
timer.c [code]Hardware independent timer driver (implementation)
timer.h [code]Hardware independent timer driver
timer_arm.c [code]Low-level timer module for ARM (inplementation)
timer_arm.h [code]Low-level timer module for ARM (interface)
timer_at91.c [code]Low-level timer module for Atmel AT91 (inplementation)
timer_at91.h [code]Low-level timer module for Atmel AT91 (interface)
timer_avr.c [code]Low-level timer module for AVR (implementation)
timer_avr.h [code]Low-level timer module for AVR (interface)
timer_cm3.c [code]Low-level timer driver (SysTick) for LM3S1968
timer_cm3.h [code]Low-level timer driver (SysTick) for Cortex-M3
timer_dsp56k.h [code]Driver module for DSP56K
timer_i196.h [code]Low-level timer module for AVR
timer_lpc2.c [code]Low-level timer module for LPC2xxx (implementation)
timer_lpc2.h [code]Low-level timer module for NXP LPC2xxx (interface)
timer_posix.c [code]Low-level timer module for Qt emulator (implementation)
timer_posix.h [code]Low-level timer module for POSIX systems (interface)
timer_qt.c [code]Low-level timer module for Qt emulator (implementation)
timer_qt.h [code]Low-level timer module for Qt emulator (interface)
timer_simple_avr.c [code]Some simple delay routines
timer_simple_avr.h [code]Simple delay routine
tlv5618.c [code]
tlv5618.h [code]Texas instrument TLV5618 DAC driver
tmp123.c [code]TMP123 Texas Intrument sensor temperature
tmp123.h [code]TMP123 Texas Intrument sensor temperature
twi_arm.c [code]Low-level TWI module for ARM (inplementation)
twi_arm.h [code]Low-level TWI module for ARM (interface)
twi_at91.c [code]Driver for the AT91 ARM TWI (implementation)
twi_at91.h [code]Driver for the AT91 ARM TWI (implementation)
types.h [code]CPU-specific type definitions
verstag.c [code]Define application version strings
verstag.h [code]Declare application version strings
vic_lpc2.c [code]Vectored Interrupt Controller VIC driver
vic_lpc2.h [code]Vectored Interrupt Controller VIC driver
wdt.h [code]Watchdog module, supplies a simple API to manage wdt on supported target
wdt_arm.h [code]Watchdog interface for ARM architecture
wdt_avr.h [code]Watchdog interface for AVR architecture
win.c [code]Very simple hierarchical windowing system
win.h [code]Very simple hierarchical windowing system
wingps.c [code]
xmodem.c [code]X-Modem serial transmission protocol (implementation)
xmodem.h [code]X-Modem serial transmission protocol