Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -52/+0 |
| | | | | | | | | Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> | |||
* | Move 64bit division from avr32 to generic lib | Dirk Behme | 2007-08-10 | -0/+52 |
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@gmail.com> |