.: lk lk.tar.bz2
./lk: app arch dev engine.mk external include kernel lib LICENSE lk_inc.mk.example make makefile platform project README.md scripts target tools top
./lk/app: accelerometer app.c app.ld cdcserialtest inetsrv lkboot loader lpcboot mdebug moot ndebugtest pcitests rules.mk shell stringtests tests udctest usbtest zynq-common
./lk/app/accelerometer: accelerometer.c rules.mk
./lk/app/cdcserialtest: cdcserialtest.c rules.mk
./lk/app/inetsrv: inetsrv.c inetsrv.h rules.mk
./lk/app/lkboot: commands.c dcc.c include inet.c lkboot.c lkboot.h lkboot_protocol.h pdcc.h rules.mk
./lk/app/lkboot/include: app
./lk/app/lkboot/include/app: lkboot.h
./lk/app/loader: loader.c rules.mk
./lk/app/lpcboot: lpc43xx-spifi.c lpcboot.c miniloader.S rules.mk
./lk/app/mdebug: fw-m0sub.h fw-m0sub.S jtag.c lpclink2.h mdebug.c rswd.c rswdp.h rules.mk swd.h swd-m0sub.c swd-sgpio.c swo-uart1.c
./lk/app/moot: fsboot.c include moot.c rules.mk stubs.c usbboot.c
./lk/app/moot/include: app
./lk/app/moot/include/app: moot
./lk/app/moot/include/app/moot: fsboot.h moot.h stubs.h usbboot.h
./lk/app/ndebugtest: ndebugtest.c rules.mk
./lk/app/pcitests: pci_tests.c rules.mk
./lk/app/shell: rules.mk shell.c
./lk/app/stringtests: rules.mk string_tests.c
./lk/app/tests: benchmarks.c cache_tests.c cbuf_tests.c clock_tests.c fibo.c float.c float_instructions.S float_print_host.c float_test_vec.c include mem_tests.c port_tests.c printf_tests.c rules.mk tests.c thread_tests.c
./lk/app/tests/include: app
./lk/app/tests/include/app: tests.h
./lk/app/udctest: rules.mk udctest.c
./lk/app/usbtest: descriptor.c rules.mk usbtest.c
./lk/app/zynq-common: init.c rules.mk
./lk/arch: arm arm64 microblaze mips or1k x86
./lk/arch/arm: arm arm-m include rules.mk stackusage system-onesegment.ld system-twosegment.ld toolchain.mk
./lk/arch/arm/arm: arch.c asm.S cache.c cache-ops.S debug.c exceptions.S faults.c fpu.c include mmu.c mp.c ops.S start.S thread.c
./lk/arch/arm/arm/include: arch
./lk/arch/arm/arm/include/arch: arch_thread.h aspace.h
./lk/arch/arm/arm-m: arch.c cache.c exceptions.c include spin_cycles.c start.c systick thread.c vectab.c
./lk/arch/arm/arm-m/include: arch
./lk/arch/arm/arm-m/include/arch: arch_thread.h arm
./lk/arch/arm/arm-m/include/arch/arm: cm.h
./lk/arch/arm/arm-m/systick: rules.mk systick.c
./lk/arch/arm/include: arch
./lk/arch/arm/include/arch: arch_ops.h arm arm.h asm.h asm_macros.h defines.h spinlock.h
./lk/arch/arm/include/arch/arm: cores.h dcc.h mmu.h
./lk/arch/arm64: arch.c asm.S cache-ops.S exceptions_c.c exceptions.S fpu.c include mmu.c mp.c rules.mk spinlock.S start.S system-onesegment.ld thread.c toolchain.mk
./lk/arch/arm64/include: arch
./lk/arch/arm64/include/arch: arch_ops.h arch_thread.h arm64 arm64.h asm_macros.h aspace.h defines.h spinlock.h
./lk/arch/arm64/include/arch/arm64: mmu.h
./lk/arch/microblaze: arch.c asm.S exceptions.c include linker.ld rules.mk start.S thread.c
./lk/arch/microblaze/include: arch
./lk/arch/microblaze/include/arch: arch_ops.h arch_thread.h defines.h microblaze.h spinlock.h
./lk/arch/mips: arch.c asm.S exceptions.c include linker.ld mips.ld rules.mk start.S thread.c timer.c vectors.S
./lk/arch/mips/include: arch
./lk/arch/mips/include/arch: arch_ops.h arch_thread.h defines.h mips.h spinlock.h
./lk/arch/or1k: arch.c asm.S cache-ops.c exceptions.c faults.c include linker.ld mmu.c rules.mk start.S thread.c
./lk/arch/or1k/include: arch
./lk/arch/or1k/include/arch: arch_ops.h arch_thread.h defines.h or1k or1k.h or1k-sprs.h spinlock.h
./lk/arch/or1k/include/arch/or1k: mmu.h
./lk/arch/x86: 32 64 arch.c cache.c descriptor.c faults.c fpu.c gdt.S include rules.mk thread.c toolchain.mk
./lk/arch/x86/32: asm.S exceptions.S kernel.ld mmu.c ops.S start.S
./lk/arch/x86/64: asm.S exceptions.S kernel.ld mmu.c ops.S start.S
./lk/arch/x86/include: arch
./lk/arch/x86/include/arch: arch_ops.h arch_thread.h aspace.h defines.h fpu.h spinlock.h x86 x86.h
./lk/arch/x86/include/arch/x86: descriptor.h mmu.h
./lk/dev: cache class dev.c devices.ld driver.c drivers.ld fbcon gpio gpio_i2c interrupt keys net rules.mk timer usb virtio
./lk/dev/cache: pl310
./lk/dev/cache/pl310: include pl310.c rules.mk
./lk/dev/cache/pl310/include: dev
./lk/dev/cache/pl310/include/dev: cache
./lk/dev/cache/pl310/include/dev/cache: pl310.h
./lk/dev/class: block_api.c fb_api.c i2c_api.c netif_api.c spi_api.c uart_api.c
./lk/dev/fbcon: fbcon.c font5x12.h rules.mk
./lk/dev/gpio: debug.c rules.mk
./lk/dev/gpio_i2c: gpio_i2c.c rules.mk
./lk/dev/interrupt: arm_gic or1k_pic
./lk/dev/interrupt/arm_gic: arm_gic.c include rules.mk
./lk/dev/interrupt/arm_gic/include: dev
./lk/dev/interrupt/arm_gic/include/dev: interrupt
./lk/dev/interrupt/arm_gic/include/dev/interrupt: arm_gic.h
./lk/dev/interrupt/or1k_pic: or1k_pic.c rules.mk
./lk/dev/keys: gpio_keypad.c keys.c rules.mk
./lk/dev/net: pcnet smc91c96
./lk/dev/net/pcnet: pcnet.c rules.mk
./lk/dev/net/smc91c96: include rules.mk smc91c96.c smc91c96_p.h
./lk/dev/net/smc91c96/include: dev
./lk/dev/net/smc91c96/include/dev: net
./lk/dev/net/smc91c96/include/dev/net: smc91c96.h
./lk/dev/timer: arm_cortex_a9 arm_generic or1k_ticktimer
./lk/dev/timer/arm_cortex_a9: arm_cortex_a9_timer.c include rules.mk
./lk/dev/timer/arm_cortex_a9/include: dev
./lk/dev/timer/arm_cortex_a9/include/dev: timer
./lk/dev/timer/arm_cortex_a9/include/dev/timer: arm_cortex_a9.h
./lk/dev/timer/arm_generic: arm_generic_timer.c include rules.mk
./lk/dev/timer/arm_generic/include: dev
./lk/dev/timer/arm_generic/include/dev: timer
./lk/dev/timer/arm_generic/include/dev/timer: arm_generic.h
./lk/dev/timer/or1k_ticktimer: include or1k_ticktimer.c rules.mk
./lk/dev/timer/or1k_ticktimer/include: dev
./lk/dev/timer/or1k_ticktimer/include/dev: timer
./lk/dev/timer/or1k_ticktimer/include/dev/timer: or1k_ticktimer.h
./lk/dev/usb: class rules.mk usb.c
./lk/dev/usb/class: bulktest cdcserial
./lk/dev/usb/class/bulktest: bulktest.c include rules.mk
./lk/dev/usb/class/bulktest/include: dev
./lk/dev/usb/class/bulktest/include/dev: usb
./lk/dev/usb/class/bulktest/include/dev/usb: class
./lk/dev/usb/class/bulktest/include/dev/usb/class: bulktest.h
./lk/dev/usb/class/cdcserial: cdcserial.c include rules.mk
./lk/dev/usb/class/cdcserial/include: dev
./lk/dev/usb/class/cdcserial/include/dev: usb
./lk/dev/usb/class/cdcserial/include/dev/usb: class
./lk/dev/usb/class/cdcserial/include/dev/usb/class: cdcserial.h
./lk/dev/virtio: block gpu include net rules.mk virtio.c virtio_priv.h
./lk/dev/virtio/block: include rules.mk virtio-block.c
./lk/dev/virtio/block/include: dev
./lk/dev/virtio/block/include/dev: virtio
./lk/dev/virtio/block/include/dev/virtio: block.h
./lk/dev/virtio/gpu: include rules.mk virtio-gpu.c virtio_gpu.h
./lk/dev/virtio/gpu/include: dev
./lk/dev/virtio/gpu/include/dev: virtio
./lk/dev/virtio/gpu/include/dev/virtio: gpu.h
./lk/dev/virtio/include: dev
./lk/dev/virtio/include/dev: virtio virtio.h
./lk/dev/virtio/include/dev/virtio: virtio_ring.h
./lk/dev/virtio/net: include rules.mk virtio-net.c
./lk/dev/virtio/net/include: dev
./lk/dev/virtio/net/include/dev: virtio
./lk/dev/virtio/net/include/dev/virtio: net.h
./lk/external: arch lib platform README
./lk/external/arch: arm
./lk/external/arch/arm: arm-m
./lk/external/arch/arm/arm-m: CMSIS
./lk/external/arch/arm/arm-m/CMSIS: Include Lib Patch rules.mk
./lk/external/arch/arm/arm-m/CMSIS/Include: arm_common_tables.h arm_const_structs.h arm_math.h core_cm0.h core_cm0plus.h core_cm3.h core_cm4.h core_cm4_simd.h core_cm7.h core_cmFunc.h core_cmInstr.h core_cmSimd.h core_sc000.h core_sc300.h
./lk/external/arch/arm/arm-m/CMSIS/Lib: libarm_cortexM0l_math.a libarm_cortexM3l_math.a libarm_cortexM4lf_math.a libarm_cortexM4l_math.a
./lk/external/arch/arm/arm-m/CMSIS/Patch: README.md systick_nvic.patch
./lk/external/lib: aes cksum fdt heap libm lwip mincrypt miniz
./lk/external/lib/aes: aes_core.c aes_local_orig.h aes_locl.h aes.tar.gz include rules.mk test
./lk/external/lib/aes/include: lib
./lk/external/lib/aes/include/lib: aes.h
./lk/external/lib/aes/test: aes_test.c rules.mk
./lk/external/lib/cksum: adler32.c crc16.c crc32.c crc32.h debug.c include rules.mk zutil.h
./lk/external/lib/cksum/include: lib
./lk/external/lib/cksum/include/lib: cksum.h
./lk/external/lib/fdt: fdt_addresses.c fdt.c fdt_empty_tree.c fdt_ro.c fdt_rw.c fdt_strerror.c fdt_sw.c fdt_wip.c include libfdt_internal.h LICENSE Makefile.libfdt rules.mk TODO version.lds
./lk/external/lib/fdt/include: fdt.h libfdt_env.h libfdt.h
./lk/external/lib/heap: dlmalloc
./lk/external/lib/heap/dlmalloc: dlmalloc.c include rules.mk
./lk/external/lib/heap/dlmalloc/include: lib
./lk/external/lib/heap/dlmalloc/include/lib: dlmalloc.h
./lk/external/lib/libm: e_acos.c e_acosf.c e_asin.c e_asinf.c e_atan2.c e_exp.c e_fmod.c e_log.c e_pow.c e_powf.c e_rem_pio2.c e_rem_pio2f.c e_sqrt.c e_sqrtf.c include k_cos.c k_cosf.c k_rem_pio2.c k_sin.c k_sinf.c k_tan.c k_tanf.c math_private.h rules.mk s_atan.c s_ceil.c s_ceilf.c s_copysign.c s_copysignf.c s_cos.c s_cosf.c s_fabs.c s_fabsf.c s_floor.c s_floorf.c s_round.c s_scalbn.c s_scalbnf.c s_sin.c s_sinf.c s_tan.c s_tanf.c s_trunc.c
./lk/external/lib/libm/include: math.h sys
./lk/external/lib/libm/include/sys: cdefs.h
./lk/external/lib/lwip: api cmd.c core FILES include netif netif.c rules.mk sys_arch.c
./lk/external/lib/lwip/api: api_lib.c api_msg.c err.c netbuf.c netdb.c netifapi.c sockets.c tcpip.c
./lk/external/lib/lwip/core: def.c dhcp.c dns.c init.c ipv4 ipv6 mem.c memp.c netif.c pbuf.c raw.c snmp stats.c sys.c tcp.c tcp_in.c tcp_out.c timers.c udp.c
./lk/external/lib/lwip/core/ipv4: autoip.c icmp.c igmp.c inet.c inet_chksum.c ip_addr.c ip.c ip_frag.c
./lk/external/lib/lwip/core/ipv6: icmp6.c inet6.c ip6_addr.c ip6.c README
./lk/external/lib/lwip/core/snmp: asn1_dec.c asn1_enc.c mib2.c mib_structs.c msg_in.c msg_out.c
./lk/external/lib/lwip/include: arch ipv4 ipv6 lwip lwipopts.h netif posix
./lk/external/lib/lwip/include/arch: cc.h perf.h sys_arch.h
./lk/external/lib/lwip/include/ipv4: lwip
./lk/external/lib/lwip/include/ipv4/lwip: autoip.h icmp.h igmp.h inet_chksum.h inet.h ip_addr.h ip_frag.h ip.h
./lk/external/lib/lwip/include/ipv6: lwip
./lk/external/lib/lwip/include/ipv6/lwip: icmp.h inet.h ip_addr.h ip.h
./lk/external/lib/lwip/include/lwip: api.h api_msg.h arch.h debug.h def.h dhcp.h dns.h err.h init.h mem.h memp.h memp_std.h netbuf.h netdb.h netifapi.h netif.h opt.h pbuf.h raw.h sio.h snmp_asn1.h snmp.h snmp_msg.h snmp_structs.h sockets.h stats.h sys.h tcp.h tcp_impl.h tcpip.h timers.h udp.h
./lk/external/lib/lwip/include/netif: etharp.h ppp_oe.h slipif.h
./lk/external/lib/lwip/include/posix: netdb.h sys
./lk/external/lib/lwip/include/posix/sys: socket.h
./lk/external/lib/lwip/netif: etharp.c ethernetif.c FILES ppp slipif.c
./lk/external/lib/lwip/netif/ppp: auth.c auth.h chap.c chap.h chpms.c chpms.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h md5.c md5.h pap.c pap.h ppp.c pppdebug.h ppp.h ppp_impl.h ppp_oe.c randm.c randm.h vj.c vj.h
./lk/external/lib/mincrypt: include rules.mk sha256.c sha.c
./lk/external/lib/mincrypt/include: lib
./lk/external/lib/mincrypt/include/lib: mincrypt
./lk/external/lib/mincrypt/include/lib/mincrypt: hash-internal.h sha256.h sha.h
./lk/external/lib/miniz: include miniz.c rules.mk
./lk/external/lib/miniz/include: lib
./lk/external/lib/miniz/include/lib: miniz.h
./lk/external/platform: cc13xx lpc15xx nrf51 nrf52 stellaris stm32f0xx stm32f1xx stm32f2xx stm32f4xx stm32f7xx
./lk/external/platform/cc13xx: cc13xxware
./lk/external/platform/cc13xx/cc13xxware: driverlib inc README rf_patches rules.mk startup_files utils
./lk/external/platform/cc13xx/cc13xxware/driverlib: adi.c adi.h aon_batmon.c aon_batmon.h aon_event.c aon_event.h aon_ioc.c aon_ioc.h aon_rtc.c aon_rtc.h aon_wuc.c aon_wuc.h aux_adc.c aux_adc.h aux_smph.c aux_smph.h aux_tdc.c aux_tdc.h aux_timer.c aux_timer.h aux_wuc.c aux_wuc.h ccfgread.c ccfgread.h chipinfo.c chipinfo.h cpu.c cpu.h crypto.c crypto.h ddi.c ddi.h debug.c debug.h driverlib_release.c driverlib_release.h event.c event.h flash.c flash.h gpio.c gpio.h i2c.c i2c.h i2s.c i2s.h interrupt.c interrupt.h ioc.c ioc.h osc.c osc.h prcm.c prcm.h pwr_ctrl.c pwr_ctrl.h rfc.c rfc.h rf_common_cmd.h rf_data_entry.h rf_mailbox.h rf_prop_cmd.h rf_prop_mailbox.h rom_crypto.c rom_crypto.h rom.h setup.c setup.h smph.c smph.h ssi.c ssi.h sys_ctrl.c sys_ctrl.h systick.c systick.h timer.c timer.h trng.c trng.h uart.c uart.h udma.c udma.h vims.c vims.h watchdog.c watchdog.h
./lk/external/platform/cc13xx/cc13xxware/inc: asmdefs.h hw_adi_0_rf.h hw_adi_1_synth.h hw_adi_2_refsys.h hw_adi_3_refsys.h hw_adi_4_aux.h hw_adi.h hw_aon_batmon.h hw_aon_event.h hw_aon_ioc.h hw_aon_rtc.h hw_aon_sysctl.h hw_aon_wuc.h hw_aux_aiodio.h hw_aux_anaif.h hw_aux_evctl.h hw_aux_sce.h hw_aux_smph.h hw_aux_tdc.h hw_aux_timer.h hw_aux_wuc.h hw_ccfg.h hw_ccfg_simple_struct.h hw_chip_def.h hw_cpu_dwt.h hw_cpu_fpb.h hw_cpu_itm.h hw_cpu_rom_table.h hw_cpu_scs.h hw_cpu_tiprop.h hw_cpu_tpiu.h hw_crypto.h hw_ddi_0_osc.h hw_ddi.h hw_device.h hw_event.h hw_fcfg1.h hw_flash.h hw_gpio.h hw_gpt.h hw_i2c.h hw_i2s.h hw_ints.h hw_ioc.h hw_memmap.h hw_nvic.h hw_prcm.h hw_rfc_dbell.h hw_rfc_pwr.h hw_rfc_rat.h hw_smph.h hw_ssi.h hw_sysctl.h hw_trng.h hw_types.h hw_uart.h hw_udma.h hw_vims.h hw_wdt.h
./lk/external/platform/cc13xx/cc13xxware/rf_patches: rf_patch_cpe_genfsk.h rf_patch_cpe_genook.h rf_patch_cpe_lrm.h rf_patch_mce_genook.h rf_patch_mce_lrm.h rf_patch_rfe_genook.h
./lk/external/platform/cc13xx/cc13xxware/startup_files: ccfg.c startup_ccs.c startup_gcc.c startup_iar.c startup_keil.s
./lk/external/platform/cc13xx/cc13xxware/utils: rom_crypto
./lk/external/platform/cc13xx/cc13xxware/utils/rom_crypto: standalone_rom_crypto.c standalone_rom_crypto.h
./lk/external/platform/lpc15xx: lpcopen
./lk/external/platform/lpc15xx/lpcopen: lpc_board_nxp_lpcxpresso_1549 lpc_chip_15xx periph_acmp periph_adc periph_adc_rom periph_blinky periph_clkout periph_crc periph_dac periph_dma_mem periph_dma_rom_uart periph_dma_uart periph_eeprom periph_flashiap periph_freqmeas periph_gpio periph_grouped_int periph_i2cm_interrupt periph_i2cm_polling periph_i2c_rom_interrupt periph_i2c_rom_interrupt_slave periph_i2c_rom_polling periph_i2c_rom_polling_slave periph_i2cs_interrupt periph_iap periph_mrt periph_pinint periph_pmu periph_pmu_rom periph_ritimer periph_rtc periph_spi_interrupt periph_spi_polling periph_spi_rom_interrupt periph_spi_rom_interrupt_slave periph_spi_rom_polling periph_spi_rom_polling_slave periph_systick periph_temp periph_uart_rb periph_uart_rom_int periph_uart_rom_polling periph_wwdt rules.mk usbd_rom_cdc usbd_rom_cdc_uart usbd_rom_composite usbd_rom_hid_generic usbd_rom_hid_keyboard usbd_rom_hid_mouse VERSION.txt
./lk/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549: inc src
./lk/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/inc: board_api.h board.h
./lk/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src: board.c board_sysinit.c retarget.h
./lk/external/platform/lpc15xx/lpcopen/lpc_chip_15xx: inc src
./lk/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc: acmp_15xx.h adc_15xx.h chip.h clock_15xx.h cmsis.h core_cmFunc.h core_cmInstr.h crc_15xx.h dac_15xx.h dma_15xx.h eeprom.h error.h fmc_15xx.h gpio_15xx.h gpiogroup_15xx.h i2c_common_15xx.h i2cm_15xx.h i2cs_15xx.h iap.h inmux_15xx.h iocon_15xx.h lpc_types.h mrt_15xx.h pinint_15xx.h pmu_15xx.h ring_buffer.h ritimer_15xx.h rom_adc_15xx.h romapi_15xx.h rom_can_15xx.h rom_dma_15xx.h rom_i2c_15xx.h rom_pwr_15xx.h rom_spi_15xx.h rom_uart_15xx.h rtc_15xx.h sctipu_15xx.h spi_15xx.h stopwatch.h swm_15xx.h sys_config.h sysctl_15xx.h uart_15xx.h usbd usbd_15xx.h wwdt_15xx.h
./lk/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd: usbd_adc.h usbd_cdc.h usbd_cdcuser.h usbd_core.h usbd_desc.h usbd_dfu.h usbd_dfuuser.h usbd.h usbd_hid.h usbd_hiduser.h usbd_hw.h usbd_msc.h usbd_mscuser.h usbd_rom_api.h
./lk/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src: acmp_15xx.c adc_15xx.c chip_15xx.c clock_15xx.c crc_15xx.c dac_15xx.c dma_15xx.c eeprom.c gpio_15xx.c i2c_common_15xx.c i2cm_15xx.c i2cs_15xx.c iap.c iocon_15xx.c pinint_15xx.c pmu_15xx.c ring_buffer.c ritimer_15xx.c rtc_15xx.c sctipu_15xx.c spi_15xx.c stopwatch_15xx.c swm_15xx.c sysctl_15xx.c sysinit_15xx.c uart_15xx.c wwdt_15xx.c
./lk/external/platform/lpc15xx/lpcopen/periph_acmp: example
./lk/external/platform/lpc15xx/lpcopen/periph_acmp/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_acmp/example/src: acmp.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_adc: example
./lk/external/platform/lpc15xx/lpcopen/periph_adc/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_adc/example/src: adc.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_adc_rom: example
./lk/external/platform/lpc15xx/lpcopen/periph_adc_rom/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_adc_rom/example/src: adc_rom.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_blinky: example
./lk/external/platform/lpc15xx/lpcopen/periph_blinky/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_blinky/example/src: cr_startup_lpc15xx.c sysinit.c systick.c
./lk/external/platform/lpc15xx/lpcopen/periph_clkout: example
./lk/external/platform/lpc15xx/lpcopen/periph_clkout/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_clkout/example/src: clkout.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_crc: example
./lk/external/platform/lpc15xx/lpcopen/periph_crc/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_crc/example/src: crc.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_dac: example
./lk/external/platform/lpc15xx/lpcopen/periph_dac/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_dac/example/src: cr_startup_lpc15xx.c dac.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_dma_mem: example
./lk/external/platform/lpc15xx/lpcopen/periph_dma_mem/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src: cr_startup_lpc15xx.c dma_mem.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart: example
./lk/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_dma_rom_uart/example/src: cr_startup_lpc15xx.c dma_rom_uart.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_dma_uart: example
./lk/external/platform/lpc15xx/lpcopen/periph_dma_uart/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_dma_uart/example/src: cr_startup_lpc15xx.c dma_uart.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_eeprom: example
./lk/external/platform/lpc15xx/lpcopen/periph_eeprom/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_eeprom/example/src: cr_startup_lpc15xx.c eeprom.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_flashiap: example
./lk/external/platform/lpc15xx/lpcopen/periph_flashiap/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_flashiap/example/src: cr_startup_lpc15xx.c flashiap.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_freqmeas: example
./lk/external/platform/lpc15xx/lpcopen/periph_freqmeas/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_freqmeas/example/src: cr_startup_lpc15xx.c freqmeas.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_gpio: example
./lk/external/platform/lpc15xx/lpcopen/periph_gpio/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_gpio/example/src: cr_startup_lpc15xx.c gpio.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_grouped_int: example
./lk/external/platform/lpc15xx/lpcopen/periph_grouped_int/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_grouped_int/example/src: cr_startup_lpc15xx.c grouped_int.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src: cr_startup_lpc15xx.c periph_i2cm_interrupt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_polling: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2cm_polling/example/src: cr_startup_lpc15xx.c periph_i2cm_polling.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt/example/src: cr_startup_lpc15xx.c periph_i2c_rom_interrupt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/src: cr_startup_lpc15xx.c periph_i2c_rom_interrupt_slave.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src: cr_startup_lpc15xx.c periph_i2c_rom_polling.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling_slave/example/src: cr_startup_lpc15xx.c periph_i2c_rom_polling_slave.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt: example
./lk/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src: cr_startup_lpc15xx.c periph_i2cs_interrupt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_iap: example
./lk/external/platform/lpc15xx/lpcopen/periph_iap/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_iap/example/src: cr_startup_lpc15xx.c iap.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_mrt: example
./lk/external/platform/lpc15xx/lpcopen/periph_mrt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_mrt/example/src: cr_startup_lpc15xx.c mrt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_pinint: example
./lk/external/platform/lpc15xx/lpcopen/periph_pinint/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_pinint/example/src: cr_startup_lpc15xx.c pinint.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_pmu: example
./lk/external/platform/lpc15xx/lpcopen/periph_pmu/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_pmu/example/src: cr_startup_lpc15xx.c pmu.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_pmu_rom: example
./lk/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_pmu_rom/example/src: cr_startup_lpc15xx.c pmu_rom.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_ritimer: example
./lk/external/platform/lpc15xx/lpcopen/periph_ritimer/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_ritimer/example/src: cr_startup_lpc15xx.c ritimer.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_rtc: example
./lk/external/platform/lpc15xx/lpcopen/periph_rtc/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_rtc/example/src: cr_startup_lpc15xx.c rtc.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_interrupt: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_interrupt/example/src: cr_startup_lpc15xx.c periph_spi_interrupt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_polling: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_polling/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_polling/example/src: cr_startup_lpc15xx.c periph_spi_polling.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt/example/src: cr_startup_lpc15xx.c periph_spi_rom_interrupt.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_interrupt_slave/example/src: cr_startup_lpc15xx.c periph_spi_rom_interrupt_slave.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling/example/src: cr_startup_lpc15xx.c periph_spi_rom_polling.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave: example
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_spi_rom_polling_slave/example/src: cr_startup_lpc15xx.c periph_spi_rom_polling_slave.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/periph_systick: example
./lk/external/platform/lpc15xx/lpcopen/periph_systick/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_systick/example/src: cr_startup_lpc15xx.c sysinit.c systick.c
./lk/external/platform/lpc15xx/lpcopen/periph_temp: example
./lk/external/platform/lpc15xx/lpcopen/periph_temp/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_temp/example/src: cr_startup_lpc15xx.c sysinit.c temp.c
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rb: example
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rb/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/src: cr_startup_lpc15xx.c sysinit.c uart_rb.c
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_int: example
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/src: cr_startup_lpc15xx.c sysinit.c uart_rom_int.c
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling: example
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/src: cr_startup_lpc15xx.c sysinit.c uart_rom_polling.c
./lk/external/platform/lpc15xx/lpcopen/periph_wwdt: example
./lk/external/platform/lpc15xx/lpcopen/periph_wwdt/example: readme.dox src
./lk/external/platform/lpc15xx/lpcopen/periph_wwdt/example/src: cr_startup_lpc15xx.c sysinit.c wwdt.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc: app_usbd_cfg.h cdc_vcom.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src: cdc_desc.c cdc_main.c cdc_vcom.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/inc: app_usbd_cfg.h cdc_uart.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src: cdc_desc.c cdc_main.c cdc_uart.c cr_startup_lpc15xx.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_composite: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc: app_usbd_cfg.h cdc_vcom.h hid_mouse.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src: cdc_vcom.c composite_desc.c composite_main.c cr_startup_lpc15xx.c hid_mouse.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/inc: app_usbd_cfg.h hid_generic.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src: cr_startup_lpc15xx.c hid_desc.c hid_generic.c hid_main.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/inc: app_usbd_cfg.h hid_keyboard.h ms_timer.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src: cr_startup_lpc15xx.c hid_desc.c hid_keyboard.c hid_main.c ms_timer.c sysinit.c
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse: example
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example: inc readme.dox src
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/inc: app_usbd_cfg.h hid_mouse.h
./lk/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src: cr_startup_lpc15xx.c hid_desc.c hid_main.c hid_mouse.c sysinit.c
./lk/external/platform/nrf51: include rules.mk system_nrf51.c
./lk/external/platform/nrf51/include: platform
./lk/external/platform/nrf51/include/platform: nrf518xx_bitfields.h nrf518xx.h system_nrf51.h
./lk/external/platform/nrf52: include rules.mk system_nrf52.c
./lk/external/platform/nrf52/include: platform
./lk/external/platform/nrf52/include/platform: nrf52_bitfields.h nrf52xxx.h system_nrf52.h
./lk/external/platform/stellaris: ti-driverlib
./lk/external/platform/stellaris/ti-driverlib: docs driverlib inc makedefs Makefile manifest.html MANIFEST.TXT README rules.mk settings.ini TI-BSD-EULA.txt
./lk/external/platform/stellaris/ti-driverlib/docs: SW-DRL-UG-9453.pdf SW-RLN-9453.pdf
./lk/external/platform/stellaris/ti-driverlib/driverlib: adc.c adc.h can.c can.h comp.c comp.h cpu.c cpu.h debug.h eeprom.c eeprom.h epi.c epi.h ethernet.c ethernet.h fan.c fan.h flash.c flash.h fpu.c fpu.h gpio.c gpio.h hibernate.c hibernate.h i2c.c i2c.h i2s.c i2s.h interrupt.c interrupt.h lpc.c lpc.h Makefile Makefile.driverlib-cm3 Makefile.driverlib-cm4f mpu.c mpu.h peci.c peci.h pin_map.h pwm.c pwm.h qei.c qei.h readme.txt rom.h rom_map.h rtos_bindings.h ssi.c ssi.h sysctl.c sysctl.h sysexc.c sysexc.h systick.c systick.h timer.c timer.h uart.c uart.h udma.c udma.h usb.c usb.h watchdog.c watchdog.h
./lk/external/platform/stellaris/ti-driverlib/inc: asmdefs.h hw_adc.h hw_can.h hw_comp.h hw_eeprom.h hw_epi.h hw_ethernet.h hw_fan.h hw_flash.h hw_gpio.h hw_hibernate.h hw_i2c.h hw_i2s.h hw_ints.h hw_lpc.h hw_memmap.h hw_nvic.h hw_peci.h hw_pwm.h hw_qei.h hw_ssi.h hw_sysctl.h hw_sysexc.h hw_timer.h hw_types.h hw_uart.h hw_udma.h hw_usb.h hw_watchdog.h inc.sgxx
./lk/external/platform/stm32f0xx: CMSIS STM32F0xx_HAL_Driver
./lk/external/platform/stm32f0xx/CMSIS: CMSIS_END_USER_LICENCE_AGREEMENT.txt inc rules.mk system_stm32f0xx.c
./lk/external/platform/stm32f0xx/CMSIS/inc: stm32f030x6.h stm32f030x8.h stm32f030xc.h stm32f031x6.h stm32f038xx.h stm32f042x6.h stm32f048xx.h stm32f051x8.h stm32f058xx.h stm32f070x6.h stm32f070xb.h stm32f071xb.h stm32f072xb.h stm32f078xx.h stm32f091xc.h stm32f098xx.h stm32f0xx.h system_stm32f0xx.h
./lk/external/platform/stm32f0xx/STM32F0xx_HAL_Driver: inc Release_Notes.html rules.mk stm32f0xx_hal_adc.c stm32f0xx_hal_adc_ex.c stm32f0xx_hal.c stm32f0xx_hal_can.c stm32f0xx_hal_cec.c stm32f0xx_hal_comp.c stm32f0xx_hal_cortex.c stm32f0xx_hal_crc.c stm32f0xx_hal_crc_ex.c stm32f0xx_hal_dac.c stm32f0xx_hal_dac_ex.c stm32f0xx_hal_dma.c stm32f0xx_hal_flash.c stm32f0xx_hal_flash_ex.c stm32f0xx_hal_gpio.c stm32f0xx_hal_i2c.c stm32f0xx_hal_i2c_ex.c stm32f0xx_hal_i2s.c stm32f0xx_hal_irda.c stm32f0xx_hal_iwdg.c stm32f0xx_hal_msp_template.c stm32f0xx_hal_pcd.c stm32f0xx_hal_pcd_ex.c stm32f0xx_hal_pwr.c stm32f0xx_hal_pwr_ex.c stm32f0xx_hal_rcc.c stm32f0xx_hal_rcc_ex.c stm32f0xx_hal_rtc.c stm32f0xx_hal_rtc_ex.c stm32f0xx_hal_smartcard.c stm32f0xx_hal_smartcard_ex.c stm32f0xx_hal_smbus.c stm32f0xx_hal_spi.c stm32f0xx_hal_spi_ex.c stm32f0xx_hal_tim.c stm32f0xx_hal_tim_ex.c stm32f0xx_hal_tsc.c stm32f0xx_hal_uart.c stm32f0xx_hal_uart_ex.c stm32f0xx_hal_usart.c stm32f0xx_hal_wwdg.c
./lk/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc: Legacy stm32f0xx_hal_adc_ex.h stm32f0xx_hal_adc.h stm32f0xx_hal_can.h stm32f0xx_hal_cec.h stm32f0xx_hal_comp.h stm32f0xx_hal_conf.h stm32f0xx_hal_cortex.h stm32f0xx_hal_crc_ex.h stm32f0xx_hal_crc.h stm32f0xx_hal_dac_ex.h stm32f0xx_hal_dac.h stm32f0xx_hal_def.h stm32f0xx_hal_dma_ex.h stm32f0xx_hal_dma.h stm32f0xx_hal_flash_ex.h stm32f0xx_hal_flash.h stm32f0xx_hal_gpio_ex.h stm32f0xx_hal_gpio.h stm32f0xx_hal.h stm32f0xx_hal_i2c_ex.h stm32f0xx_hal_i2c.h stm32f0xx_hal_i2s.h stm32f0xx_hal_irda_ex.h stm32f0xx_hal_irda.h stm32f0xx_hal_iwdg.h stm32f0xx_hal_pcd_ex.h stm32f0xx_hal_pcd.h stm32f0xx_hal_pwr_ex.h stm32f0xx_hal_pwr.h stm32f0xx_hal_rcc_ex.h stm32f0xx_hal_rcc.h stm32f0xx_hal_rtc_ex.h stm32f0xx_hal_rtc.h stm32f0xx_hal_smartcard_ex.h stm32f0xx_hal_smartcard.h stm32f0xx_hal_smbus.h stm32f0xx_hal_spi_ex.h stm32f0xx_hal_spi.h stm32f0xx_hal_tim_ex.h stm32f0xx_hal_tim.h stm32f0xx_hal_tsc.h stm32f0xx_hal_uart_ex.h stm32f0xx_hal_uart.h stm32f0xx_hal_usart_ex.h stm32f0xx_hal_usart.h stm32f0xx_hal_wwdg.h
./lk/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/Legacy: stm32_hal_legacy.h
./lk/external/platform/stm32f1xx: STM32F10x_StdPeriph_Driver
./lk/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver: CMSIS inc Release_Notes_for_STM32F10x_StdPeriph_Driver.html rules.mk src
./lk/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/CMSIS: rules.mk stm32f10x.h system_stm32f10x.h
./lk/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc: misc.h stm32f10x_adc.h stm32f10x_bkp.h stm32f10x_can.h stm32f10x_cec.h stm32f10x_crc.h stm32f10x_dac.h stm32f10x_dbgmcu.h stm32f10x_dma.h stm32f10x_exti.h stm32f10x_flash.h stm32f10x_fsmc.h stm32f10x_gpio.h stm32f10x_i2c.h stm32f10x_iwdg.h stm32f10x_pwr.h stm32f10x_rcc.h stm32f10x_rtc.h stm32f10x_sdio.h stm32f10x_spi.h stm32f10x_tim.h stm32f10x_usart.h stm32f10x_wwdg.h system_stm32f10x.h
./lk/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src: misc.c stm32f10x_adc.c stm32f10x_bkp.c stm32f10x_can.c stm32f10x_cec.c stm32f10x_crc.c stm32f10x_dac.c stm32f10x_dbgmcu.c stm32f10x_dma.c stm32f10x_exti.c stm32f10x_flash.c stm32f10x_fsmc.c stm32f10x_gpio.c stm32f10x_i2c.c stm32f10x_iwdg.c stm32f10x_pwr.c stm32f10x_rcc.c stm32f10x_rtc.c stm32f10x_sdio.c stm32f10x_spi.c stm32f10x_tim.c stm32f10x_usart.c stm32f10x_wwdg.c system_stm32f10x.c
./lk/external/platform/stm32f2xx: STM32F2xx_StdPeriph_Driver
./lk/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver: CMSIS inc Release_Notes.html rules.mk src
./lk/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/CMSIS: rules.mk stm32f2xx.h system_stm32f2xx.h
./lk/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc: misc.h stm32f2xx_adc.h stm32f2xx_can.h stm32f2xx_crc.h stm32f2xx_cryp.h stm32f2xx_dac.h stm32f2xx_dbgmcu.h stm32f2xx_dcmi.h stm32f2xx_dma.h stm32f2xx_exti.h stm32f2xx_flash.h stm32f2xx_fsmc.h stm32f2xx_gpio.h stm32f2xx_hash.h stm32f2xx_i2c.h stm32f2xx_iwdg.h stm32f2xx_pwr.h stm32f2xx_rcc.h stm32f2xx_rng.h stm32f2xx_rtc.h stm32f2xx_sdio.h stm32f2xx_spi.h stm32f2xx_syscfg.h stm32f2xx_tim.h stm32f2xx_usart.h stm32f2xx_wwdg.h
./lk/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src: misc.c stm32f2xx_adc.c stm32f2xx_can.c stm32f2xx_crc.c stm32f2xx_cryp_aes.c stm32f2xx_cryp.c stm32f2xx_cryp_des.c stm32f2xx_cryp_tdes.c stm32f2xx_dac.c stm32f2xx_dbgmcu.c stm32f2xx_dcmi.c stm32f2xx_dma.c stm32f2xx_exti.c stm32f2xx_flash.c stm32f2xx_fsmc.c stm32f2xx_gpio.c stm32f2xx_hash.c stm32f2xx_hash_md5.c stm32f2xx_hash_sha1.c stm32f2xx_i2c.c stm32f2xx_iwdg.c stm32f2xx_pwr.c stm32f2xx_rcc.c stm32f2xx_rng.c stm32f2xx_rtc.c stm32f2xx_sdio.c stm32f2xx_spi.c stm32f2xx_syscfg.c stm32f2xx_tim.c stm32f2xx_usart.c stm32f2xx_wwdg.c system_stm32f2xx.c
./lk/external/platform/stm32f4xx: STM32F4xx_StdPeriph_Driver
./lk/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver: CMSIS inc Release_Notes.html rules.mk src
./lk/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/CMSIS: rules.mk stm32f4xx.h system_stm32f4xx.h
./lk/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc: misc.h stm32f4xx_adc.h stm32f4xx_can.h stm32f4xx_cec.h stm32f4xx_crc.h stm32f4xx_cryp.h stm32f4xx_dac.h stm32f4xx_dbgmcu.h stm32f4xx_dcmi.h stm32f4xx_dma2d.h stm32f4xx_dma.h stm32f4xx_exti.h stm32f4xx_flash.h stm32f4xx_flash_ramfunc.h stm32f4xx_fmc.h stm32f4xx_fmpi2c.h stm32f4xx_fsmc.h stm32f4xx_gpio.h stm32f4xx_hash.h stm32f4xx_i2c.h stm32f4xx_iwdg.h stm32f4xx_ltdc.h stm32f4xx_pwr.h stm32f4xx_qspi.h stm32f4xx_rcc.h stm32f4xx_rng.h stm32f4xx_rtc.h stm32f4xx_sai.h stm32f4xx_sdio.h stm32f4xx_spdifrx.h stm32f4xx_spi.h stm32f4xx_syscfg.h stm32f4xx_tim.h stm32f4xx_usart.h stm32f4xx_wwdg.h
./lk/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src: misc.c stm32f4xx_adc.c stm32f4xx_can.c stm32f4xx_cec.c stm32f4xx_crc.c stm32f4xx_cryp_aes.c stm32f4xx_cryp.c stm32f4xx_cryp_des.c stm32f4xx_cryp_tdes.c stm32f4xx_dac.c stm32f4xx_dbgmcu.c stm32f4xx_dcmi.c stm32f4xx_dma2d.c stm32f4xx_dma.c stm32f4xx_exti.c stm32f4xx_flash.c stm32f4xx_flash_ramfunc.c stm32f4xx_fmc.c stm32f4xx_fmpi2c.c stm32f4xx_fsmc.c stm32f4xx_gpio.c stm32f4xx_hash.c stm32f4xx_hash_md5.c stm32f4xx_hash_sha1.c stm32f4xx_i2c.c stm32f4xx_iwdg.c stm32f4xx_ltdc.c stm32f4xx_pwr.c stm32f4xx_qspi.c stm32f4xx_rcc.c stm32f4xx_rng.c stm32f4xx_rtc.c stm32f4xx_sai.c stm32f4xx_sdio.c stm32f4xx_spdifrx.c stm32f4xx_spi.c stm32f4xx_syscfg.c stm32f4xx_tim.c stm32f4xx_usart.c stm32f4xx_wwdg.c system_stm32f4xx.c
./lk/external/platform/stm32f7xx: STM32F7xx_HAL_Driver
./lk/external/platform/stm32f7xx/STM32F7xx_HAL_Driver: CMSIS Inc lk_hal.c Release_Notes.html rules.mk Src
./lk/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/CMSIS: rules.mk stm32f745xx.h stm32f746xx.h stm32f756xx.h stm32f7xx.h system_stm32f4xx.h system_stm32f7xx.h
./lk/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc: Legacy stm32f7xx_hal_adc_ex.h stm32f7xx_hal_adc.h stm32f7xx_hal_can.h stm32f7xx_hal_cec.h stm32f7xx_hal_conf.h stm32f7xx_hal_conf_template.h stm32f7xx_hal_cortex.h stm32f7xx_hal_crc_ex.h stm32f7xx_hal_crc.h stm32f7xx_hal_cryp_ex.h stm32f7xx_hal_cryp.h stm32f7xx_hal_dac_ex.h stm32f7xx_hal_dac.h stm32f7xx_hal_dcmi_ex.h stm32f7xx_hal_dcmi.h stm32f7xx_hal_def.h stm32f7xx_hal_dma2d.h stm32f7xx_hal_dma_ex.h stm32f7xx_hal_dma.h stm32f7xx_hal_eth.h stm32f7xx_hal_flash_ex.h stm32f7xx_hal_flash.h stm32f7xx_hal_gpio_ex.h stm32f7xx_hal_gpio.h stm32f7xx_hal.h stm32f7xx_hal_hash_ex.h stm32f7xx_hal_hash.h stm32f7xx_hal_hcd.h stm32f7xx_hal_i2c_ex.h stm32f7xx_hal_i2c.h stm32f7xx_hal_i2s.h stm32f7xx_hal_irda_ex.h stm32f7xx_hal_irda.h stm32f7xx_hal_iwdg.h stm32f7xx_hal_lptim.h stm32f7xx_hal_ltdc.h stm32f7xx_hal_nand.h stm32f7xx_hal_nor.h stm32f7xx_hal_pcd_ex.h stm32f7xx_hal_pcd.h stm32f7xx_hal_pwr_ex.h stm32f7xx_hal_pwr.h stm32f7xx_hal_qspi.h stm32f7xx_hal_rcc_ex.h stm32f7xx_hal_rcc.h stm32f7xx_hal_rng.h stm32f7xx_hal_rtc_ex.h stm32f7xx_hal_rtc.h stm32f7xx_hal_sai_ex.h stm32f7xx_hal_sai.h stm32f7xx_hal_sd.h stm32f7xx_hal_sdram.h stm32f7xx_hal_smartcard_ex.h stm32f7xx_hal_smartcard.h stm32f7xx_hal_spdifrx.h stm32f7xx_hal_spi.h stm32f7xx_hal_sram.h stm32f7xx_hal_tim_ex.h stm32f7xx_hal_tim.h stm32f7xx_hal_uart_ex.h stm32f7xx_hal_uart.h stm32f7xx_hal_usart_ex.h stm32f7xx_hal_usart.h stm32f7xx_hal_wwdg.h stm32f7xx_ll_fmc.h stm32f7xx_ll_sdmmc.h stm32f7xx_ll_usb.h
./lk/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/Legacy: stm32_hal_legacy.h
./lk/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src: stm32f7xx_hal_adc.c stm32f7xx_hal_adc_ex.c stm32f7xx_hal.c stm32f7xx_hal_can.c stm32f7xx_hal_cec.c stm32f7xx_hal_cortex.c stm32f7xx_hal_crc.c stm32f7xx_hal_crc_ex.c stm32f7xx_hal_cryp.c stm32f7xx_hal_cryp_ex.c stm32f7xx_hal_dac.c stm32f7xx_hal_dac_ex.c stm32f7xx_hal_dcmi.c stm32f7xx_hal_dcmi_ex.c stm32f7xx_hal_dma2d.c stm32f7xx_hal_dma.c stm32f7xx_hal_dma_ex.c stm32f7xx_hal_eth.c stm32f7xx_hal_flash.c stm32f7xx_hal_flash_ex.c stm32f7xx_hal_gpio.c stm32f7xx_hal_hash.c stm32f7xx_hal_hash_ex.c stm32f7xx_hal_hcd.c stm32f7xx_hal_i2c.c stm32f7xx_hal_i2c_ex.c stm32f7xx_hal_i2s.c stm32f7xx_hal_irda.c stm32f7xx_hal_iwdg.c stm32f7xx_hal_lptim.c stm32f7xx_hal_ltdc.c stm32f7xx_hal_msp_template.c stm32f7xx_hal_nand.c stm32f7xx_hal_nor.c stm32f7xx_hal_pcd.c stm32f7xx_hal_pcd_ex.c stm32f7xx_hal_pwr.c stm32f7xx_hal_pwr_ex.c stm32f7xx_hal_qspi.c stm32f7xx_hal_rcc.c stm32f7xx_hal_rcc_ex.c stm32f7xx_hal_rng.c stm32f7xx_hal_rtc.c stm32f7xx_hal_rtc_ex.c stm32f7xx_hal_sai.c stm32f7xx_hal_sai_ex.c stm32f7xx_hal_sd.c stm32f7xx_hal_sdram.c stm32f7xx_hal_smartcard.c stm32f7xx_hal_smartcard_ex.c stm32f7xx_hal_spdifrx.c stm32f7xx_hal_spi.c stm32f7xx_hal_sram.c stm32f7xx_hal_tim.c stm32f7xx_hal_tim_ex.c stm32f7xx_hal_uart.c stm32f7xx_hal_usart.c stm32f7xx_hal_wwdg.c stm32f7xx_ll_fmc.c stm32f7xx_ll_sdmmc.c stm32f7xx_ll_usb.c
./lk/include: app.h arch arch.h asm.h bits.h compiler.h debug.h dev err.h hw kernel lib list.h lk platform platform.h pow2.h reg.h sys target.h trace.h
./lk/include/arch: mmu.h mp.h ops.h thread.h
./lk/include/dev: accelerometer.h class display.h driver.h ethernet.h fbcon.h flash_nor.h gpio.h gpio_i2c.h gpio_keypad.h i2c.h keys.h pci.h uart.h udc.h usbc.h usb.h
./lk/include/dev/class: block.h fb.h i2c.h netif.h spi.h uart.h
./lk/include/hw: mii.h usb.h
./lk/include/kernel: debug.h event.h mp.h mutex.h novm.h port.h semaphore.h spinlock.h thread.h timer.h vm.h wait.h
./lk/include/lib: bytes.h console.h dpc.h evlog.h font.h gfxconsole.h gfx.h page_alloc.h partition.h ptable.h sysparam.h text.h
./lk/include/lk: init.h main.h
./lk/include/platform: debug.h interrupts.h timer.h
./lk/include/sys: types.h
./lk/kernel: debug.c event.c init.c mp.c mutex.c novm port.c rules.mk semaphore.c thread.c timer.c vm
./lk/kernel/novm: novm.c rules.mk
./lk/kernel/vm: bootalloc.c pmm.c rules.mk vm.c vmm.c vm_priv.h
./lk/lib: bcache bio bootargs bootimage buildsig bytes cbuf console debug debugcommands devicetree dpc elf evlog fixed_point font fs gfx gfxconsole heap io iovec klog libc minip norfs partition pool ptable sysparam text tftp tga unittest version watchdog
./lk/lib/bcache: bcache.c include rules.mk
./lk/lib/bcache/include: lib
./lk/lib/bcache/include/lib: bcache.h
./lk/lib/bio: bio.c debug.c include mem.c rules.mk subdev.c
./lk/lib/bio/include: lib
./lk/lib/bio/include/lib: bio.h
./lk/lib/bootargs: bootargs.c include rules.mk
./lk/lib/bootargs/include: lib
./lk/lib/bootargs/include/lib: bootargs.h
./lk/lib/bootimage: bootimage.c include rules.mk
./lk/lib/bootimage/include: lib
./lk/lib/bootimage/include/lib: bootimage.h bootimage_struct.h
./lk/lib/buildsig: buildsig.c include rules.mk
./lk/lib/buildsig/include: lib
./lk/lib/buildsig/include/lib: buildsig.h
./lk/lib/bytes: bytes.c rules.mk
./lk/lib/cbuf: cbuf.c include rules.mk
./lk/lib/cbuf/include: lib
./lk/lib/cbuf/include/lib: cbuf.h
./lk/lib/console: console.c console.ld rules.mk
./lk/lib/debug: debug.c rules.mk
./lk/lib/debugcommands: debugcommands.c rules.mk
./lk/lib/devicetree: devicetree.c devicetreedump.c include rules.mk
./lk/lib/devicetree/include: lib
./lk/lib/devicetree/include/lib: devicetree.h
./lk/lib/dpc: dpc.c rules.mk
./lk/lib/elf: elf.c include rules.mk
./lk/lib/elf/include: lib
./lk/lib/elf/include/lib: elf_defines.h elf.h
./lk/lib/evlog: evlog.c rules.mk
./lk/lib/fixed_point: fixed_point.c include rules.mk
./lk/lib/fixed_point/include: lib
./lk/lib/fixed_point/include/lib: fixed_point_debug.h fixed_point.h
./lk/lib/font: font.c font.h rules.mk
./lk/lib/fs: debug.c ext2 fat32 fs.c fs.ld include memfs rules.mk shell.c spifs
./lk/lib/fs/ext2: dir.c ext2.c ext2_fs.h ext2_priv.h ext3_fs.h file.c io.c rules.mk
./lk/lib/fs/fat32: fat32_priv.h fat.c fat_fs.h file.c rules.mk
./lk/lib/fs/include: lib
./lk/lib/fs/include/lib: fs fs.h
./lk/lib/fs/include/lib/fs: spifs.h
./lk/lib/fs/memfs: memfs.c rules.mk
./lk/lib/fs/spifs: rules.mk spifs.c test
./lk/lib/fs/spifs/test: rules.mk spifstest.c
./lk/lib/gfx: gfx.c rules.mk
./lk/lib/gfxconsole: gfxconsole.c rules.mk
./lk/lib/heap: cmpctmalloc heap_wrapper.c include miniheap new.cpp page_alloc.c rules.mk
./lk/lib/heap/cmpctmalloc: cmpctmalloc.c include rules.mk
./lk/lib/heap/cmpctmalloc/include: lib
./lk/lib/heap/cmpctmalloc/include/lib: cmpctmalloc.h
./lk/lib/heap/include: lib
./lk/lib/heap/include/lib: heap.h
./lk/lib/heap/miniheap: include miniheap.c rules.mk
./lk/lib/heap/miniheap/include: lib
./lk/lib/heap/miniheap/include/lib: miniheap.h
./lk/lib/io: console.c include io.c rules.mk
./lk/lib/io/include: lib
./lk/lib/io/include/lib: io.h
./lk/lib/iovec: iovec.c rules.mk
./lk/lib/klog: include klog.c rules.mk
./lk/lib/klog/include: lib
./lk/lib/klog/include/lib: klog.h
./lk/lib/libc: atexit.c atoi.c bsearch.c ctype.c eabi.c errno.c include printf.c pure_virtual.cpp qsort.c rand.c rules.mk stdio.c string strtol.c strtoll.c
./lk/lib/libc/include: alloca.h assert.h ctype.h endian.h errno.h inttypes.h iovec.h limits.h malloc.h new.h printf.h rand.h stdint.h stdio.h stdlib.h string.h strings.h
./lk/lib/libc/string: arch bcopy.c bzero.c memchr.c memcmp.c memcpy.c memmove.c memscan.c memset.c rules.mk strcat.c strchr.c strcmp.c strcoll.c strcpy.c strdup.c strerror.c strlcat.c strlcpy.c strlen.c strncat.c strncmp.c strncpy.c strnicmp.c strnlen.c strpbrk.c strrchr.c strspn.c strstr.c strtok.c strxfrm.c
./lk/lib/libc/string/arch: arm arm64 microblaze mips or1k x86 x86-64
./lk/lib/libc/string/arch/arm: arm arm-m rules.mk
./lk/lib/libc/string/arch/arm/arm: memcpy.S memset.S
./lk/lib/libc/string/arch/arm/arm-m: memcpy.S memset.S
./lk/lib/libc/string/arch/arm64: rules.mk
./lk/lib/libc/string/arch/microblaze: rules.mk
./lk/lib/libc/string/arch/mips: rules.mk
./lk/lib/libc/string/arch/or1k: rules.mk
./lk/lib/libc/string/arch/x86: memcpy.S memset.S rules.mk
./lk/lib/libc/string/arch/x86-64: memcpy.S memset.S rules.mk
./lk/lib/minip: arp.c chksum.c dhcp.c include lk_console.c minip.c minip-internal.h net_timer.c pktbuf.c rules.mk tcp.c udp.c
./lk/lib/minip/include: lib
./lk/lib/minip/include/lib: minip.h pktbuf.h
./lk/lib/norfs: include norfs.c rules.mk test
./lk/lib/norfs/include: lib
./lk/lib/norfs/include/lib: norfs_config.h norfs.h norfs_inode.h
./lk/lib/norfs/test: include norfs_test.c norfs_test_helper.c rules.mk
./lk/lib/norfs/test/include: norfs_test_helper.h
./lk/lib/partition: partition.c rules.mk
./lk/lib/pool: include pool.c rules.mk test
./lk/lib/pool/include: lib
./lk/lib/pool/include/lib: pool.h
./lk/lib/pool/test: pool_test.cc
./lk/lib/ptable: ptable.c rules.mk
./lk/lib/sysparam: rules.mk sysparam.c
./lk/lib/text: rules.mk text.c
./lk/lib/tftp: include rules.mk tftp.c
./lk/lib/tftp/include: lib
./lk/lib/tftp/include/lib: tftp.h
./lk/lib/tga: include rules.mk tga.c
./lk/lib/tga/include: lib
./lk/lib/tga/include/lib: tga.h
./lk/lib/unittest: all_tests.c app include rules.mk unittest.c
./lk/lib/unittest/app: app.c rules.mk
./lk/lib/unittest/include: unittest.h
./lk/lib/version: buildid.sh include rules.mk version.c
./lk/lib/version/include: lib
./lk/lib/version/include/lib: version.h
./lk/lib/watchdog: include rules.mk watchdog.c
./lk/lib/watchdog/include: lib
./lk/lib/watchdog/include/lib: watchdog.h
./lk/make: build.mk compile.mk help.mk include_diagram.txt macros.mk module.mk recurse.mk
./lk/platform: alterasoc armemu bcm28xx cc13xx debug.c init.c lpc15xx lpc43xx mediatek microblaze nrf51xxx nrf52xxx or1ksim pc power.c qemu-mips qemu-virt rules.mk stellaris stm32 stm32f0xx stm32f1xx stm32f2xx stm32f4xx stm32f7xx zynq
./lk/platform/alterasoc: clocks.c debug.c include platform.c platform_p.h rules.mk uart.c
./lk/platform/alterasoc/include: platform
./lk/platform/alterasoc/include/platform: alterasoc.h gic.h
./lk/platform/armemu: blkdev.c debug.c display.c include interrupts.c net.c platform.c platform_p.h rules.mk timer.c
./lk/platform/armemu/include: platform
./lk/platform/armemu/include/platform: armemu armemu.h
./lk/platform/armemu/include/platform/armemu: memmap.h
./lk/platform/bcm28xx: gpio.c include intc.c mailbox.c miniuart.c platform.c rules.mk uart.c
./lk/platform/bcm28xx/include: platform
./lk/platform/bcm28xx/include/platform: bcm28xx.h mailbox.h
./lk/platform/cc13xx: debug.c default-opts-ccfg.bin gpio.c include init.c radio.c rules.mk vectab.c
./lk/platform/cc13xx/include: platform
./lk/platform/cc13xx/include/platform: defirq.h platform_cm.h radio.h ti-rf.h ti-rf-prop.h
./lk/platform/lpc15xx: debug.c include init.c lpccheck.py rules.mk vectab.c
./lk/platform/lpc15xx/include: platform
./lk/platform/lpc15xx/include/platform: gpio.h lpc.h platform_cm.h
./lk/platform/lpc43xx: debug.c gpio.c include init.c rules.mk udc.c udc-common.c udc-common.h vectab.c
./lk/platform/lpc43xx/include: platform
./lk/platform/lpc43xx/include/platform: defirq.h lpc43xx-clocks.h lpc43xx-gpdma.h lpc43xx-gpio.h lpc43xx-sgpio.h lpc43xx-spifi.h lpc43xx-uart.h lpc43xx-usb.h platform_cm.h
./lk/platform/mediatek: common mt6797 rules.mk
./lk/platform/mediatek/common: gic include rules.mk
./lk/platform/mediatek/common/gic: include mt_gic_v3.c rules.mk
./lk/platform/mediatek/common/gic/include: mt_gic.h
./lk/platform/mediatek/common/include: sync_write.h
./lk/platform/mediatek/mt6797: debug.c include interrupts.c mt_gpt.c platform.c rules.mk timer.c uart.c
./lk/platform/mediatek/mt6797/include: platform
./lk/platform/mediatek/mt6797/include/platform: mt_gpt.h mt_irq.h mt_reg_base.h mt_typedefs.h mt_uart.h
./lk/platform/microblaze: intc.c platform.c rules.mk timer.c uartlite.c
./lk/platform/nrf51xxx: debug.c gpio.c include init.c rules.mk timer.c uart.c vectab.c
./lk/platform/nrf51xxx/include: platform
./lk/platform/nrf51xxx/include/platform: gpio.h nrf51.h platform_cm.h
./lk/platform/nrf52xxx: debug.c gpio.c include init.c rules.mk timer.c uart.c vectab.c
./lk/platform/nrf52xxx/include: platform
./lk/platform/nrf52xxx/include/platform: gpio.h nrf52.h platform_cm.h
./lk/platform/or1ksim: include or1ksim.cfg platform.c rules.mk uart.c
./lk/platform/or1ksim/include: platform
./lk/platform/or1ksim/include/platform: or1ksim.h pic.h
./lk/platform/pc: console.c debug.c ide.c include interrupts.c keyboard.c pci.c platform.c platform_p.h rules.mk timer.c uart.c
./lk/platform/pc/include: pcnet.h platform
./lk/platform/pc/include/platform: console.h ide.h keyboard.h multiboot.h pc pc.h pcnet.h uart.h
./lk/platform/pc/include/platform/pc: iomap.h memmap.h
./lk/platform/qemu-mips: debug.c include intc.c platform.c rules.mk
./lk/platform/qemu-mips/include: platform
./lk/platform/qemu-mips/include/platform: qemu-mips.h
./lk/platform/qemu-virt: debug.c include platform.c platform_p.h rules.mk secondary_boot.S uart.c
./lk/platform/qemu-virt/include: platform
./lk/platform/qemu-virt/include/platform: gic.h qemu-virt.h
./lk/platform/stellaris: debug.c gpio.c include init.c rules.mk usbc.c vectab.c
./lk/platform/stellaris/include: platform stellaris.h ti_driverlib.h
./lk/platform/stellaris/include/platform: gpio.h platform_cm.h
./lk/platform/stm32: power.c rules.mk
./lk/platform/stm32f0xx: can.c debug.c dma.c gpio.c include init.c rcc.c rules.mk spi.c timer.c uart.c usbc.c vectab.c
./lk/platform/stm32f0xx/include: platform
./lk/platform/stm32f0xx/include/platform: can.h dma.h gpio.h platform_cm.h rcc.h spi.h stm32.h usbc.h
./lk/platform/stm32f1xx: debug.c flash_nor.c gpio.c include init.c rules.mk timer.c uart.c vectab.c
./lk/platform/stm32f1xx/include: platform
./lk/platform/stm32f1xx/include/platform: gpio.h platform_cm.h stm32.h
./lk/platform/stm32f2xx: debug.c gpio.c include init.c rules.mk timer.c uart.c vectab.c
./lk/platform/stm32f2xx/include: platform
./lk/platform/stm32f2xx/include/platform: gpio.h platform_cm.h stm32.h
./lk/platform/stm32f4xx: debug.c flash.c gpio.c include init.c rules.mk timer.c uart.c vectab.c
./lk/platform/stm32f4xx/include: dev platform
./lk/platform/stm32f4xx/include/dev: stmflash.h
./lk/platform/stm32f4xx/include/platform: gpio.h platform_cm.h stm32.h
./lk/platform/stm32f7xx: debug.c eth.c flash.c gpio.c include init.c patch qspi.c rules.mk sdram.c timer.c uart.c usbc.c vectab.c
./lk/platform/stm32f7xx/include: platform
./lk/platform/stm32f7xx/include/platform: eth.h gpio.h n25q128a.h n25q512a.h n25qxxa.h platform_cm.h qspi.h sdram.h stm32.h
./lk/platform/stm32f7xx/patch: qspi_const.patch
./lk/platform/zynq: clocks.c debug.c fpga.c gem.c gpio.c include mkbootheader.py platform.c platform_p.h qspi.c rules.mk spiflash.c start.S swdt.c timer.c uart.c
./lk/platform/zynq/include: dev platform
./lk/platform/zynq/include/dev: cache qspi.h spiflash.h
./lk/platform/zynq/include/dev/cache: pl310_config.h
./lk/platform/zynq/include/platform: fpga.h gem.h gic.h gpio.h zynq.h
./lk/project: armemu-test.mk attic dartuinoP0-bootloader.mk dartuinoP0-test.mk helio-test.mk lm3s6965evb-test.mk lpcexpresso1549-test.mk lpclink2-lpcboot.mk lpclink2-mdebug.mk lpcxpresso4337-test.mk mt6797.mk nrf51-pca10000-test.mk nrf51-pca10028-test.mk nrf52-pca10040-test.mk nucleo-f072rb.mk pc-x86-64-test.mk pc-x86-test.mk qemu-m4-test.mk qemu-microblaze-test.mk qemu-mips-test.mk qemu-virt-a15-test.mk qemu-virt-a53-test.mk rpi2-test.mk rpi3-test.mk stellaris-launchpad-test.mk stm3220g-eval.mk stm32746g-eval2-test.mk stm32f4-discovery-test.mk stm32f746g-disco-test.mk stm32-h103-test.mk stm32-p107-test.mk stm32-p407-test.mk target uzed-bootloader.mk uzed-dram-test.mk uzed-test.mk virtual zybo-dram-test.mk zybo-microblaze-test.mk zybo-test.mk
./lk/project/attic: or1ksim.mk
./lk/project/target: dartuinoP0.mk helio.mk lm3s6965evb.mk lpcexpresso1549.mk nrf-pca10000.mk nrf-pca10028.mk nrf-pca10040.mk nucleo-f072rb.mk qemu-m4.mk qemu-microblaze.mk qemu-mips.mk qemu-virt-a15.mk qemu-virt-a53.mk qemu-virt.mk stellaris-launchpad.mk stm32746g-eval2.mk stm32f4-discovery.mk stm32f746g-disco.mk stm32-h103.mk stm32-p107.mk stm32-p407.mk uzed.mk zybo-microblaze.mk zybo.mk
./lk/project/virtual: fs.mk minip.mk test.mk
./lk/scripts: attach.cmm buildall codestyle codestyle.space config_a11.cmm config_scorpion.cmm do-armemu-test do-cppcheck do-dartuinoP0-test do-or1ksim do-osk5912-test do-qemuarm do-qemum4 do-qemumicroblaze do-qemumips do-qemux86 do-stellaris-launchpad-test do-stm32f7-disco-test do-uzed-xmd do-writelpc do-zybo-xmd lk.cmm tagit toolpaths.default travis-build.sh xmd.tcl
./lk/target: armemu cc13xx-em dartuinoP0 helio init.c lm3s6965evb lpcexpresso1549 lpclink2 lpcxpresso4337 mt6797 nrf-pca10000 nrf-pca10028 nrf-pca10040 nucleo-f072rb or1ksim pc-x86 qemu-m4 qemu-microblaze qemu-mips qemu-virt rpi2 rpi3 rules.mk stellaris-launchpad stm3220g stm32746g-eval2 stm32f4-discovery stm32f746g-disco stm32-h103 stm32-p107 stm32-p407 uzed zybo zybo-microblaze
./lk/target/armemu: armemu.conf rules.mk
./lk/target/cc13xx-em: include init.c README rules.mk
./lk/target/cc13xx-em/include: target
./lk/target/cc13xx-em/include/target: gpioconfig.h
./lk/target/dartuinoP0: display include init.c memory_lcd.c projects rules.mk sensor_bus.c usb.c
./lk/target/dartuinoP0/display: LS013B7DH06.c memory_lcd_mono.c
./lk/target/dartuinoP0/include: target
./lk/target/dartuinoP0/include/target: bmi055.h debugconfig.h display gpioconfig.h memory_lcd.h sensor_bus.h
./lk/target/dartuinoP0/include/target/display: LS013B7DH03.h LS013B7DH06.h LS027B7DH01.h
./lk/target/dartuinoP0/projects: bootloader system
./lk/target/dartuinoP0/projects/bootloader: bootloader_stubs.c rules.mk
./lk/target/dartuinoP0/projects/system: rules.mk system_stubs.c
./lk/target/helio: include rules.mk
./lk/target/helio/include: target
./lk/target/helio/include/target: debugconfig.h
./lk/target/lm3s6965evb: include init.c rules.mk
./lk/target/lm3s6965evb/include: target
./lk/target/lm3s6965evb/include/target: debugconfig.h
./lk/target/lpcexpresso1549: include init.c rules.mk
./lk/target/lpcexpresso1549/include: target
./lk/target/lpcexpresso1549/include/target: debugconfig.h
./lk/target/lpclink2: init.c rules.mk
./lk/target/lpcxpresso4337: init.c rules.mk
./lk/target/mt6797: init.c rules.mk
./lk/target/nrf-pca10000: include init.c rules.mk
./lk/target/nrf-pca10000/include: target
./lk/target/nrf-pca10000/include/target: debugconfig.h gpioconfig.h
./lk/target/nrf-pca10028: include init.c rules.mk
./lk/target/nrf-pca10028/include: target
./lk/target/nrf-pca10028/include/target: debugconfig.h gpioconfig.h
./lk/target/nrf-pca10040: include init.c rules.mk
./lk/target/nrf-pca10040/include: target
./lk/target/nrf-pca10040/include/target: debugconfig.h gpioconfig.h
./lk/target/nucleo-f072rb: include init.c rules.mk
./lk/target/nucleo-f072rb/include: target
./lk/target/nucleo-f072rb/include/target: debugconfig.h gpioconfig.h
./lk/target/or1ksim: include rules.mk
./lk/target/or1ksim/include: target
./lk/target/or1ksim/include/target: debugconfig.h
./lk/target/pc-x86: config.c rules.mk
./lk/target/qemu-m4: include init.c m4display.c rules.mk
./lk/target/qemu-m4/include: target
./lk/target/qemu-m4/include/target: debugconfig.h m4display.h
./lk/target/qemu-microblaze: include rules.mk
./lk/target/qemu-microblaze/include: target
./lk/target/qemu-microblaze/include/target: debugconfig.h microblaze-config.h
./lk/target/qemu-mips: include rules.mk
./lk/target/qemu-mips/include: target
./lk/target/qemu-mips/include/target: debugconfig.h
./lk/target/qemu-virt: include rules.mk
./lk/target/qemu-virt/include: target
./lk/target/qemu-virt/include/target: debugconfig.h
./lk/target/rpi2: rules.mk
./lk/target/rpi3: rules.mk
./lk/target/stellaris-launchpad: include init.c rules.mk usb.c
./lk/target/stellaris-launchpad/include: target
./lk/target/stellaris-launchpad/include/target: debugconfig.h
./lk/target/stm3220g: include init.c rules.mk
./lk/target/stm3220g/include: target
./lk/target/stm3220g/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32746g-eval2: include init.c lcd.c rules.mk sram.c
./lk/target/stm32746g-eval2/include: target
./lk/target/stm32746g-eval2/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32f4-discovery: include init.c README rules.mk
./lk/target/stm32f4-discovery/include: target
./lk/target/stm32f4-discovery/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32f746g-disco: include init.c lcd.c rules.mk usb.c
./lk/target/stm32f746g-disco/include: target
./lk/target/stm32f746g-disco/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32-h103: include init.c rules.mk
./lk/target/stm32-h103/include: target
./lk/target/stm32-h103/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32-p107: include init.c rules.mk
./lk/target/stm32-p107/include: target
./lk/target/stm32-p107/include/target: debugconfig.h gpioconfig.h
./lk/target/stm32-p407: include init.c rules.mk
./lk/target/stm32-p407/include: target
./lk/target/stm32-p407/include/target: debugconfig.h gpioconfig.h
./lk/target/uzed: include rules.mk target.c
./lk/target/uzed/include: target
./lk/target/uzed/include/target: debugconfig.h gpioconfig.h
./lk/target/zybo: include rules.mk target.c
./lk/target/zybo/include: target
./lk/target/zybo/include/target: debugconfig.h gpioconfig.h
./lk/target/zybo-microblaze: include rules.mk
./lk/target/zybo-microblaze/include: target
./lk/target/zybo-microblaze/include/target: debugconfig.h microblaze-config.h
./lk/tools: bin2h.py bootimage.c bootimage.h liblkboot.c liblkboot.h lkboot.c Makefile mkimage.c moot network.c network.h
./lk/tools/moot: 95-coral.rules mtldr requirements.txt
./lk/top: init.c init.ld main.c rules.mk
LK 文件列表
最新推荐文章于 2021-04-09 06:39:14 发布