micropython/ports/renesas-ra/boards
Takeo Takahashi 3229791b60 renesas-ra: Add a macro definition to avoid compile error of FSP v4.4.0.
FSP v4.4.0 refers to CMSIS V5.4.1, and __COMPILER_BARRIER() is used in bsp.
On the other hand, lib/cmsis is V5.1.0 and the macro is not defined.
Therefore, compile error happens.
As the workaround, the macro definition is added.
If lib/cmsis is updated in the future, this addition can be removed.

Signed-off-by: Takeo Takahashi <takeo.takahashi.xv@renesas.com>
2023-05-11 16:18:39 +10:00
..
EK_RA4M1 renesas-ra: Update boards and ra directory files to support FSP v4.4.0. 2023-05-11 16:18:39 +10:00
EK_RA4W1 renesas-ra: Update boards and ra directory files to support FSP v4.4.0. 2023-05-11 16:18:39 +10:00
EK_RA6M1 renesas-ra: Update boards and ra directory files to support FSP v4.4.0. 2023-05-11 16:18:39 +10:00
EK_RA6M2 renesas-ra: Update boards and ra directory files to support FSP v4.4.0. 2023-05-11 16:18:39 +10:00
RA4M1_CLICKER renesas-ra: Update boards and ra directory files to support FSP v4.4.0. 2023-05-11 16:18:39 +10:00
compiler_barrier.h renesas-ra: Add a macro definition to avoid compile error of FSP v4.4.0. 2023-05-11 16:18:39 +10:00
deploy.md renesas-ra/boards: Change device name information to show properly. 2022-05-02 12:02:32 +09:00
make-pins.py renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
manifest.py ports: Use micropython-lib version of drivers in manifests. 2022-09-08 11:27:05 +10:00
ra4m1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra4w1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra6m1_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra6m2_af.csv renesas-ra: Add new port to Renesas RA. 2022-04-29 12:29:06 +09:00
ra_pin_prefix.c renesas-ra/machine_pin: Remove code for unsupported Pin features. 2022-06-03 10:57:48 +10:00