@@ -1220,6 +1220,7 @@ impl Chip {
12201220 "timergroup_driver_supported" ,
12211221 "twai_driver_supported" ,
12221222 "uart_driver_supported" ,
1223+ "uhci_driver_supported" ,
12231224 "usb_serial_jtag_driver_supported" ,
12241225 "wifi_driver_supported" ,
12251226 "bt_driver_supported" ,
@@ -1421,6 +1422,7 @@ impl Chip {
14211422 "cargo:rustc-cfg=timergroup_driver_supported" ,
14221423 "cargo:rustc-cfg=twai_driver_supported" ,
14231424 "cargo:rustc-cfg=uart_driver_supported" ,
1425+ "cargo:rustc-cfg=uhci_driver_supported" ,
14241426 "cargo:rustc-cfg=usb_serial_jtag_driver_supported" ,
14251427 "cargo:rustc-cfg=wifi_driver_supported" ,
14261428 "cargo:rustc-cfg=bt_driver_supported" ,
@@ -1704,6 +1706,7 @@ impl Chip {
17041706 "soc_has_trace0" ,
17051707 "soc_has_uart0" ,
17061708 "soc_has_uart1" ,
1709+ "soc_has_uhci0" ,
17071710 "soc_has_usb_device" ,
17081711 "soc_has_dma_ch0" ,
17091712 "soc_has_dma_ch1" ,
@@ -1737,6 +1740,7 @@ impl Chip {
17371740 "systimer_driver_supported" ,
17381741 "timergroup_driver_supported" ,
17391742 "uart_driver_supported" ,
1743+ "uhci_driver_supported" ,
17401744 "spi_master_spi2" ,
17411745 "spi_slave_spi2" ,
17421746 "timergroup_timg0" ,
@@ -1802,6 +1806,7 @@ impl Chip {
18021806 "timergroup_rc_fast_calibration_is_set" ,
18031807 "uart_ram_size=\" 128\" " ,
18041808 "uart_peripheral_controls_mem_clk" ,
1809+ "uhci_combined_uart_selector_field" ,
18051810 ] ,
18061811 cfgs : & [
18071812 "cargo:rustc-cfg=esp32c5" ,
@@ -1864,6 +1869,7 @@ impl Chip {
18641869 "cargo:rustc-cfg=soc_has_trace0" ,
18651870 "cargo:rustc-cfg=soc_has_uart0" ,
18661871 "cargo:rustc-cfg=soc_has_uart1" ,
1872+ "cargo:rustc-cfg=soc_has_uhci0" ,
18671873 "cargo:rustc-cfg=soc_has_usb_device" ,
18681874 "cargo:rustc-cfg=soc_has_dma_ch0" ,
18691875 "cargo:rustc-cfg=soc_has_dma_ch1" ,
@@ -1897,6 +1903,7 @@ impl Chip {
18971903 "cargo:rustc-cfg=systimer_driver_supported" ,
18981904 "cargo:rustc-cfg=timergroup_driver_supported" ,
18991905 "cargo:rustc-cfg=uart_driver_supported" ,
1906+ "cargo:rustc-cfg=uhci_driver_supported" ,
19001907 "cargo:rustc-cfg=spi_master_spi2" ,
19011908 "cargo:rustc-cfg=spi_slave_spi2" ,
19021909 "cargo:rustc-cfg=timergroup_timg0" ,
@@ -1962,6 +1969,7 @@ impl Chip {
19621969 "cargo:rustc-cfg=timergroup_rc_fast_calibration_is_set" ,
19631970 "cargo:rustc-cfg=uart_ram_size=\" 128\" " ,
19641971 "cargo:rustc-cfg=uart_peripheral_controls_mem_clk" ,
1972+ "cargo:rustc-cfg=uhci_combined_uart_selector_field" ,
19651973 ] ,
19661974 memory_layout : & MemoryLayout {
19671975 regions : & [
@@ -2206,6 +2214,7 @@ impl Chip {
22062214 "timergroup_driver_supported" ,
22072215 "twai_driver_supported" ,
22082216 "uart_driver_supported" ,
2217+ "uhci_driver_supported" ,
22092218 "lp_uart_driver_supported" ,
22102219 "ulp_riscv_driver_supported" ,
22112220 "usb_serial_jtag_driver_supported" ,
@@ -2471,6 +2480,7 @@ impl Chip {
24712480 "cargo:rustc-cfg=timergroup_driver_supported" ,
24722481 "cargo:rustc-cfg=twai_driver_supported" ,
24732482 "cargo:rustc-cfg=uart_driver_supported" ,
2483+ "cargo:rustc-cfg=uhci_driver_supported" ,
24742484 "cargo:rustc-cfg=lp_uart_driver_supported" ,
24752485 "cargo:rustc-cfg=ulp_riscv_driver_supported" ,
24762486 "cargo:rustc-cfg=usb_serial_jtag_driver_supported" ,
@@ -2861,6 +2871,7 @@ impl Chip {
28612871 "timergroup_driver_supported" ,
28622872 "twai_driver_supported" ,
28632873 "uart_driver_supported" ,
2874+ "uhci_driver_supported" ,
28642875 "usb_serial_jtag_driver_supported" ,
28652876 "bt_driver_supported" ,
28662877 "ieee802154_driver_supported" ,
@@ -3087,6 +3098,7 @@ impl Chip {
30873098 "cargo:rustc-cfg=timergroup_driver_supported" ,
30883099 "cargo:rustc-cfg=twai_driver_supported" ,
30893100 "cargo:rustc-cfg=uart_driver_supported" ,
3101+ "cargo:rustc-cfg=uhci_driver_supported" ,
30903102 "cargo:rustc-cfg=usb_serial_jtag_driver_supported" ,
30913103 "cargo:rustc-cfg=bt_driver_supported" ,
30923104 "cargo:rustc-cfg=ieee802154_driver_supported" ,
@@ -4040,6 +4052,7 @@ impl Chip {
40404052 "timergroup_driver_supported" ,
40414053 "twai_driver_supported" ,
40424054 "uart_driver_supported" ,
4055+ "uhci_driver_supported" ,
40434056 "ulp_fsm_driver_supported" ,
40444057 "ulp_riscv_driver_supported" ,
40454058 "usb_otg_driver_supported" ,
@@ -4288,6 +4301,7 @@ impl Chip {
42884301 "cargo:rustc-cfg=timergroup_driver_supported" ,
42894302 "cargo:rustc-cfg=twai_driver_supported" ,
42904303 "cargo:rustc-cfg=uart_driver_supported" ,
4304+ "cargo:rustc-cfg=uhci_driver_supported" ,
42914305 "cargo:rustc-cfg=ulp_fsm_driver_supported" ,
42924306 "cargo:rustc-cfg=ulp_riscv_driver_supported" ,
42934307 "cargo:rustc-cfg=usb_otg_driver_supported" ,
@@ -4915,6 +4929,7 @@ pub fn emit_check_cfg_directives() {
49154929 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_dma_ch2)" ) ;
49164930 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_tsens)" ) ;
49174931 println ! ( "cargo:rustc-check-cfg=cfg(hmac_driver_supported)" ) ;
4932+ println ! ( "cargo:rustc-check-cfg=cfg(uhci_driver_supported)" ) ;
49184933 println ! ( "cargo:rustc-check-cfg=cfg(usb_serial_jtag_driver_supported)" ) ;
49194934 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_clock_node_cpu_pll_div_out)" ) ;
49204935 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_clock_node_pll_160m)" ) ;
@@ -5000,6 +5015,7 @@ pub fn emit_check_cfg_directives() {
50005015 println ! ( "cargo:rustc-check-cfg=cfg(dma_separate_in_out_interrupts)" ) ;
50015016 println ! ( "cargo:rustc-check-cfg=cfg(spi_master_has_clk_pre_div)" ) ;
50025017 println ! ( "cargo:rustc-check-cfg=cfg(uart_peripheral_controls_mem_clk)" ) ;
5018+ println ! ( "cargo:rustc-check-cfg=cfg(uhci_combined_uart_selector_field)" ) ;
50035019 println ! ( "cargo:rustc-check-cfg=cfg(esp32c6)" ) ;
50045020 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_atomic)" ) ;
50055021 println ! ( "cargo:rustc-check-cfg=cfg(soc_has_ieee802154)" ) ;
0 commit comments