 |
- Linux User Mode
+ Linux User Mode.
|
@@ -916,7 +967,7 @@
 |
- ARM7TDMI.
+ ARM7TDMI.
|
@@ -1037,7 +1088,7 @@
 |
- ARM920T.
+ ARM920T.
|
@@ -1060,7 +1111,7 @@
 |
- ARM926EJS.
+ ARM926EJS.
|
@@ -1138,7 +1189,7 @@
 |
- ARM Cortex-M3.
+ ARM Cortex-M3.
|
@@ -1459,7 +1510,7 @@
 |
- Atmel AVR
+ Atmel AVR.
|
@@ -1507,11 +1558,15 @@
+
+
|
+
|
+
|
- PRJC Teensy++ 2.0 AT9USB1286.
+ PJRC Teensy++ 2.0 AT9USB1286.
This is a port of NuttX to the PJRC Teensy++ 2.0 board.
This board is developed by http://pjrc.com/teensy/.
The Teensy++ 2.0 is based on an Atmel AT90USB1286 MCU.
@@ -1530,7 +1585,7 @@
|
 |
- Atmel AVR32
+ Atmel AVR32.
|
@@ -1571,7 +1626,7 @@
 |
- Freescale M68HSC12
+ Freescale M68HCS12.
|
@@ -1607,7 +1662,7 @@
 |
- Intel 8052 Microcontroller
+ Intel 8052 Microcontroller.
|
@@ -1633,7 +1688,7 @@
 |
- Intel 80x86
+ Intel 80x86.
|
@@ -1685,7 +1740,7 @@
 |
- MicroChip PIC32 (MIPS)
+ MicroChip PIC32 (MIPS).
|
@@ -1715,7 +1770,7 @@
 |
- Renesas/Hitachi SuperH
+ Renesas/Hitachi SuperH.
|
@@ -1744,7 +1799,7 @@
 |
- Renesas M16C/26
+ Renesas M16C/26.
|
@@ -1781,7 +1836,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
 |
- Zilog Z16F
+ Zilog Z16F.
|
@@ -1804,7 +1859,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
 |
- Zilog eZ80 Acclaim!
+ Zilog eZ80 Acclaim!.
|
@@ -1837,7 +1892,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
 |
- Zilog Z8Encore!
+ Zilog Z8Encore!.
|
@@ -1867,7 +1922,7 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
 |
- Zilog Z80
+ Zilog Z80.
|
diff --git a/TODO b/TODO
index 8faa88de68..48bf49e89a 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated June 13, 2011)
+NuttX TODO List (Last updated June 16, 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nuttx/
@@ -29,6 +29,7 @@ nuttx/
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) ARM/LM3S6918 (arch/arm/src/lm3s/)
(4) ARM/STM32 (arch/arm/src/stm32/)
+ (3) AVR (arch/avr)
(0) Intel x86 (arch/x86)
(4) 8051 / MCS51 (arch/8051/)
(2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
@@ -878,6 +879,35 @@ o ARM/STM32 (arch/arm/src/stm32/)
Priority: Low until someone needs DMA1, Channel 5 (ADC3, UART4_TX, TIM5_CH1, or
TIM8_CH2).
+o AVR (arch/avr)
+ ^^^^^^^^^^^^^^
+
+ Description: The serial console for the Micropendous3 AT90USB is configured for
+ 38400 BAUD. However, I get serial output at more or less exactly 4800
+ BAUD (/8 less). From what I can see the setup looks correct but I don't
+ have a compatible AVR emulator to check things out in detail. I am
+ thinking that there is some fuse setting that divides the input clock
+ by 8??? but that is just a fantasy.
+ Status: Open
+ Priority: Low. Setting the terminal BAUD to 4800 solves the issues. However,
+ I suspect that this means that there are other lurking timing issues
+ as well.
+
+ Description: There is a port for the Amber Web Server ATMega128, however this is
+ completely untested due to the lack to compatible, functional test
+ equipment.
+ Status: Open
+ Priority: The priority might as well be low since there is nothing I can do about
+ it anyway.
+
+ Description: There is a OS test configuratin for the Micropendous AT90USB at
+ configs/micropendous3. However, as currently configured it will not
+ fit into the AT90USB memory. Some tuning and scaling is required and
+ obviously this configuration is untested.
+ Status: Open
+ Priority: Low for me because the AT90USB647 is not a very interesting target to
+ me because of its limited memory capability./
+
o Intel x86 (arch/x86)
^^^^^^^^^^^^^^^^^^^^