Skip to content

Commit ed247f9

Browse files
Release v6.1.0
1 parent 07244f1 commit ed247f9

464 files changed

Lines changed: 203539 additions & 8786 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| TES Dave2D | TES Electronics Solutions GmBH | [Renesas Open License v1.0](#renesas-open-license-v10) |
2828
| [TinyCrypt](https://github.com/intel/tinycrypt/) | Intel Corporation | BSD-3-Clause and BSD-2-Clause. See [LICENSE](https://github.com/intel/tinycrypt/blob/master/LICENSE)|
2929
| [LVGL](https://github.com/lvgl/lvgl) | LVGL Kft | MIT and [Other](https://github.com/lvgl/lvgl/blob/master/COPYRIGHTS.md). [Built-In Fonts](https://github.com/lvgl/lvgl/tree/master/scripts/built_in_font/font_license)|
30+
| [Minimp3](https://github.com/lieff/minimp3) | Universal | [CC0 1.0](https://github.com/lieff/minimp3/blob/master/LICENSE)|
3031

3132
## BSD 3-Clause License
3233

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FSP uses an open software ecosystem and provides flexibility in using your prefe
1010

1111
### Current Release
1212

13-
[FSP v6.0.0](https://github.com/renesas/fsp/releases/tag/v6.0.0)
13+
[FSP v6.1.0](https://github.com/renesas/fsp/releases/tag/v6.1.0)
1414

1515
### Supported RA MCU Kits
1616

@@ -22,6 +22,7 @@ FSP uses an open software ecosystem and provides flexibility in using your prefe
2222
- CK-RA6M5 V2
2323
- FPB-RA0E1
2424
- FPB-RA0E2
25+
- FPB-RA0L1
2526
- FPB-RA2E1
2627
- FPB-RA2E2
2728
- FPB-RA2E3
@@ -61,6 +62,8 @@ FSP uses an open software ecosystem and provides flexibility in using your prefe
6162
- MCK-RA6T2
6263
- MCK-RA6T3
6364
- MCK-RA8T1
65+
- MCK-RA8T2
66+
- RSSK-RA0L1
6467
- RSSK-RA2L1
6568
- RSSK-RA4L1
6669
- RSSK-RA6T1
@@ -115,14 +118,15 @@ It is important to note that updates for Azure RTOS on these hardware will no lo
115118
- FSP versions of 5.8.0 and later require a minimum e² studio version of 2025-01.
116119
- FSP versions of 5.9.0 and later require a minimum e² studio version of 2025-04.
117120
- FSP versions of 6.0.0 and later require a minimum e² studio version of 2025-04.1.
121+
- FSP versions of 6.1.0 and later require a minimum e² studio version of 2025-07.
118122

119123
If you have already installed a previous FSP release that included e² studio then you can download the packs separately. These are available for download under the Assets section for each release. There is a zipped version, FSP_Packs_\<version\>.zip, that will work on any supported OS. There is also a self-extracting installer version, FSP_Packs_\<version\>.exe, that will work on Windows.
120124

121125
When using the zipped version of the packs the zip file should be extracted into the e² studio support area. This directory is typically found under the user's home directory with a path such as `~/.eclipse/com.renesas.platform_2047834950`. The number on the end of the path is unique to each e² studio installation. If you have two e² studio installations then you will have two directories with names of the format `~/.eclipse/com.renesas.platform_<unique_number>`. Please note that e² studio must have been run at least once for this directory to be created. You can find the support area for a particular e² studio installation by clicking `Help >> About e² studio`. In the window that pops up click `Installation Details` and choose the `Support Folders` tab. The e² studio support area path will be shown.
122126

123127
#### For new users that are using FSP with e² studio
124128

125-
1. Download the FSP with e² studio Installer from the Assets section of the [current release](https://github.com/renesas/fsp/releases/tag/v6.0.0).
129+
1. Download the FSP with e² studio Installer from the Assets section of the [current release](https://github.com/renesas/fsp/releases/tag/v6.1.0).
126130
2. Run the installer. This will install the e² studio tool, FSP packs, chosen toolchains (GCC and/or LLVM) and other tools required to use this software. No additional installations are required.
127131

128132
#### If using RA Smart Configurator (RASC) with IAR Embedded Workbench or Keil MDK ####

SUPPORTED_SOFTWARE.md

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
### FSP Top Level Modules
44
* AI
55
* [Arm CMSIS NN Library Source](https://arm-software.github.io/CMSIS-NN/latest/index.html)
6-
* [Arm Ethos-U Core Driver](https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/about/)
7-
* [Arm Ethos-U Core Driver Wrapper (rm_ethosu)](https://renesas.github.io/fsp/group___r_m___e_t_h_o___s_u.html)
6+
* [Arm Ethos-U Core Driver](https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver)
7+
* [Arm Ethos-U Core Driver Wrapper (rm_ethosu)](https://renesas.github.io/fsp/group___r_m___e_t_h_o_s_u.html)
88
* [Data Collector (rm_rai_data_collector)](https://renesas.github.io/fsp/group___r_m___r_a_i___d_a_t_a___c_o_l_l_e_c_t_o_r.html)
99
* [Data Shipper (rm_rai_data_shipper)](https://renesas.github.io/fsp/group___r_m___r_a_i___d_a_t_a___s_h_i_p_p_e_r.html)
1010
* [Google Flatbuffers](https://flatbuffers.dev/)
@@ -21,12 +21,14 @@
2121
* [Comparator, High-Speed (r_acmphs_b)](https://renesas.github.io/fsp/group___a_c_m_p_h_s___b.html)
2222
* [Comparator, Low-Power (r_acmplp)](https://renesas.github.io/fsp/group___a_c_m_p_l_p.html)
2323
* [DAC (r_dac)](https://renesas.github.io/fsp/group___d_a_c.html)
24-
* [DAC (r_dac_b)](https://renesas.github.io/fsp/group___d_a_c__b.html)
24+
* [DAC (r_dac_b)](https://renesas.github.io/fsp/group___d_a_c___b.html)
2525
* [DAC8 (r_dac8)](https://renesas.github.io/fsp/group___d_a_c8.html)
26+
* [DSMIF (r_dsmif)](https://renesas.github.io/fsp/group___d_s_m_i_f.html)
2627
* [Operational Amplifier (r_opamp)](https://renesas.github.io/fsp/group___o_p_a_m_p.html)
2728
* Audio
2829
* [ADPCM Decoder (rm_adpcm_decoder)](https://renesas.github.io/fsp/group___r_m___a_d_p_c_m___d_e_c_o_d_e_r.html)
2930
* [Audio Playback PWM (rm_audio_playback_pwm)](https://renesas.github.io/fsp/group___r_m___a_u_d_i_o___p_l_a_y_b_a_c_k___p_w_m.html)
31+
* [Minimp3 MP3 Decoder](https://renesas.github.io/fsp/group___m_i_n_i_m_p3___p_o_r_t.html)
3032
* [PDM (r_pdm)](https://renesas.github.io/fsp/group___p_d_m.html)
3133
* Bootloader
3234
* [MCUboot](https://github.com/mcu-tools/mcuboot)
@@ -88,6 +90,7 @@
8890
* [USB HHID (r_usb_hhid)](https://renesas.github.io/fsp/group___u_s_b___h_h_i_d.html)
8991
* [USB HMSC (r_usb_hmsc)](https://renesas.github.io/fsp/group___u_s_b___h_m_s_c.html)
9092
* [USB Host Vendor class (r_usb_hvnd)](https://renesas.github.io/fsp/group___u_s_b___h_v_n_d.html)
93+
* [USB PAUD (r_usb_paud)](https://renesas.github.io/fsp/group___u_s_b___p_a_u_d.html)
9194
* [USB PCDC (r_usb_pcdc)](https://renesas.github.io/fsp/group___u_s_b___p_c_d_c.html)
9295
* [USB PCDC Communication Device (rm_comms_usb_pcdc)](https://renesas.github.io/fsp/group___r_m___c_o_m_m_s___u_s_b___p_c_d_c.html)
9396
* [USB PHID (r_usb_phid)](https://renesas.github.io/fsp/group___u_s_b___p_h_i_d.html)
@@ -228,9 +231,12 @@
228231
* [BLE Abstraction (rm_ble_abs)](https://renesas.github.io/fsp/group___b_l_e___a_b_s.html)
229232
* [BLE SPP Transport on SPI (rm_ble_abs_spp_transport)](https://renesas.github.io/fsp/group___b_l_e___a_b_s.html)
230233
* [BLE SPP Transport on UART (rm_ble_abs_spp_transport)](https://renesas.github.io/fsp/group___b_l_e___a_b_s.html)
234+
* [EtherCAT SSC Port (rm_ethercat_ssc_port)](https://renesas.github.io/fsp/group___r_m___e_t_h_e_r_c_a_t___s_s_c___p_o_r_t.html)
231235
* [Ethernet (r_ether)](https://renesas.github.io/fsp/group___e_t_h_e_r.html)
232236
* [Ethernet (r_ether_phy)](https://renesas.github.io/fsp/group___e_t_h_e_r___p_h_y.html)
237+
* [Ethernet (r_ethercat_phy)](https://renesas.github.io/fsp/group___e_t_h_e_r_c_a_t___p_h_y.html)
233238
* [Ethernet (r_rmac_phy)](https://renesas.github.io/fsp/group___e_t_h_e_r___p_h_y.html)
239+
* [Ethernet Generic PTP Timer (r_gptp)](https://renesas.github.io/fsp/group___g_p_t_p.html)
234240
* [Ethernet MAC (r_rmac)](https://renesas.github.io/fsp/group___r_m_a_c.html)
235241
* [FreeRTOS+TCP](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_IP_Configuration.html)
236242
* [GTL BLE Abstraction (rm_ble_abs_gtl)](https://renesas.github.io/fsp/group___b_l_e___a_b_s.html)
@@ -240,10 +246,11 @@
240246
* [LwIP system FreeRTOS port](https://www.nongnu.org/lwip/2_1_x/index.html)
241247
* [MQTT Client on DA16XXX (rm_mqtt_onchip_da16xxx)](https://renesas.github.io/fsp/group___m_q_t_t___o_n_c_h_i_p___d_a16_x_x_x.html)
242248
* [ModbusTCP(r_modbus_tcp_server)](https://renesas.github.io/fsp/group___r___m_o_d_b_u_s___t_c_p___s_e_r_v_e_r.html)
243-
* [NFC IoT Reader on PTX (rm_nfc_reader_ptx)](https://renesas.github.io/fsp/group___n_f_c___r_e_a_d_e_r___p_t_x.html)
249+
* [NFC IoT Reader on PTX (rm_nfc_reader_ptx)](https://renesas.github.io/fsp/group___r_m___n_f_c___r_e_a_d_e_r___p_t_x.html)
244250
* [PTP (r_ptp)](https://renesas.github.io/fsp/group___p_t_p.html)
245251
* [SPP BLE Abstraction (rm_ble_abs_spp)](https://renesas.github.io/fsp/group___b_l_e___a_b_s.html)
246-
* [Switch (r_layer3_switch)](https://renesas.github.io/fsp/group___l_a_y_e_r_3___s_w_i_t_c_h.html)
252+
* [Socket Communication Device (rm_comms_socket)](https://renesas.github.io/fsp/group___r_m___c_o_m_m_s___s_o_c_k_e_t.html)
253+
* [Switch (r_layer3_switch)](https://renesas.github.io/fsp/group___l_a_y_e_r3___s_w_i_t_c_h.html)
247254
* [TCP Transport Interface on FreeRTOS+TCP (r_tcp_trans_freertos_plus_tcp)](https://renesas.github.io/fsp/group___r___t_c_p___t_r_a_n_s___f_r_e_e_r_t_o_s___p_l_u_s___t_c_p.html)
248255
* [lwIP Compiler and Platform abstraction](https://www.nongnu.org/lwip/2_1_x/group__compiler__abstraction.html)
249256
* [lwIP MQTT Client](https://www.nongnu.org/lwip/2_1_x/group__mqtt.html)
@@ -266,7 +273,9 @@
266273
* [MbedTLS (Crypto Only)](https://github.com/ARMmbed/mbed-crypto/blob/mbedcrypto-2.0.0/docs/getting_started.md)
267274
* [Ocrypto (H/W Accelerated)](https://renesas.github.io/fsp/_u_s_i_n_g__o_c_r_y_p_t_o.html)
268275
* [Ocrypto (S/W Only)](https://renesas.github.io/fsp/_u_s_i_n_g__o_c_r_y_p_t_o.html)
276+
* [Post Quantum Cryptography (PQC)](https://renesas.github.io/fsp/group___r_m___p_s_a___c_r_y_p_t_o.html)
269277
* [RSIP Protected Mode (r_rsip_protected)](https://renesas.github.io/fsp/group___r_s_i_p___p_r_o_t_e_c_t_e_d.html)
278+
* [RSIP-E11A Protected Mode (CAVP Certified)](https://renesas.github.io/fsp/group___r_s_i_p___e11_a___p_r_o_t_e_c_t_e_d___c_a_v_p.html)
270279
* [RSIP-E51A Protected Mode (CAVP Certified)](https://renesas.github.io/fsp/group___r_s_i_p___e51_a___p_r_o_t_e_c_t_e_d___c_a_v_p.html)
271280
* [SCE Protected Mode](https://renesas.github.io/fsp/group___s_c_e___p_r_o_t_e_c_t_e_d.html)
272281
* [SCE Protected Mode (CAVP Certified)](https://renesas.github.io/fsp/group___s_c_e___p_r_o_t_e_c_t_e_d___c_a_v_p.html)
@@ -279,10 +288,10 @@
279288
* [FS3000 Flow Sensor (rm_fs3000) [Deprecated]](https://renesas.github.io/fsp/group___r_m___f_s3000.html)
280289
* [HS300X Temperature/Humidity Sensor (rm_hs300x) [Deprecated]](https://renesas.github.io/fsp/group___r_m___h_s300_x.html)
281290
* [HS400X Temperature/Humidity Sensor (rm_hs400x) [Deprecated]](https://renesas.github.io/fsp/group___r_m___h_s400_x.html)
282-
* [RRH46410 Gas Sensor Module (rm_rrh46410)](https://renesas.github.io/fsp/group___r_m___r_r_h46410.html)
291+
* [RRH46410 Gas Sensor Module (rm_rrh46410) [Deprecated]](https://renesas.github.io/fsp/group___r_m___r_r_h46410.html)
283292
* [RRH47000 NDIR CO2 Sensor Module (rm_rrh47000) [Deprecated]](https://renesas.github.io/fsp/group___r_m___r_r_h47000.html)
284293
* [RRH62000 All-in-one Air Quality Module (rm_rrh62000) [Deprecated]](https://renesas.github.io/fsp/group___r_m___r_r_h62000.html)
285-
* [ZMOD4XXX Gas Sensor (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
294+
* [ZMOD4XXX Gas Sensor (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
286295
* Storage
287296
* [Azure RTOS FileX on Block Media](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/filex/index.md)
288297
* [Azure RTOS FileX on LevelX NOR](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/filex/index.md)
@@ -309,6 +318,7 @@
309318
* [Event Link Controller (r_elc)](https://renesas.github.io/fsp/group___e_l_c.html)
310319
* [I/O Port (r_ioport)](https://renesas.github.io/fsp/group___i_o_p_o_r_t.html)
311320
* [IPC (r_ipc)](https://renesas.github.io/fsp/group___i_p_c.html)
321+
* [IPC Semaphore](https://renesas.github.io/fsp/group___b_s_p___m_c_u.html#bsp-ipc)
312322
* Timers
313323
* [32-bit Interval Timer (r_tml)](https://renesas.github.io/fsp/group___t_m_l.html)
314324
* [Port Output Enable for GPT (r_poeg)](https://renesas.github.io/fsp/group___p_o_e_g.html)
@@ -330,6 +340,7 @@
330340

331341
### FSP Module Dependencies
332342
* Analog
343+
* [DSMIF Channel Configuration (r_dsmif)](https://renesas.github.io/fsp/group___d_s_m_i_f.html)
333344
* [SDADC Channel Configuration (r_sdadc)](https://renesas.github.io/fsp/group___s_d_a_d_c.html)
334345
* Bootloader
335346
* [MCUboot ASN.1 Parser](https://github.com/mcu-tools/mcuboot)
@@ -350,6 +361,7 @@
350361
* [USB HCDC (r_usb_hcdc)](https://renesas.github.io/fsp/group___u_s_b___h_c_d_c.html)
351362
* [USB HHID (r_usb_hhid)](https://renesas.github.io/fsp/group___u_s_b___h_h_i_d.html)
352363
* [USB Host Vendor class (r_usb_hvnd)](https://renesas.github.io/fsp/group___u_s_b___h_v_n_d.html)
364+
* [USB PAUD (r_usb_paud_class)](https://renesas.github.io/fsp/group___u_s_b___p_a_u_d.html)
353365
* [USB PCDC (r_usb_pcdc_class)](https://renesas.github.io/fsp/group___u_s_b___p_c_d_c.html)
354366
* [USB PCDC 2channel (r_usb_pcdc)](https://renesas.github.io/fsp/group___u_s_b___p_c_d_c.html)
355367
* [USB PCDC Communication Device (rm_comms_usb_pcdc_class)](https://renesas.github.io/fsp/group___r_m___c_o_m_m_s___u_s_b___p_c_d_c.html)
@@ -363,7 +375,7 @@
363375
* Graphics
364376
* [Azure RTOS GUIX Port (rm_guix_port)](https://renesas.github.io/fsp/group___r_m___g_u_i_x___p_o_r_t.html)
365377
* [LVGL Port (rm_lvgl_port)](https://renesas.github.io/fsp/group___r_m___l_v_g_l___p_o_r_t.html)
366-
* [MIPI Camera Interface (r_mipi_csi)](https://renesas.github.io/fsp/group___m_i_p_i__c_s_i.html)
378+
* [MIPI Camera Interface (r_mipi_csi)](https://renesas.github.io/fsp/group___m_i_p_i___c_s_i.html)
367379
* [MIPI Display (r_mipi_dsi)](https://renesas.github.io/fsp/group___m_i_p_i___d_s_i.html)
368380
* [MIPI Physical Layer (r_mipi_phy)](https://renesas.github.io/fsp/group___m_i_p_i___d_s_i.html)
369381
* [SEGGER emWin RA Port (rm_emwin_port)](https://renesas.github.io/fsp/group___r_m___e_m_w_i_n___p_o_r_t.html)
@@ -409,9 +421,10 @@
409421
* [Cellular Comm Interface on UART (rm_cellular_comm_uart_aws)](https://www.freertos.org/Documentation/api-ref/cellular/cellular__comm__interface_8h.html)
410422
* [DA14531 GTL Driver Layer](https://renesas.github.io/fsp/group___b_l_e___a_b_s___g_t_l.html)
411423
* [DA16XXX Transport on UART (rm_at_transport_da16xxx_uart)](https://renesas.github.io/fsp/group___a_t___t_r_a_n_s_p_o_r_t___d_a16_x_x_x___u_a_r_t.html)
424+
* [EtherCAT SSC Port Hardware](https://renesas.github.io/fsp/)
412425
* [Ethernet PHY-LSI](https://renesas.github.io/fsp/group___e_t_h_e_r___p_h_y.html)
413-
* [FreeRTOS+TCP Wrapper to r_ether (rm_freertos_plus_tcp)](https://renesas.github.io/fsp/group___f_r_e_e_r_t_o_s___p_l_u_s___t_c_p.html)
414-
* [NFC Reader PTX SDK](https://renesas.github.io/fsp/group___n_f_c___r_e_a_d_e_r___p_t_x.html)
426+
* [FreeRTOS+TCP Wrapper to ethernet driver (rm_freertos_plus_tcp)](https://renesas.github.io/fsp/group___f_r_e_e_r_t_o_s___p_l_u_s___t_c_p.html)
427+
* [NFC Reader PTX SDK](https://renesas.github.io/fsp/group___r_m___n_f_c___r_e_a_d_e_r___p_t_x.html)
415428
* [NetX Duo Ethernet Driver (rm_netxduo_ether)](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/netx-duo/chapter5.md)
416429
* [NetX Duo WiFi Driver (rm_netxduo_wifi)](https://renesas.github.io/fsp/group___r_m___n_e_t_x_d_u_o___w_i_f_i.html)
417430
* [RYZ012 SPP Driver Layer](https://renesas.github.io/fsp/group___b_l_e___a_b_s___s_p_p.html)
@@ -435,7 +448,7 @@
435448
* [MCUBoot TinyCrypt H/W Acceleration (rm_mcuboot_tinycrypt_port_aes2)](https://renesas.github.io/fsp/group___r_m___t_i_n_y_c_r_y_p_t___p_o_r_t.html)
436449
* [MCUboot TinyCrypt (H/W Accelerated)](https://github.com/01org/tinycrypt/blob/master/documentation/tinycrypt.rst)
437450
* [MCUboot TinyCrypt (S/W Only)](https://github.com/01org/tinycrypt/blob/master/documentation/tinycrypt.rst)
438-
* [Mbed Crypto H/W Acceleration (rm_psa_crypto)](https://renesas.github.io/fsp/group___r_m___p_s_a___c_r_y_p_t_o.html)
451+
* [MbedTLS Crypto Port (rm_psa_crypto)](https://renesas.github.io/fsp/group___r_m___p_s_a___c_r_y_p_t_o.html)
439452
* [MbedTLS FSP Port (rm_mbedtls)](https://www.trustedfirmware.org/projects/mbed-tls/)
440453
* [Ocrypto Port - H/W Accelerated (rm_ocrypto_port)](https://renesas.github.io/fsp/group___r_m___o_c_r_y_p_t_o___p_o_r_t.html)
441454
* [Ocrypto Port - TRNG Only (rm_ocrypto_port)](https://renesas.github.io/fsp/group___r_m___o_c_r_y_p_t_o___p_o_r_t.html)
@@ -455,17 +468,17 @@
455468
* [Trusted Firmware-M Port (rm_tfm_port)](https://trustedfirmware-m.readthedocs.io/)
456469
* Sensor
457470
* [ZMOD4410 IAQ 1st Generation (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
458-
* [ZMOD4410 IAQ 2nd Generation (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
459-
* [ZMOD4410 IAQ 2nd Generation Ultra Low Power (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
460-
* [ZMOD4410 PBAQ (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
471+
* [ZMOD4410 IAQ 2nd Generation (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
472+
* [ZMOD4410 IAQ 2nd Generation Ultra Low Power (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
473+
* [ZMOD4410 PBAQ (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
461474
* [ZMOD4410 Relative IAQ (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
462475
* [ZMOD4410 Relative IAQ Ultra Low Power (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
463-
* [ZMOD4410 Sulfur-based Odor (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
464-
* [ZMOD4450 RAQ (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
465-
* [ZMOD4510 Compensation for oxidizing gases ULP option (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
466-
* [ZMOD4510 Compensation for oxidizing gases option (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
467-
* [ZMOD4510 NO2 O3 (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
468-
* [ZMOD4510 OAQ 2nd Generation (rm_zmod4xxx)](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
476+
* [ZMOD4410 Sulfur-based Odor (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
477+
* [ZMOD4450 RAQ (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
478+
* [ZMOD4510 Compensation for oxidizing gases ULP option (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
479+
* [ZMOD4510 Compensation for oxidizing gases option (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
480+
* [ZMOD4510 NO2 O3 (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
481+
* [ZMOD4510 OAQ 2nd Generation (rm_zmod4xxx) [Deprecated]](https://renesas.github.io/fsp/group___r_m___z_m_o_d4_x_x_x.html)
469482
* Storage
470483
* [AWS OTA PAL (rm_aws_ota_pal_mcuboot)](https://renesas.github.io/fsp/group___a_w_s___o_t_a___p_a_l___m_c_u_b_o_o_t.html)
471484
* [Azure RTOS FileX Stub for NetX Duo](https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/filex/index.md)

0 commit comments

Comments
 (0)