This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
arch
/
avr
/
src
/
atmega
History
patacongo
d2e05ac96f
Fix a small RAM log bug (the RAM log still does not work)
...
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4385 42af7a65-404d-4744-a932-0658087f49c3
2012-02-12 20:27:49 +00:00
..
atmega_config.h
Fix a small RAM log bug (the RAM log still does not work)
2012-02-12 20:27:49 +00:00
atmega_exceptions.S
Fix off-by-one stack pointer reference
2011-06-16 15:29:27 +00:00
atmega_head.S
Back out earlier change.. AVR vectors should be jmp not rjmp
2011-06-16 16:58:30 +00:00
atmega_internal.h
Finsh AVR serial drivers
2011-06-11 16:45:31 +00:00
atmega_lowconsole.c
Fix some AVR context save errors
2011-06-15 17:23:48 +00:00
atmega_lowinit.c
Add logic so that a RAM log can be used in place of a console device
2012-02-11 03:50:52 +00:00
atmega_memorymap.h
Fix AVR clock setup; add SPI driver
2011-06-17 22:03:20 +00:00
atmega_serial.c
Add logic so that a RAM log can be used in place of a console device
2012-02-11 03:50:52 +00:00
atmega_timerisr.c
Add ATMega128 configuration
2011-06-11 14:53:56 +00:00
chip.h
Fix AVR clock setup; add SPI driver
2011-06-17 22:03:20 +00:00
Make.defs
Add support for accessing printf, sprintf, puts, etc. strings that do not lie in the MCU data space
2011-07-01 19:08:04 +00:00