libopencm3/include/libopencm3/efm32
Stefan Agner 7681597e42 Use type suffix to avoid warnings
When compiling with all warnings enabled, some defines can lead to
warning due to missing unsigned type suffix:

warning: integer overflow in expression [-Woverflow]

This fix should not affected behavior at all, since calculation with
such overflows lead to the same actual address when writing to that
location. However, it makes the warning disappear and also defines
the right data type for a memory location.
2014-02-06 00:59:39 +01:00
..
efm32g [build] Remove PyYAML dependency 2014-01-02 20:55:15 +01:00
efm32gg [build] Remove PyYAML dependency 2014-01-02 20:55:15 +01:00
efm32lg [build] Remove PyYAML dependency 2014-01-02 20:55:15 +01:00
efm32tg Use type suffix to avoid warnings 2014-02-06 00:59:39 +01:00
memorymap.h follow the license change to lgpl3 in efm32 2012-03-03 00:21:21 +01:00