From: Mariano A. <ma...@de...> - 2010-03-24 18:06:28
|
On Wed, Mar 24, 2010 at 05:32:23PM +0100, Laurent Gauch wrote: > David Brownell wrote: > > I just want to have in the target file the possibility to have something > like : > > target_jtag_max_frequency_khz 40000 > target_swd_max_frequency_khz 12000 > target_spi_max_frequency_khz 50000 > target_i2c_max_frequency_khz 480 Not that really care, but I think you can drop "frequency". So: target_jtag_max_khz 40000 target_swd_max_khz 12000 target_spi_max_khz 50000 target_i2c_max_khz 480 -Mar. |