搜索资源列表
ip51dm_动态内存管理
- 基于51的动态内存管理-dynamic memory management
C_underlying_operations
- C语言对底层操作的介绍,涉及到结构体,位移,内存管理等细节。-C language descr iption of the underlying operations, involving structure, displacement, memory management and other details.
Bycore-1.0.12
- Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore
Project_4_090902
- uc/os-II在freescale MC9S12上的移植,并对内存管理程序进行了优化改进-uc/os-II in freescale MC9S12 the transplant, and memory management program has been optimized to improve
nanoos-software
- Nano OS is a RTOS for Atmel AVR controllers. It provides: -preemptive realtime multitasking incl. priorities, -binary semaphores, -message queues, -array-based memory management , -functions for taskcontrol, -watchdog, -
toymips
- 一个mips处理器的模拟系统,用于学习目的,包括内存管理模块,计算器等功能-A mips processor simulation system for learning purposes, including memory management module, calculator and other functions
smdk2413_application_note_rev10
- SMDK2413 (Samsung MCU Development Kit) for S3C2413X is a platform that is suitable for code development of SAMSUNG s S3C2413X 16/32-bit RISC microcontroller (ARM926EJ-S) for hand-held devices and general applications. The S3C2413X consists of 16-/32-
Mem
- 内存管理,Cortex-M3,Cortex-M4,ARM7,ARM9都可以使用,内存管理区创建,内存获取,释放-Memory management, the Cortex-M3, the Cortex-the M4, the ARM7, ARM9-based, you can use the Memory Management District to create a memory to obtain the release of
STM32_RamManage
- stm32内存管理源代码,源程序,不要错过呀-the stm32 memory management source code, source code, do not miss it
13.FSMC.tar
- stm32的静态存储管理器的使用 控制外围设备eeprom-the stm32 The use of static memory management
FATFS
- 文件系统代码 作为一个内存管理软件包。非常小,可辅助MPU来读取内存数据-The file system code as a memory management package. Very small, auxiliary MPU to read the memory data
stm32_speex
- 改工程来自Stm32官方网站,针对wifimodII的核心模块做了适当修改,硬件上改动 TIM1ch1输出改为TIM8ch3输出; ADC1ch1输入改为ADC1ch0;针对官方库函数的引用做了些变动,其中使用到MicroLib中内存管理,修改了堆的尺寸。-Improvement Project from official website of Stm32, appropriate modifications to the core module for wifimodII the ha
libmadcap-0.1.tar
- 这是一个标准C/C++编写的内存分配库,是一个开源库,可以帮助在嵌入式开发中实现内存管理。-This is a standard memory allocation library written in C/C++, is an open source library, can help achieve the memory management in embedded development.
msp430
- 单片机msp430语沿全套作业,包括随机数的产生,动态内存管理,数组,指针-Language along msp430 microcontroller full operation, including random number generation, dynamic memory management, arrays, pointers, etc.
STM32-memory-management-experiments
- STM32 memory management experiments (release SRAM)
MALLOC
- 单片机系统中内存管理算法,单片机中实现实时的内存分配与收回算法,提高内存的利用效率-SCM system memory management algorithms, real-time microcontroller memory allocation and recovery algorithm to improve the utilization efficiency of memory
OSMem
- 小型嵌入式单片机的小型内存管理程序,对于小内存的单片机有很好的作用-Small embedded microcontroller system memory management program, for SBC s small memory management have a good effect.
memory-code
- STM32下,内存管理源代码,可以实现对内存的分块管理。-STM32, the memory management source code, you can realize the memory block management.
FreeRTOS_KL16
- FreeRTOS_KL16FreeRTOS是一个迷你的实时操作系统内核。作为一个轻量级的操作系统,功能包括:任务管理、时间管理、信号量、消息队列、内存管理、记录功能、软件定时器、协程等,可基本满足较小系统的需要-FreeRTOS is a mini real time operating system kernel. As a lightweight operating system, features include: task management, time management, sem
memory-management
- 显示提示信息,等待外部输入。KEY0用于申请内存,每次申请2K字节内存。KEY1用于写数据 到申请到的内存里面。KEY2用于释放内存。KEY_UP用于切换操作内存区(内部SRAM内存/外部SRAM内存)-Display prompt information, wait for external input. KEY0 for the application of memory, each time the application 2K bytes of memory. KEY1 used to
