remove __cplusplus guards in .c files
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
Showing
BUILD.gn
100755 → 100644
文件模式从 100755 更改为 100644
Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
apps/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
apps/config.mk
100755 → 100644
文件模式从 100755 更改为 100644
apps/init/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
apps/init/src/init.c
100755 → 100644
文件模式从 100755 更改为 100644
apps/module.mk
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/builtin/cd.c
100755 → 100644
apps/shell/include/shcmd.h
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/include/shell.h
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/include/shmsg.h
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/include/show.h
100755 → 100644
文件模式从 100755 更改为 100644
apps/shell/src/main.c
100755 → 100644
apps/shell/src/shcmd.c
100755 → 100644
apps/shell/src/shcmdparse.c
100755 → 100644
apps/shell/src/shmsg.c
100755 → 100644
arch/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/arm.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/arm_user_copy.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/arm_user_get.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/arm_user_put.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/los_hw_cpu.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/include/los_mmu_descriptor_v6.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/hw_user_get.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/hw_user_put.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/include/asm.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/include/los_hw_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/los_arch_mmu.c
100755 → 100644
arch/arm/arm/src/los_dispatch.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/los_exc.c
100755 → 100644
arch/arm/arm/src/los_hw.c
100755 → 100644
arch/arm/arm/src/los_hw_exc.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/startup/reset_vector_mp.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/startup/reset_vector_up.S
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/arm/src/strncpy_from_user.c
100755 → 100644
arch/arm/arm/src/strnlen_user.c
100755 → 100644
arch/arm/arm/src/user_copy.c
100755 → 100644
arch/arm/gic/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/in_cksum.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_exc.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_hw.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_hwi.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_strncpy_from_user.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_strnlen_user.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_user_get.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/los_user_put.h
100755 → 100644
文件模式从 100755 更改为 100644
arch/arm/include/user_copy.h
100755 → 100644
文件模式从 100755 更改为 100644
bsd/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
bsd/compat/linuxkpi/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
bsd/dev/usb/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
bsd/dev/usb/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
compat/posix/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
compat/posix/include/mqueue.h
100755 → 100644
文件模式从 100755 更改为 100644
compat/posix/include/time_posix.h
100755 → 100644
文件模式从 100755 更改为 100644
compat/posix/src/misc.c
100755 → 100644
compat/posix/src/mqueue.c
100755 → 100644
compat/posix/src/pthread.c
100755 → 100644
compat/posix/src/pthread_cond.c
100755 → 100644
compat/posix/src/pthread_mutex.c
100755 → 100644
compat/posix/src/semaphore.c
100755 → 100644
compat/posix/src/time.c
100755 → 100644
config.mk
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/os_adapt/fat_shellcmd.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/os_adapt/fatfs.c
100755 → 100644
fs/fat/os_adapt/fatfs.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/os_adapt/format.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/virpart/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/virpart/src/virpart.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/fat/virpart/src/virpartff.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/include/vfs_config.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/jffs2/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
fs/jffs2/include/jffs2_hash.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/jffs2/src/jffs2_hash.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/jffs2/src/vfs_jffs2.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/BUILD.gn
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/include/internal.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/include/proc_file.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/include/proc_fs.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/kernel_trace_proc.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/mounts_proc.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/proc_init.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/proc_vfs.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/process_proc.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/uptime_proc.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/os_adapt/vmm_proc.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/proc/src/proc_file.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/bch/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/disk/disk.c
100755 → 100644
此差异已折叠。
fs/vfs/include/driver/blockproxy.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/include/driver/mtd_dev.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/include/driver/mtd_list.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/include/multi_partition/mtd_partition.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/include/operation/fs_file.h
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/multi_partition/src/mtd_partition.c
100755 → 100644
此差异已折叠。
fs/vfs/multi_partition/src/mtd_shellcmd.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/operation/fs_file.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/operation/fs_preadv.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/operation/fs_pwritev.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/operation/fullpath.c
100755 → 100644
此差异已折叠。
fs/vfs/path_cache.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/vfs/vnode.c
100755 → 100644
文件模式从 100755 更改为 100644
fs/zpfs/vfs_zpfs.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/BUILD.gn
100755 → 100644
文件模式从 100755 更改为 100644
kernel/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/BUILD.gn
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/core/los_bitmap.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_process.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_sortlink.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_swtmr.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_sys.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_task.c
100755 → 100644
此差异已折叠。
kernel/base/core/los_tick.c
100755 → 100644
此差异已折叠。
kernel/base/include/los_event_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_futex_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_memory_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_mux_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_oom.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_percpu_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_process_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_rwlock_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_sched_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_sem_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_signal.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_sortlink_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_stat_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_sys_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_task_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_boot.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_common.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_filemap.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_iomap.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_map.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/include/los_vm_phys.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/ipc/los_event.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_futex.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_mux.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_queue.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_rwlock.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_sem.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_sem_debug.c
100755 → 100644
此差异已折叠。
kernel/base/ipc/los_signal.c
100755 → 100644
此差异已折叠。
kernel/base/mem/common/los_memstat.c
100755 → 100644
此差异已折叠。
kernel/base/mem/tlsf/los_memory.c
100755 → 100644
此差异已折叠。
kernel/base/misc/kill_shellcmd.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/misc/los_stackinfo.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/base/misc/mempt_shellcmd.c
100755 → 100644
此差异已折叠。
kernel/base/misc/panic_shellcmd.c
100755 → 100644
此差异已折叠。
kernel/base/misc/task_shellcmd.c
100755 → 100644
此差异已折叠。
kernel/base/misc/vm_shellcmd.c
100755 → 100644
此差异已折叠。
kernel/base/mp/los_stat.c
100755 → 100644
此差异已折叠。
kernel/base/om/los_err.c
100755 → 100644
此差异已折叠。
kernel/base/sched/sched_sq/los_sched.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_boot.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_dump.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_fault.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_map.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_page.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_phys.c
100755 → 100644
此差异已折叠。
kernel/base/vm/los_vm_syscall.c
100755 → 100644
此差异已折叠。
kernel/base/vm/oom.c
100755 → 100644
此差异已折叠。
kernel/base/vm/shm.c
100755 → 100644
此差异已折叠。
kernel/common/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/console.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/los_config.c
100755 → 100644
此差异已折叠。
kernel/common/los_config.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/los_hilog.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/los_printf.c
100755 → 100644
此差异已折叠。
kernel/common/los_rootfs.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/los_seq_buf.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/los_seq_buf.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/common/patchfs/los_patchfs.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/cppsupport/los_cppsupport.c
100755 → 100644
此差异已折叠。
kernel/extended/cpup/cpup_shellcmd.c
100755 → 100644
此差异已折叠。
kernel/extended/cpup/los_cpup.c
100755 → 100644
此差异已折叠。
kernel/extended/dynload/include/los_elf_auxvec_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/dynload/include/los_exec_elf.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/dynload/include/los_ld_elf_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/dynload/include/los_load_elf.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/dynload/src/los_exec_elf.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/dynload/src/los_load_elf.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/include/los_cpup_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/include/los_trace_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/liteipc/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/liteipc/hm_liteipc.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/trace/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/trace/los_trace_frame.c
100755 → 100644
此差异已折叠。
kernel/extended/trace/los_trace_frame.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/include/los_vdso.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/include/los_vdso_datapage.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/include/los_vdso_pri.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/src/los_vdso.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/usr/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/usr/los_vdso.ld
100755 → 100644
文件模式从 100755 更改为 100644
kernel/extended/vdso/usr/los_vdso_sys.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_base.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_bitmap.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_cppsupport.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_err.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_list.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_lockdep.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_memory.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_mux.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_process.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_rwlock.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_spinlock.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_swtmr.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_tables.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_task.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_trace.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/include/los_typedef.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/user/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
kernel/user/include/los_user_init.h
100755 → 100644
文件模式从 100755 更改为 100644
kernel/user/src/los_user_init.c
100755 → 100644
文件模式从 100755 更改为 100644
kernel_test.sources
100755 → 100644
文件模式从 100755 更改为 100644
lib/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
lib/libc/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
lib/libscrew/src/los_rbtree.c
100755 → 100644
此差异已折叠。
lib/libsec/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
net/lwip-2.1/enhancement/include/lwip/api_shell.h
100755 → 100644
文件模式从 100755 更改为 100644
net/lwip-2.1/porting/src/sockets.c
100755 → 100644
文件模式从 100755 更改为 100644
net/telnet/include/telnet_dev.h
100755 → 100644
文件模式从 100755 更改为 100644
net/telnet/include/telnet_loop.h
100755 → 100644
文件模式从 100755 更改为 100644
platform/Kconfig
100755 → 100644
文件模式从 100755 更改为 100644
platform/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
platform/bsp.mk
100755 → 100644
文件模式从 100755 更改为 100644
security/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
security/cap/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
security/cap/capability.c
100755 → 100644
文件模式从 100755 更改为 100644
security/cap/capability_api.h
100755 → 100644
文件模式从 100755 更改为 100644
security/cap/capability_type.h
100755 → 100644
文件模式从 100755 更改为 100644
security/vid/vid.c
100755 → 100644
文件模式从 100755 更改为 100644
security/vid/vid_api.h
100755 → 100644
文件模式从 100755 更改为 100644
security/vid/vid_type.h
100755 → 100644
文件模式从 100755 更改为 100644
shell/BUILD.gn
100755 → 100644
文件模式从 100755 更改为 100644
shell/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
shell/full/include/dmesg.h
100755 → 100644
文件模式从 100755 更改为 100644
shell/full/include/shcmd.h
100755 → 100644
文件模式从 100755 更改为 100644
shell/full/include/shmsg.h
100755 → 100644
文件模式从 100755 更改为 100644
shell/full/include/show.h
100755 → 100644
文件模式从 100755 更改为 100644
shell/full/src/base/shcmd.c
100755 → 100644
此差异已折叠。
shell/full/src/base/shcmdparse.c
100755 → 100644
此差异已折叠。
shell/full/src/base/shell_lk.c
100755 → 100644
此差异已折叠。
shell/full/src/base/shmsg.c
100755 → 100644
此差异已折叠。
shell/full/src/base/show.c
100755 → 100644
此差异已折叠。
shell/full/src/cmds/excinfo_shell.c
100755 → 100644
此差异已折叠。
shell/full/src/cmds/watch_shell.c
100755 → 100644
文件模式从 100755 更改为 100644
syscall/Makefile
100755 → 100644
文件模式从 100755 更改为 100644
syscall/ipc_syscall.c
100755 → 100644
文件模式从 100755 更改为 100644
syscall/misc_syscall.c
100755 → 100644
此差异已折叠。
syscall/net_syscall.c
100755 → 100644
文件模式从 100755 更改为 100644
syscall/process_syscall.c
100755 → 100644
此差异已折叠。
syscall/syscall_lookup.h
100755 → 100644
文件模式从 100755 更改为 100644
syscall/time_syscall.c
100755 → 100644
文件模式从 100755 更改为 100644
syscall/vm_syscall.c
100755 → 100644
此差异已折叠。
tools/build/config/debug/hispark_aries.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/debug/hispark_aries_clang.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/debug/hispark_taurus.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/debug/hispark_taurus_clang.config
100755 → 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_aries_clang_release.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_aries_debug_shell.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_aries_release.config
100755 → 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_taurus_debug_shell.config
100755 → 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_taurus_release.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/config/hispark_taurus_release_tee.config
100755 → 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
tools/build/config/qemu_arm_virt_debug_shell.config
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/liteos.ld
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/liteos_llvm.ld
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/mk/bepbuildtime.conf
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/mk/dynload.mk
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/mk/liteos_tables_ldflags.mk
100755 → 100644
文件模式从 100755 更改为 100644
tools/build/mk/module.mk
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/cygz.dll
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/doc_loadbios.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/docfdisk.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_erase.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_lock.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_otp_dump.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_otp_info.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_otp_lock.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_otp_write.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flash_unlock.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/flashcp.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ftl_check.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ftl_format.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/jffs2dump.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/jffs2reader.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/lsmtd.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/mkfs.jffs2.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/mtd_debug.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/mtdinfo.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/mtdpart.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/nanddump.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/nandtest.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/nandwrite.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/nftl_format.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/nftldump.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/recv_image.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/rfddump.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/rfdformat.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/serve_image.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/sumtool.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubiattach.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubiblock.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubicrc32.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubidetach.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubiformat.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubimkvol.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubinfo.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubinize.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubirename.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubirmvol.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubirsvol.exe
100755 → 100644
文件模式从 100755 更改为 100644
tools/fsimage/win-x86/ubiupdatevol.exe
100755 → 100644
文件模式从 100755 更改为 100644
想要评论请 注册 或 登录