cmake: add cmake toolchain file for oe setup
[contrib/mraa.git] / docs / galileorevh.md
1 Galileo Gen 2 - Rev H                           {#galileorevh}
2 =====================
3
4 Galileo is a microcontroller board based on the IntelĀ® Quark SoC X1000
5 Application Processor, a 32-bit Intel Pentium-class system on a chip.
6
7 The Gen 2 board has the following limitations in libmraa:
8
9 - i2c is set at 400Khz speed cannot be changed without reloading kernel module,
10   the driver is intel_qrk_gip_i2c and the parameter is i2c_std_mode which must
11   be set to 1 in order to set the i2c bus speed to 100Khz
12 - i2c bus is shared with multiple devices in kernel space, scanning it usually
13   fails
14 - pwm period is set globally for all pwm channels, when changed this will halt
15   all pwm channels
16 - adc kernel module will return 12bit number but the ADC itself only has an
17   accuracy of 10bits.