File tree 5 files changed +18
-21
lines changed
arduino_giga_r1_stm32h747xx_m7
arduino_portenta_h7_stm32h747xx_m7
5 files changed +18
-21
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ giga.menu.debug.false.postbuild_debug=
13
13
giga.menu.debug.true.postbuild_debug=-debug
14
14
15
15
giga.build.zephyr_target=arduino_giga_r1//m7
16
- giga.build.zephyr_args=--shield giga_display_shield
16
+ giga.build.zephyr_args=--shield arduino_giga_display_shield
17
17
giga.build.variant=arduino_giga_r1_stm32h747xx_m7
18
18
giga.build.mcu=cortex-m7
19
19
giga.build.fpu=-mfpu=fpv5-d16
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ FORCE_EXPORT_SYM(net_mgmt_NET_REQUEST_WIFI_AP_ENABLE);
112
112
113
113
#if defined(CONFIG_BT )
114
114
FORCE_EXPORT_SYM (bt_enable_raw );
115
- FORCE_EXPORT_SYM (bt_hci_raw_set_mode );
116
115
FORCE_EXPORT_SYM (bt_send );
117
116
FORCE_EXPORT_SYM (bt_buf_get_tx );
118
117
FORCE_EXPORT_SYM (net_buf_simple_pull );
Original file line number Diff line number Diff line change 148
148
149
149
&dcmi {
150
150
status = "okay";
151
- sensor = <&gc2145>;
152
151
/* ext-sdram = <&sdram1>; */
153
152
pinctrl-0 = <&dcmi_hsync_ph8 &dcmi_pixclk_pa6 &dcmi_vsync_pi5
154
153
&dcmi_d0_ph9 &dcmi_d1_ph10 &dcmi_d2_ph11 &dcmi_d3_pg11
155
154
&dcmi_d4_ph14 &dcmi_d5_pi4 &dcmi_d6_pi6 &dcmi_d7_pi7>;
156
155
pinctrl-names = "default";
157
- bus-width = <8>;
158
- hsync-active = <0>;
159
- vsync-active = <0>;
160
- pixelclk-active = <0>;
161
- capture-rate = <1>;
162
156
dmas = <&dma1 0 75 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
163
157
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_32BITS | STM32_DMA_MEM_32BITS |
164
158
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_1_4>;
165
159
166
160
port {
167
161
dcmi_ep_in: endpoint {
168
- remote-endpoint = <&gc2145_ep_out>;
162
+ remote-endpoint-label = "gc2145_ep_out";
163
+ bus-width = <8>;
164
+ hsync-active = <0>;
165
+ vsync-active = <0>;
166
+ pclk-sample = <0>;
169
167
};
170
168
};
171
169
};
Original file line number Diff line number Diff line change 27
27
28
28
port {
29
29
gc2145_ep_out: endpoint {
30
- remote-endpoint = <& dcmi_ep_in> ;
30
+ remote-endpoint-label = " dcmi_ep_in" ;
31
31
};
32
32
};
33
33
};
41
41
42
42
port {
43
43
ov7670_ep_out: endpoint {
44
- remote-endpoint = <& dcmi_ep_in> ;
44
+ remote-endpoint-label = " dcmi_ep_in" ;
45
45
};
46
46
};
47
47
};
132
132
133
133
&dcmi {
134
134
status = "okay";
135
- sensor = <&gc2145>;
136
- /* sensor = <&ov7670>; */
137
135
/* ext-sdram = <&sdram1>; */
138
136
pinctrl-0 = <&dcmi_hsync_pa4 &dcmi_pixclk_pa6 &dcmi_vsync_pi5
139
137
&dcmi_d0_ph9 &dcmi_d1_ph10 &dcmi_d2_ph11 &dcmi_d3_ph12
140
138
&dcmi_d4_ph14 &dcmi_d5_pi4 &dcmi_d6_pi6 &dcmi_d7_pi7>;
141
139
pinctrl-names = "default";
142
- bus-width = <8>;
143
- hsync-active = <0>;
144
- vsync-active = <0>;
145
- pixelclk-active = <0>;
146
- capture-rate = <1>;
147
140
dmas = <&dma1 0 75 (STM32_DMA_PERIPH_TO_MEMORY | STM32_DMA_PERIPH_NO_INC |
148
141
STM32_DMA_MEM_INC | STM32_DMA_PERIPH_32BITS | STM32_DMA_MEM_32BITS |
149
142
STM32_DMA_PRIORITY_HIGH) STM32_DMA_FIFO_FULL>; //FULL for 7670, default FIFO_1_4
150
143
151
144
port {
152
145
dcmi_ep_in: endpoint {
153
- remote-endpoint = <&gc2145_ep_out>;
154
- //remote-endpoint = <&ov7670_ep_out>;
146
+ remote-endpoint-label = "gc2145_ep_out";
147
+ // remote-endpoint-label = "ov7670_ep_out";
148
+ bus-width = <8>;
149
+ hsync-active = <0>;
150
+ vsync-active = <0>;
151
+ pclk-sample = <0>;
155
152
};
156
153
};
157
154
};
Original file line number Diff line number Diff line change @@ -15,14 +15,17 @@ manifest:
15
15
url-base : https://github.com/arduino
16
16
- name : facchinm
17
17
url-base : https://github.com/facchinm
18
+ - name : pillo79
19
+ url-base : https://github.com/pillo79
18
20
19
21
projects :
20
22
- name : zephyr
21
23
remote : arduino
22
- revision : arduino_core_merge_post_4.1
24
+ revision : zephyr-arduino-20250520
23
25
import :
24
26
name-allowlist :
25
27
- cmsis
28
+ - cmsis_6
26
29
- hal_nordic
27
30
- hal_ti
28
31
- hal_ambiq
You can’t perform that action at this time.
0 commit comments