mbed-os/libraries
Masao Hamanaka 27a9f11f8e Implement peripheral clock determination process to I2C driver
When making I2C communication freq, we used a fix value 33.3MHz as peripheral clock as below.
   pclk = 33333333 / (2 << count);

But it is not dynamic when system clock is changed.
So, implement peripheral clock determination process.
Peripheral clock will be decided by RZ-A1H system clock mode.
2014-12-01 20:09:11 +09:00
..
USBDevice Merge branch 'ksdk' of github.com:Sissors/mbed into Sissors-ksdk 2014-11-19 08:45:48 +00:00
USBHost Added count argument to disk read/write 2014-08-13 09:12:12 -06:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:18:21 +02:00
fs Added MemFileSystem.h from repo on mbed.org 2014-08-28 09:55:01 +01:00
mbed Implement peripheral clock determination process to I2C driver 2014-12-01 20:09:11 +09:00
net Add Ethernet functionality 2014-10-31 17:01:59 +09:00
rpc [KLXX] Added RPC + RTOS support 2014-05-25 18:03:50 +09:00
rtos Fixed CMSIS-RTOS RTX build error. 2014-11-27 17:12:08 +09:00
tests Add SD function 2014-11-27 17:12:57 +09:00