You are viewing an older revision! See the latest version
GR PEACH_supported_function_map
mbed Libraries¶
Note: "Done" means that you can import it on the mbed on-line compiler.
| Function | Support | merged to mbed-src | registered to mbed library | Note |
|---|---|---|---|---|
| AnalogIn | ✓ | Done | Done | - |
| AnalogOut | - | - | - | RZ-A1H does not have this function. |
| DigitalIn | ✓ | Done | Done | - |
| DigitalOut | ✓ | Done | Done | - |
| DigitalInOut | ✓ | Done | Done | - |
| BusIn | ✓ | Done | Done | - |
| BusOut | ✓ | Done | Done | - |
| BusInOut | ✓ | Done | Done | - |
| PortIn | - | - | - | Please use BusIn instead |
| PortOut | - | - | - | Please use BusOut instead |
| PortInOut | - | - | - | Please use BusInOut instead |
| PwmOut | ✓ | Done | end of 2015/Jan. | The maximum period is 491us If you set a number greater than 491us, 491us is set. [Affected APIs] void period(float seconds) :max:4.91e-4 void period_ms(int ms) :ms<=0:1us , ms>=1:491us void period_us(int us) :max:491 The combination of the following pins are exclusively use. ・P4_6 or P4_7 ・P8_8 or P8_9 ・P8_10 or P8_11 ・P8_12 or P8_13 ・P8_14 or P8_15 [Affected APIs] PwmOut(PinName pin) The period of the following pins can be set to the same value. ・channel 1: P8_8,P8_9,P8_10,P8_11,P8_12,P8_13,P8_14,P8_15 ・channel 2: P10_0,P3_2,P4_4,P4_6,P4_7 [Affected APIs] PwmOut(PinName pin) void period(float seconds) void period_ms(int ms) void period_us(int us) |
| InterruptIn | ✓ | Done. | end of 2014/Dec. | - |
| Timer | ✓ | Done | end of 2014/Dec. | - |
| TimeOut | ✓ | Done | end of 2014/Dec. | - |
| Ticker | ✓ | Done | end of 2014/Dec. | - |
| wait | ✓ | Done | end of 2014/Dec. | - |
| time | - | - | - | No plan to support. There's no battery implemented. |
| Serial | ✓ | Done | end of 2014/Dec. | - |
| SPI | ✓ | Done | end of 2015/Jan. | - |
| SPISlave | ✓ | end of 2015/Jan | end of 2015/Feb. | - |
| I2C | ✓ | end of 2015/Jan | end of 2015/Jan. | - |
| I2CSlave | ✓ | end of 2015/Jan | end of 2015/Feb. | - |
| CAN | - | - | - | No plan to support. |
mbed official Libraries¶
Note: "Available" means that you can import it on the mbed on-line compiler.
| Function | Support | Availability | Note |
|---|---|---|---|
| mbed RTOS | ✓ | Available | - |
| LocalFileSystem | - | - | No plan to support. |
| SDFileSystem | ✓ | Available | - |
| USBDevice | ✓ | Available | - |
| USBHost | ✓ | end of 2015/Jan. | - |
| Ethernet | ✓ | Available | - |
| EthernetInterface | ✓ | Available | - |
Other Libraries¶
Note: "Available" means that you can import it on the mbed on-line compiler.
| Function | Support | Availability | Note |
|---|---|---|---|
| Camera In | ✓ | end of 2015/Apr | Assuming MP of "Shield" would be e/o 2015/Apr |
| LCD Display | ✓ | end of 2015/Apr | Assuming MP of "Shield" would be e/o 2015/Apr |