Changes between Version 10 and Version 11 of peripherals_drivers


Ignore:
Timestamp:
Jul 28, 2015, 11:07:15 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripherals_drivers

    v10 v11  
    1414The X_IO, Y_IO, and PERI_CLUSTER_INCREMENT variables must be defined in the ''hard_config.h" file.
    1515
    16 Some peripherals (TTY, TIM, NIC, CMA, HBA) are multi-channels peripherals: Each channel provide an independent set of addressable registers, and each channel can be seen as an independent hardware resource. For these multi-channels peripherals, the GIET_VM allows an user application to require a ''private'' peripheral channel, that will not be used by any other task. The corresponding channel index is stored in the task context.
     16Some peripherals (TTY, TIM, NIC, CMA, HBA) are multi-channels peripherals: Each channel provide an independent set of addressable registers, and each channel can be seen as an independent hardware resource. For  multi-channels peripherals, the GIET_VM allows an user application to allocate a ''private'' peripheral channel, that cannot be used by other applications.  The corresponding channel index is stored in the calling task context. For some peripherals (such as TTY or TIM), the allocated channel can be shared by all tasks in the same vspace as the calling task.
    1717
    1818 === [wiki:bdv_driver     BDV  (Block Device controller)]