Changes between Version 2 and Version 3 of tty_driver
- Timestamp:
- Oct 25, 2014, 9:26:08 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tty_driver
v2 v3 7 7 This ''vci_multi_tty'' component is a multi-terminals controller. It is an ''external'' peripheral. 8 8 9 The total number of terminals must be defined by the configuration parameter NB_TTY_CHANNELS in the hard_config.hfile.9 The total number of terminals must be defined by the configuration parameter NB_TTY_CHANNELS in the ''hard_config.h'' file. 10 10 11 The kernel terminal is TTY[0]. The user TTYs are allocated to applications by the GIET in the boot phase, as defined in the mapping_info data structure. The corresponding tty_id must be stored in the context of the task by the boot code.11 The kernel terminal is TTY[0]. The user TTYs are allocated to applications by the GIET-VM in the boot phase, as defined in the mapping. The corresponding global index is stored in the context of the task. 12 12 13 13 The SEG_TTY_BASE address must be defined in the hard_config.h file. … … 16 16 17 17 The addressable registers map are defined [source:soft/giet_vm/giet_drivers/tty_driver.h here]. 18 19 20 18 21 19