BeRTOS
kdebug_xmega.c File Reference

AVR XMega debug support (implementation). More...

#include <hw/hw_cpufreq.h>
#include "hw/hw_ser.h"
#include "cfg/cfg_debug.h"
#include <cfg/macros.h>
#include <cpu/types.h>
#include <cpu/attr.h>
#include <avr/io.h>

Go to the source code of this file.


Detailed Description

AVR XMega debug support (implementation).

This file is heavily inspired by the AVR implementation for BeRTOS, but uses a different approach for implementing the different debug ports, by using the USART_t structs.

Author:
Onno <developer@gorgoz.org>

Definition in file kdebug_xmega.c.