代码搜索结果

找到约 10,000 项符合 B 的代码

44b.h

#ifndef __44B0X_H__ #define __44B0X_H__ #ifdef __cplusplus extern "C" { #endif //#include "option.h" /* System */ #define rSYSCFG (*(volatile unsigned *)0x1c00000) /* Cache */ #defin

scat_b.scf

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This scatterloading descriptor file defines: one load region (ROM_LOAD) ; and five execution regions (ROM_EXEC, RAM, HEAP, STACKS, UART0). ;

build_b.bat

armasm -g vectors.s armasm -g init.s armasm -g stack.s armasm -g heap.s armcpp -c -g -O1 tri.cpp REM Use the following two lines to build without the serial port. armcpp -c -g -O1 triangle.cpp

scat_b.scf

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This scatterloading descriptor file defines: one load region (ROM_LOAD) ; and five execution regions (ROM_EXEC, RAM, HEAP, STACKS, UART0). ;

build_b.bat

armasm -g vectors.s armasm -g init.s armasm -g stack.s armasm -g heap.s REM Use the following two lines to build without the serial port. armcc -c -g -O1 main.c -I..\include -DEMBEDDED armcc -c