nuttx/arch/avr/include
Dimitry Kloper 41bdcd16b8 Change notation of PCH and PCL registers into PC0 and PC1
This is for forthcoming Atmega2560 support. The Atmega2560 has 24-bit PC
thus, PCH and PCL would become PCH, PCM and PCL (M for Middle). The problem
that in this notation PCM is equivalent to former PCH. This makes compatable
porting kind of difficult, at least for my taste.

Instead PCH becomes PC0 and PCL becomes PC1 (think of the index as order of
bytes pushed to stack when call is performed, PC0 as MSB goes first, PC1
goes to stack second, and for 24-bit PC, PC2 as LDB goes last).
2015-12-28 00:46:24 +02:00
..
at32uc3 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
at90usb Introduce a new Kconfig variant for Atmega2560 and add some basic stuff 2015-12-27 01:47:35 +02:00
atmega Introduce a new Kconfig variant for Atmega2560 and add some basic stuff 2015-12-27 01:47:35 +02:00
avr Change notation of PCH and PCL registers into PC0 and PC1 2015-12-28 00:46:24 +02:00
avr32 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
xmega Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
.gitignore Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; fix a few more .gitignore files 2013-04-04 18:12:44 -06:00
arch.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
irq.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
limits.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
syscall.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
types.h Create AVR32 Kconfig files; reshuffled lots of configuration names 2014-03-05 11:25:36 -06:00