12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- /* MANAGED-BY-SYSTEM-BUILDER */
- /* VisualDSP++ 5.0 Update 6 */
- /* LDF Printer version: 5.6.0.4 */
- /* ldfgen.exe version: 5.6.0.4 */
- /* VDSG version: 5.6.0.4 */
- /*
- ** User heap source file generated on Feb 23, 2012 at 09:38:46.
- **
- ** Copyright (C) 2000-2008 Analog Devices Inc., All Rights Reserved.
- **
- ** This file is generated automatically based upon the options selected
- ** in the LDF Wizard. Changes to the LDF configuration should be made by
- ** changing the appropriate options rather than editing this file.
- **
- ** Configuration:-
- ** crt_doj: bf533_basiccrt.doj
- ** processor: ADSP-BF533
- ** product_name: VisualDSP++ 5.0 Update 6
- ** si_revision: 0.5
- ** default_silicon_revision_from_archdef: 0.5
- ** cplb_init_cplb_ctrl: 81
- ** using_cplusplus: true
- ** mem_init: false
- ** use_vdk: false
- ** use_eh: true
- ** use_argv: false
- ** running_from_internal_memory: true
- ** user_heap_src_file: E:\eclipse\tq2440radio\bsp\bf533\vdsp\bf533_heaptab.c
- ** libraries_use_stdlib: true
- ** libraries_use_fileio_libs: false
- ** libraries_use_ieeefp_emulation_libs: false
- ** libraries_use_eh_enabled_libs: false
- ** system_heap: L1
- ** system_heap_min_size: 1k
- ** system_stack: L1
- ** system_stack_min_size: 1k
- ** use_sdram: false
- **
- */
- #ifdef _MISRA_RULES
- #pragma diag(push)
- #pragma diag(suppress:misra_rule_1_1)
- #pragma diag(suppress:misra_rule_2_2)
- #pragma diag(suppress:misra_rule_6_3)
- #pragma diag(suppress:misra_rule_8_10)
- #pragma diag(suppress:misra_rule_10_1_a)
- #pragma diag(suppress:misra_rule_11_3)
- #pragma diag(suppress:misra_rule_12_7)
- #endif /* _MISRA_RULES */
- extern "asm" int ldf_heap_space;
- extern "asm" int ldf_heap_length;
- struct heap_table_t
- {
- void *base;
- unsigned long length;
- long int userid;
- };
- #pragma file_attr("libData=HeapTable")
- #pragma section("constdata")
- struct heap_table_t heap_table[2] =
- {
- { &ldf_heap_space, (int) &ldf_heap_length, 0 },
- { 0, 0, 0 }
- };
- #ifdef _MISRA_RULES
- #pragma diag(pop)
- #endif /* _MISRA_RULES */
|