You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
410 B
12 lines
410 B
config BR2_PACKAGE_USTL
|
|
prompt "ustl.............................. C++ Standard Template Library for embedded systems"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
uSTL is a partial implementation of the STL (Standard Template
|
|
Library) that reduces code size by factoring memory management
|
|
code into a non-template base class and deriving containers
|
|
from it.
|
|
|
|
http://ustl.sourceforge.net/
|
|
|
|
|