13 Apr, 2017

1 commit


24 Jan, 2009

1 commit


21 May, 2008

1 commit

  • This commit gets rid of a huge amount of silly white-space issues.
    Especially, all sequences of SPACEs followed by TAB characters get
    removed (unless they appear in print statements).

    Also remove all embedded "vim:" and "vi:" statements which hide
    indentation problems.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

10 Aug, 2007

1 commit

  • Move the 64bit division from lib_avr32 to lib_generic. With this, all
    boards can do_div/__div64_32 if needed, not only avr one. Code is put
    to lib_generic, so no larger memory footprint if not used. No code
    modifications. Thanks for proposal by Håvard Skinnemoen.

    Signed-off-by: Dirk Behme

    Dirk Behme