source: rtems/c/src/lib/libbsp/arm/lpc32xx/include/bspopts.h.in @ 75d15858

4.104.115
Last change on this file since 75d15858 was 75d15858, checked in by Sebastian Huber <sebastian.huber@…>, on 05/25/10 at 10:47:17

2010-05-25 Sebastian Huber <sebastian.huber@…>

  • configure.ac, include/bspopts.h.in: Added BSP_SMALL_MEMORY option.
  • Property mode set to 100644
File size: 2.2 KB
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* If defined, then the BSP Framework will put a non-zero pattern into the
4   RTEMS Workspace and C program heap. This should assist in finding code that
5   assumes memory starts set to zero. */
6#undef BSP_DIRTY_MEMORY
7
8/* If defined, print a message and wait until pressed before resetting board
9   when application exits. */
10#undef BSP_PRESS_KEY_FOR_RESET
11
12/* If defined, reset the board when the application exits. */
13#undef BSP_RESET_BOARD_AT_EXIT
14
15/* disable testsuite samples with high memory demands */
16#undef BSP_SMALL_MEMORY
17
18/* reset vector address for BSP start */
19#undef BSP_START_RESET_VECTOR
20
21/* ARM clock in Hz */
22#undef LPC32XX_ARM_CLK
23
24/* clock configuration for UART 3 */
25#undef LPC32XX_CONFIG_U3CLK
26
27/* clock configuration for UART 4 */
28#undef LPC32XX_CONFIG_U4CLK
29
30/* clock configuration for UART 5 */
31#undef LPC32XX_CONFIG_U5CLK
32
33/* clock configuration for UART 6 */
34#undef LPC32XX_CONFIG_U6CLK
35
36/* clock mode configuration for UARTs */
37#undef LPC32XX_CONFIG_UART_CLKMODE
38
39/* disable MMU */
40#undef LPC32XX_DISABLE_MMU
41
42/* disable MMU protection of read-only sections */
43#undef LPC32XX_DISABLE_READ_ONLY_PROTECTION
44
45/* disable cache for read-write data sections */
46#undef LPC32XX_DISABLE_READ_WRITE_DATA_CACHE
47
48/* enable RMII for Ethernet */
49#undef LPC32XX_ETHERNET_RMII
50
51/* AHB bus clock in Hz */
52#undef LPC32XX_HCLK
53
54/* main oscillator frequency in Hz */
55#undef LPC32XX_OSCILLATOR_MAIN
56
57/* RTC oscillator frequency in Hz */
58#undef LPC32XX_OSCILLATOR_RTC
59
60/* peripheral clock in Hz */
61#undef LPC32XX_PERIPH_CLK
62
63/* baud for UART 1 */
64#undef LPC32XX_UART_1_BAUD
65
66/* baud for UART 2 */
67#undef LPC32XX_UART_2_BAUD
68
69/* baud for UART 7 */
70#undef LPC32XX_UART_7_BAUD
71
72/* Define to the address where bug reports for this package should be sent. */
73#undef PACKAGE_BUGREPORT
74
75/* Define to the full name of this package. */
76#undef PACKAGE_NAME
77
78/* Define to the full name and version of this package. */
79#undef PACKAGE_STRING
80
81/* Define to the one symbol short name of this package. */
82#undef PACKAGE_TARNAME
83
84/* Define to the home page for this package. */
85#undef PACKAGE_URL
86
87/* Define to the version of this package. */
88#undef PACKAGE_VERSION
Note: See TracBrowser for help on using the repository browser.