包含linux x86\arm 32bit\arm64bit平台下编译好的jpeg库,x86编译平台是gcc7.0 arm编译平台是linux-arm-gnu
2022-09-26 13:05:32 7.4MB jpeg jpeglib linux arm
1
gcc-linaro-7.4.1-2019.02-x86_64_arm-eabi.tar.xz交叉编译器是由 Linaro 公司基于GCC推出的的ARM交叉编译工具。可用于交叉编译64-bit Armv8 Cortex-A, little-endian目标中的裸机程序、u-boot、Linux kernel、filesystem和App应用程序。
2022-09-25 23:08:54 273.86MB arm armel linaro
1
c++ 的AES ARM可以下实现调用,在ARM9下面能够正常使用
2022-09-24 22:00:13 2KB aes_arm arm_aes
This specification provides the processor-specific definitions required by ELF [SCO-ELF10] for Arm based systems. The ELF specification is part of the larger System V ABI specification where it forms chapters 4 and 5. However, the specification can be used in isolation as a generic object and executable format. Platform Standards (page 14) of this document covers ELF related matters that are platform specific. Most of this material is related to the Base Platform ABI. Object Files (page 20) and Program Loading and Dynamic Linking (page 46) of this document are struc- tured to correspond to chapters 4 and 5 of the ELF specification. Specifically: • Object Files (page 20) covers object files and relocations • Program Loading and Dynamic Linking (page 46) covers program loading and dynamic linking. There are several drafts of the ELF specification on the SCO web site. This specification is based on the December 2003 draft, which was the most recent stable draft at the time this specification was developed.
2022-09-24 21:16:19 387KB ARM ELF
1
64M内存,128M flash 单系统的修改方法 (关于FL2440)
2022-09-24 21:00:29 2KB 128m闪存id修改
theadx 基于ARM 的移植代码,对于研究嵌入式操作系统及ARM 的架构很有帮助
2022-09-24 21:00:19 244KB __gh_lock_init arm_operating arm_threadx threadx
对于arm的初学者很有用,能够快速入门,想学arm的可参考
2022-09-24 17:00:49 193KB at91sam7s64_
采用STM32F103C8T6单片机,KeilMDK5.32版本 ADC1开启3个规则通道,转换序列为:通道0(PA0),通道1(PA1),通道2(PA2) 在规则通道每个通道转换完成之后,DMA负责将转换的数据从ADC_DR寄存器传输到用户指定的目的地址 开启3个注入通道,转换序列为:通道0(PA0),通道1(PA1),通道2(PA2) 注入通道触发选择为自动注入(当规则通道的所有通道转换完成之后开始转换注入通道) 开启注入转化完成中断。 注入转换完成之后在注入通道转换完回调函数中串口输出转换的数据
2022-09-24 16:08:51 16.57MB stm32 源码软件 arm 嵌入式硬件
1
结合三星的4510ARM处理器 和VXworks 操作系统,的几个源程序,有助于开发嵌入式系统和加深了解VXWorks操作系统
2022-09-24 14:00:10 5KB vxworks_arm armprog
著名的vxworks 实时操作系统移植到arm的启动代码例程