Project

General

Profile

Revision 196

Added by Kevin Woo about 14 years ago

  • Fixed bug where the naked attribute did not work with main
  • Used a noreturn attribute to main_start which saved us some room. That works
  • Tested removal of interrupt tables, this works

View differences:

linker_script.x
72 72
  /* Internal text space or external memory.  */
73 73
  .text :
74 74
  {
75
    bootloader.o(.reset)
75
    reset_vect.o(.reset)
76 76
    KEEP(*(.reset))
77 77
    *(.vectors)
78 78
    /*KEEP(*(.vectors))*/

Also available in: Unified diff