Changes between Version 8 and Version 9 of peripherals_drivers
- Timestamp:
- Nov 5, 2014, 6:50:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
peripherals_drivers
v8 v9 13 13 14 14 The X_IO, Y_IO, and PERI_CLUSTER_INCREMENT variables must be defined in the ''hard_config.h" file. 15 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. 15 17 16 18 === [wiki:bdv_driver BDV (Block Device controller)]