readme.txt

来自「ADS1.2 samples」· 文本 代码 · 共 53 行

TXT
53
字号
======
Source
======

This directory contains all the source code needed to build the example
projects, apart from the source for Dhrystone itself.  

Contents
========

- retarget.c

  This file contains re-implementations of functions whose C library 
  implementations rely on semihosting.  This includes I/O and 
  clocking functionality.

- clock.c + serial.c

  These files implement simple device drivers for the ARM Integrator
  board.  

- uish.s + embed_uish.s

  These files contain reimplementations of __user_initial_stackheap 
  (the ADS stack and heap setup routine).  
  
  uish.s places the stack and heap using hard coded parameters.  The 
  locations were chosen to be suitable to the Integrator platform.

  embed_uish.s places the heap at the location of the symbol 
  bottom_of_heap.  This symbol is placed by the scatter file.  This 
  implementation is used in Build5 of the example.  

- vectors.s

  A standard vector table and dummy exception handlers.

- submain.c

  Contains the function $Sub$$main(), which is executed immediately 
  before the user defined main() function.
  
- \scattersyms

  This directory contains source for creating dummy symbols used to locate 
  the peripheral registers, stack and heap, data TCM and translation table.  

- \926ej-s + \946

  These directories contain MMU/MPU/TCM/Cache initialization code 
  for the respective cores.
  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?