mbed-os/libraries
Adam Green 692e666ced Silence signed/unsigned comparison warnings in GCC.
i2c_frequency() compares a uint32_t ref variable to the int hz
function parameter passed in by the caller.  I forced this to be an
uint32_t comparison.

i2c_slave_write() declared i and count variables to be of type uint32_t
but used them as int type throughout the code (in comparisons and
returns) so I switched them to be of signed int type.

spi_frequency() contains a change similar to that made in
i2c_frequency().
2013-08-13 01:47:20 -07:00
..
USBDevice Updated pin mapping and CAN HAL for LPC4088 target 2013-08-08 13:57:02 +02:00
USBHost usbhost: fixed skip bits/max size conf descriptor 2013-03-18 14:54:08 +00:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
fs Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
mbed Silence signed/unsigned comparison warnings in GCC. 2013-08-13 01:47:20 -07:00
net Fixed some bugs in HTTPS library 2013-08-07 14:38:07 +03:00
rpc Updated pin mapping and CAN HAL for LPC4088 target 2013-08-08 13:57:02 +02:00
rtos Merge remote-tracking branch 'upstream/master' 2013-07-26 15:50:59 +01:00
tests Updated pin mapping and CAN HAL for LPC4088 target 2013-08-08 13:57:02 +02:00