Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xboot:readme [2012/03/02 23:27] alex [2.4 Notes for Main Application] |
en:xboot:readme [2012/03/07 04:22] (current) alex [1.1 Compatibility List] |
||
---|---|---|---|
Line 36: | Line 36: | ||
* atxmega256d3 | * atxmega256d3 | ||
* atxmega16a4u | * atxmega16a4u | ||
- | * atxmega32a4u | + | * atxmega32a4u * |
* atxmega64a3u | * atxmega64a3u | ||
* atxmega64a4u | * atxmega64a4u | ||
Line 135: | Line 135: | ||
===== - Configuring XBoot ===== | ===== - Configuring XBoot ===== | ||
- | XBoot is designed to be reconfigured to suit specific needs. Out of the box, all of the standard features are turned on. Turning off features and reassigning pins is easy, just pick a .conf.mk file in the .conf folder, make a copy of it, and edit the appropriate parameters. Then build xboot with your parameters by running "make [file].conf.mk". | + | XBoot is designed to be reconfigured to suit specific needs. Out of the box, all of the standard features are turned on. Turning off features and reassigning pins is easy, just pick a .conf.mk file in the .conf folder, make a copy of it, and edit the appropriate parameters. Then build xboot with your parameters by running ''make [file].conf.mk''. |
Recommended configuration: | Recommended configuration: | ||
Line 246: | Line 246: | ||
* ''UART_U2X'' turns on the double-rate BRG in ATMEGA parts | * ''UART_U2X'' turns on the double-rate BRG in ATMEGA parts | ||
* Note: this only applies to ATMEGA devices | * Note: this only applies to ATMEGA devices | ||
+ | * ''UART_RX_PUEN'' enables a pull-up on the UART RX pin | ||
=== - USE_UART_EN_PIN === | === - USE_UART_EN_PIN === |