| /bsp/allwinner/libraries/ |
| A D | Kconfig | 6 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/uart/Kconfig" 7 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/ccmu/Kconfig" 8 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/dma/Kconfig" 9 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/gpio/Kconfig" 10 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/disp2/Kconfig" 11 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/sdmmc/Kconfig" 12 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/spi/Kconfig" 13 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/twi/Kconfig" 15 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/usb/Kconfig" 16 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/ce/Kconfig" [all …]
|
| /bsp/apollo2/libraries/drivers/ |
| A D | SConscript | 9 hal/am_hal_clkgen.c 10 hal/am_hal_debug.c 15 hal/am_hal_reset.c 18 hal/am_hal_rtc.c 20 hal/am_hal_queue.c 21 hal/am_hal_iom.c 22 hal/am_hal_ios.c 25 hal/am_hal_gpio.c 26 hal/am_hal_uart.c 27 hal/am_hal_adc.c [all …]
|
| /bsp/ESP32_C3/idf_port/ld/ |
| A D | sections.ld | 174 *hal/cache_hal.*(.literal .literal.* .text .text.*) 175 *hal/i2c_hal_iram.*(.literal .literal.* .text .text.*) 176 *hal/ledc_hal_iram.*(.literal .literal.* .text .text.*) 177 *hal/mmu_hal.*(.literal .literal.* .text .text.*) 179 *hal/spi_flash_hal_gpspi.*(.literal .literal.* .text .text.*) 180 *hal/spi_flash_hal_iram.*(.literal .literal.* .text .text.*) 181 *hal/spi_hal_iram.*(.literal .literal.* .text .text.*) 182 *hal/spi_slave_hal_iram.*(.literal .literal.* .text .text.*) 183 *hal/systimer_hal.*(.literal .literal.* .text .text.*) 184 *hal/wdt_hal_iram.*(.literal .literal.* .text .text.*) [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/armcc/ |
| A D | Makefile | 36 hal/src \ 39 hal/utils/src \ 52 hal/src/hal_io.o \ 59 hal/src/hal_delay.o \ 70 hal/src/hal_init.o \ 71 hal/src/hal_usb_device.o \ 76 hal/src/hal_usart_async.o \ 79 hal/src/hal_gpio.o \ 81 hal/src/hal_sleep.o \ 82 hal/src/hal_cache.o \ [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/armcc/ |
| A D | Makefile | 36 hal/src \ 39 hal/utils/src \ 52 hal/src/hal_io.o \ 59 hal/src/hal_delay.o \ 70 hal/src/hal_init.o \ 71 hal/src/hal_usb_device.o \ 76 hal/src/hal_usart_async.o \ 79 hal/src/hal_gpio.o \ 81 hal/src/hal_sleep.o \ 82 hal/src/hal_cache.o \ [all …]
|
| /bsp/microchip/saml10/bsp/ |
| A D | AtmelStart.gpdsc | 50 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_gpio.h"/> 53 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 58 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/> 71 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/> 72 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 73 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 75 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 76 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 77 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 92 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| A D | SConscript | 15 src = Glob('hal/src/*.c') 16 src += Glob('hal/utils/src/*.c') 45 cwd + '/hal/include', 46 cwd + '/hal/utils/include',
|
| /bsp/microchip/samc21/bsp/ |
| A D | AtmelStart.gpdsc | 57 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 60 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can.h"/> 80 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/> 82 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 83 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_flash.c"/> 84 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 86 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 87 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 88 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 103 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| A D | SConscript | 15 src = Glob('hal/src/*.c') 16 src += Glob('hal/utils/src/*.c') 48 cwd + '/hal/include', 49 cwd + '/hal/utils/include',
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/gcc/ |
| A D | Makefile | 39 hal/src \ 43 hal/utils/src \ 55 hal/src/hal_io.o \ 62 hal/src/hal_delay.o \ 73 hal/src/hal_init.o \ 74 hal/src/hal_usb_device.o \ 79 hal/src/hal_usart_async.o \ 82 hal/src/hal_gpio.o \ 84 hal/src/hal_sleep.o \ 85 hal/src/hal_cache.o \ [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/gcc/ |
| A D | Makefile | 39 hal/src \ 43 hal/utils/src \ 55 hal/src/hal_io.o \ 62 hal/src/hal_delay.o \ 73 hal/src/hal_init.o \ 74 hal/src/hal_usb_device.o \ 79 hal/src/hal_usart_async.o \ 82 hal/src/hal_gpio.o \ 84 hal/src/hal_sleep.o \ 85 hal/src/hal_cache.o \ [all …]
|
| /bsp/microchip/same54/bsp/ |
| A D | AtmelStart.gpdsc | 59 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 63 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_aes.h"/> 65 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can.h"/> 87 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_cache.c"/> 89 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 90 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 92 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 93 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 95 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 110 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| /bsp/microchip/same70/bsp/ |
| A D | AtmelStart.gpdsc | 56 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 59 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_can.h"/> 63 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/> 75 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/> 77 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 78 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 80 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 81 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 83 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 98 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| A D | SConscript | 15 src = Glob('hal/src/*.c') 16 src += Glob('hal/utils/src/*.c') 47 cwd + '/hal/include', 48 cwd + '/hal/utils/include',
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | AtmelStart.gpdsc | 52 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 58 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/> 75 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/> 76 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_cache.c"/> 77 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 78 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 79 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 80 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 81 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 97 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | AtmelStart.gpdsc | 52 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hal_io.h"/> 58 <file category="header" condition="ARMCC, GCC, IAR" name="hal/include/hpl_dma.h"/> 75 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_atomic.c"/> 76 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_cache.c"/> 77 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_delay.c"/> 78 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_gpio.c"/> 79 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_init.c"/> 80 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_io.c"/> 81 <file category="source" condition="ARMCC, GCC, IAR" name="hal/src/hal_sleep.c"/> 97 <file category="source" condition="GCC" name="hal/utils/src/utils_syscalls.c"/> [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | Makefile | 1 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc 2 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc/hal 3 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc/sys 4 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc/osal 5 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc/os 6 EXTRA_CFLAGS += -I$(MELIS_BASE)/ekernel/drivers/include/hal/sdmmc/osal/RT-Thread
|
| /bsp/ESP32_C3/drivers/ |
| A D | drv_uart.c | 26 uart_hal_context_t hal[] = { variable 45 uart_intr_status = uart_hal_get_intsts_mask(&hal[port]); in mcu_uart_rx_intr_handler() 52 uart_hal_clr_intsts_mask(&hal[port], uart_intr_status); in mcu_uart_rx_intr_handler() 73 uart_hal_write_txfifo(&hal[port], (const uint8_t *)&c, 1, &write_size); in mcu_uart_putc() 83 int len = uart_hal_get_rxfifo_len(&hal[port]); in mcu_uart_getc() 91 uart_hal_read_rxfifo(&hal[port], &c, &len); in mcu_uart_getc()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/drv_webcam/ |
| A D | Makefile | 1 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/uvc/Include/ 2 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/uvc/drv_webcam/ 3 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/uvc/drv_webcam/dev_cfg/ 4 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/uvc/drv_webcam/webcam_core/
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | Makefile | 1 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/include 2 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/storage/include 3 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/hid/Include 4 subdir-ccflags-y += -I$(srctree)/ekernel/drivers/hal/source/usb/uvc/Include
|
| /bsp/allwinner/libraries/sunxi-hal/osal/ |
| A D | SConscript | 19 CPPPATH = [cwd, cwd + '/../hal'] 21 LOCAL_CCFLAGS = ' -include %s/../hal/kconfig.h' % cwd 23 group = DefineGroup('hal', src, depend = [''], CPPPATH = CPPPATH, LOCAL_CPPDEFINES = LOCAL_CPPDEFIN…
|
| /bsp/rockchip/common/ |
| A D | HalSConscript | 12 src += Glob(hal_lib + '/hal/src/*.c') 13 src += Glob(hal_lib + '/hal/src/*/*.c') 17 path = [hal_lib + '/hal/inc',
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/ |
| A D | Kconfig | 38 bool "DISP2 hal APIs test" 42 Enable disp2 hal test command. 174 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/disp2/disp/lcd/Kconfig" 181 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/disp2/disp/Kconfig" 187 source "$(BSP_DIR)/../libraries/sunxi-hal/hal/source/disp2/soc/Kconfig"
|
| /bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/deps/ |
| A D | mtb-hal-cat1.mtbx | 1 https://github.com/cypresssemiconductorco/mtb-hal-cat1#release-v2.3.0#$$ASSET_REPO$$/mtb-hal-cat1/r…
|
| /bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/deps/ |
| A D | mtb-hal-cat1.mtbx | 1 https://github.com/cypresssemiconductorco/mtb-hal-cat1#release-v2.3.0#$$ASSET_REPO$$/mtb-hal-cat1/r…
|