summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/make/custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-2324-253/+0
| | | | | | | | | Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
* misc arm tcfg: Add dl06, too large for memoryJoel Sherrill2018-04-172-0/+2
|
* misc tcfg: Use disable-mrfs-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-172-18/+2
|
* lpc2362-testsuite.tcfg: Use disable-iconv-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-171-3/+1
|
* misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test listJoel Sherrill2018-04-172-18/+4
|
* Multiple BSP tcfg: Disable iconv files.Joel Sherrill2018-04-176-0/+6
|
* bsp/lpc24xx: Exclude iconv POSIX tests.Chris Johns2018-04-101-0/+3
| | | | | | | | These are now built to executables and are too large for this BSP. This change is part of the testsuite Makefile.am reorganization. Update #3382
* lpc2362-testsuite.tcfg: Add fsrofs01 to excluded testsJoel Sherrill2017-10-121-0/+1
|
* lpc24xx/../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-042-0/+3
|
* arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-172-0/+2
|
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-077-106/+106
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* bsp/lpc23xx_tli800: Disable tar01 testSebastian Huber2016-11-231-0/+1
| | | | Close #2824.
* testsuite: Add libdl/dl05 reloc test.Chris Johns2016-09-082-0/+2
|
* libdl: The dl04 is too big for some BSPs. Do not built it.Chris Johns2016-08-302-0/+2
|
* arm/lpc24xx (lpc40xx variants) Add per-section compilation and linking suppoJoel Sherrill2016-03-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates #2577. For the lpc40xx_ea_ram BSP variant without this option, sample executable sizes were as follows: text data bss dec hex filename 63894 1724 33554336 33619954 200fff2 ticker.exe 21802 1088 33597056 33619946 200ffea minimum.exe 549842 2004 33068096 33619942 200ffe6 cxx_iostream.exe 391958 5800 33222176 33619934 200ffde fileio.exe 299670 12616 33307680 33619966 200fffe pppd.exe 134162 2360 33483424 33619946 200ffea capture.exe 75204 1812 33542944 33619960 200fff8 nsecs.exe 125934 2100 33491904 33619938 200ffe2 paranoia.exe 128182 1748 33490016 33619946 200ffea cdtest.exe 61902 1724 33556320 33619946 200ffea base_sp.exe 63566 1748 33554624 33619938 200ffe2 unlimited.exe 71702 1692 33546560 33619954 200fff2 hello.exe 180790 6500 33432672 33619962 200fffa loopback.exe For the lpc40xx_ea_ram BSP variant with this option, sample executable sizes were as follows: text data bss dec hex filename 59154 1712 33559072 33619938 200ffe2 ticker.exe 13958 280 33605728 33619966 200fffe minimum.exe 336422 1960 33281568 33619950 200ffee cxx_iostream.exe 380222 5788 33233920 33619930 200ffda fileio.exe 277050 12464 33330432 33619946 200ffea pppd.exe 127586 2340 33490016 33619942 200ffe6 capture.exe 70780 1800 33547360 33619940 200ffe4 nsecs.exe 121126 2088 33496736 33619950 200ffee paranoia.exe 121466 1736 33496736 33619938 200ffe2 cdtest.exe 57034 1712 33561216 33619962 200fffa base_sp.exe 57494 1712 33560736 33619942 200ffe6 unlimited.exe 65326 1640 33552992 33619958 200fff6 hello.exe 166862 6400 33446688 33619950 200ffee loopback.exe For the lpc40xx_ea_rom_int BSP variant without this option, sample executable sizes were as follows: text data bss dec hex filename 64062 1724 33557096 33622882 2010b62 ticker.exe 21970 1088 33557704 33580762 20066da minimum.exe 392130 5800 33553064 33950994 2060d12 fileio.exe 299838 12616 33546504 33858958 204a58e pppd.exe 134330 2360 33556488 33693178 2021dfa capture.exe 75372 1812 33557000 33634184 2013788 nsecs.exe 126102 2100 33556712 33684914 201fdb2 paranoia.exe 128350 1748 33557096 33687194 202069a cdtest.exe 62070 1724 33557096 33620890 201039a base_sp.exe 63734 1748 33557064 33622546 2010a12 unlimited.exe 71870 1692 33557128 33630690 20129e2 hello.exe 180958 6500 33552616 33740074 202d52a loopback.exe For the lpc40xx_ea_rom_int BSP variant with this option, sample executable sizes were as follows: text data bss dec hex filename 59322 1712 33557096 33618130 200f8d2 ticker.exe 14126 280 33558504 33572910 200482e minimum.exe 336590 1960 33556904 33895454 205341e cxx_iostream.exe 380394 5788 33553064 33939246 205df2e fileio.exe 277218 12464 33546632 33836314 2044d1a pppd.exe 127754 2340 33556488 33686582 2020436 capture.exe 70948 1800 33557000 33629748 2012634 nsecs.exe 121294 2088 33556712 33680094 201eade paranoia.exe 121634 1736 33557096 33680466 201ec52 cdtest.exe 57202 1712 33557096 33616010 200f08a base_sp.exe 57662 1712 33557096 33616470 200f256 unlimited.exe 65494 1640 33557160 33624294 20110e6 hello.exe 167030 6400 33552712 33726142 2029ebe loopback.exe
* arm/lpc24xx (lpc24xx variants) Add per-section compilation and linking support.Joel Sherrill2016-03-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates #2577. For the lpc2362 BSP variant: The size of the sample executables without this option were: text data bss dec he filename 65110 1820 31008 97938 17e92 ticker.exe 21906 1088 31712 54706 d5b2 minimum.exe 78376 1908 30912 111196 1b25c nsecs.exe 63254 1820 31008 96082 17752 base_sp.exe 65106 1844 30976 97926 17e86 unlimited.exe 75538 1796 31040 108374 1a756 hello.exe The size of the sample executables with this option were: text data bss dec hex filename 61042 1808 31008 93858 16ea2 ticker.exe 14864 288 32512 47664 ba30 minimum.exe 74632 1896 30912 107440 1a3b0 nsecs.exe 59070 1808 31008 91886 166ee base_sp.exe 60030 1816 31008 92854 16ab6 unlimited.exe 70122 1744 31072 102938 1921a hello.exe For the lpc23xx_tli800 BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 65110 1820 31008 97938 17e92 ticker.exe 21906 1088 31712 54706 d5b2 minimum.exe 78376 1908 30912 111196 1b25c nsecs.exe 63254 1820 31008 96082 17752 base_sp.exe 65106 1844 30976 97926 17e86 unlimited.exe 75538 1796 31040 108374 1a756 hello.exe For the lpc23xx_tli800 BSP variant: text data bss dec hex filename 61042 1808 31008 93858 16ea2 ticker.exe 14864 288 32512 47664 ba30 minimum.exe 74632 1896 30912 107440 1a3b0 nsecs.exe 59070 1808 31008 91886 166ee base_sp.exe 60030 1816 31008 92854 16ab6 unlimited.exe 70122 1744 31072 102938 1921a hello.exe For the lpc24xx_ea BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64458 1724 33553760 33619942 200ffe6 ticker.exe 21402 1088 33597472 33619962 200fffa minimum.exe 585614 2004 33032320 33619938 200ffe2 cxx_iostream.exe 372001 5808 33242144 33619953 200fff1 fileio.exe 288766 12616 33318560 33619942 200ffe6 pppd.exe 135302 2360 33482272 33619934 200ffde capture.exe 77732 1812 33540416 33619960 200fff8 nsecs.exe 126250 2100 33491584 33619934 200ffde paranoia.exe 136950 1756 33481248 33619954 200fff2 cdtest.exe 62602 1724 33555616 33619942 200ffe6 base_sp.exe 64462 1748 33553728 33619938 200ffe2 unlimited.exe 74890 1700 33543360 33619950 200ffee hello.exe 176902 6500 33436544 33619946 200ffea loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60234 1712 33557984 33619930 200ffda ticker.exe 14360 288 33605312 33619960 200fff8 minimum.exe 368478 1976 33249504 33619958 200fff6 cxx_iostream.exe 362089 5796 33252064 33619949 200ffed fileio.exe 268310 12464 33339168 33619942 200ffe6 pppd.exe 129382 2340 33488224 33619946 200ffea capture.exe 73824 1800 33544320 33619944 200ffe8 nsecs.exe 122250 2088 33495616 33619954 200fff2 paranoia.exe 130694 1744 33487520 33619958 200fff6 cdtest.exe 58262 1712 33559968 33619942 200ffe6 base_sp.exe 59222 1720 33559008 33619950 200ffee unlimited.exe 69314 1648 33548992 33619954 200fff2 hello.exe 164318 6400 33449216 33619934 200ffde loopback.exe For the lpc24xx_ncs_ram BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64606 1820 8387712 8454138 80fffa ticker.exe 21402 1088 8431648 8454138 80fffa minimum.exe 585766 2100 7866240 8454106 80ffda cxx_iostream.exe 372158 5904 8076064 8454126 80ffee fileio.exe 288918 12712 8152480 8454110 80ffde pppd.exe 135446 2456 8316224 8454126 80ffee capture.exe 77880 1908 8374336 8454124 80ffec nsecs.exe 126402 2196 8325536 8454134 80fff6 paranoia.exe 137102 1852 8315168 8454122 80ffea cdtest.exe 62750 1820 8389568 8454138 80fffa base_sp.exe 64610 1844 8387680 8454134 80fff6 unlimited.exe 75042 1796 8377280 8454118 80ffe6 hello.exe 177046 6596 8270496 8454138 80fffa loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60538 1808 8391776 8454122 80ffea ticker.exe 14360 288 8439488 8454136 80fff8 minimum.exe 368782 2072 8083264 8454118 80ffe6 cxx_iostream.exe 362398 5892 8085824 8454114 80ffe2 fileio.exe 268614 12560 8172960 8454134 80fff6 pppd.exe 129686 2436 8322016 8454138 80fffa capture.exe 74128 1896 8378080 8454104 80ffd8 nsecs.exe 122554 2184 8329376 8454114 80ffe2 paranoia.exe 130998 1840 8321280 8454118 80ffe6 cdtest.exe 58566 1808 8393760 8454134 80fff6 base_sp.exe 59526 1816 8392768 8454110 80ffde unlimited.exe 69618 1744 8382752 8454114 80ffe2 hello.exe 164622 6496 8283008 8454126 80ffee loopback.exe For the lpc24xx_ncs_rom_ext BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64810 1820 4194912 4261542 4106a6 ticker.exe 21606 1088 4238848 4261542 4106a6 minimum.exe 585970 2100 3673472 4261542 4106a6 cxx_iostream.exe 372366 5904 3883264 4261534 41069e fileio.exe 289122 12712 3959712 4261546 4106aa pppd.exe 135650 2456 4123424 4261530 41069a capture.exe 78084 1908 4181536 4261528 410698 nsecs.exe 126606 2196 4132736 4261538 4106a2 paranoia.exe 137306 1852 4122368 4261526 410696 cdtest.exe 62954 1820 4196768 4261542 4106a6 base_sp.exe 64814 1844 4194880 4261538 4106a2 unlimited.exe 75246 1796 4184480 4261522 410692 hello.exe 177250 6596 4077696 4261542 4106a6 loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60742 1808 4198976 4261526 410696 ticker.exe 14564 288 4246688 4261540 4106a4 minimum.exe 368986 2072 3890464 4261522 410692 cxx_iostream.exe 362606 5892 3893024 4261522 410692 fileio.exe 268818 12560 3980160 4261538 4106a2 pppd.exe 129890 2436 4129216 4261542 4106a6 capture.exe 74332 1896 4185312 4261540 4106a4 nsecs.exe 122758 2184 4136576 4261518 41068e paranoia.exe 131202 1840 4128480 4261522 410692 cdtest.exe 58770 1808 4200960 4261538 4106a2 base_sp.exe 59730 1816 4200000 4261546 4106aa unlimited.exe 69822 1744 4189952 4261518 41068e hello.exe 164826 6496 4090208 4261530 41069a loopback.exe For the lpc24xx_ncs_rom_int BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64746 1820 4226400 4292966 418166 ticker.exe 21542 1088 4227104 4249734 40d886 minimum.exe 372302 5904 4222336 4600542 4632de fileio.exe 289058 12712 4215808 4517578 44eeca pppd.exe 135586 2456 4225792 4363834 42963a capture.exe 78020 1908 4226304 4306232 41b538 nsecs.exe 126542 2196 4226016 4354754 4272c2 paranoia.exe 137242 1852 4226400 4365494 429cb6 cdtest.exe 62890 1820 4226400 4291110 417a26 base_sp.exe 64750 1844 4226368 4292962 418162 unlimited.exe 75182 1796 4226432 4303410 41aa32 hello.exe 177186 6596 4221920 4405702 4339c6 loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60678 1808 4226400 4288886 417176 ticker.exe 14500 288 4227904 4242692 40bd04 minimum.exe 368922 2072 4226176 4597170 4625b2 cxx_iostream.exe 362542 5892 4222368 4590802 460cd2 fileio.exe 268754 12560 4215936 4497250 449f62 pppd.exe 129826 2436 4225792 4358054 427fa6 capture.exe 74268 1896 4226304 4302468 41a684 nsecs.exe 122694 2184 4226016 4350894 4263ae paranoia.exe 131138 1840 4226400 4359378 4284d2 cdtest.exe 58706 1808 4226400 4286914 4169c2 base_sp.exe 59666 1816 4226400 4287882 416d8a unlimited.exe 69758 1744 4226464 4297966 4194ee hello.exe 164762 6496 4222016 4393274 43093a loopback.exe For the lpc24xx_plx800_ram BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64618 1820 33553504 33619942 200ffe6 ticker.exe 21414 1088 33597440 33619942 200ffe6 minimum.exe 585778 2100 33032064 33619942 200ffe6 cxx_iostream.exe 372173 5904 33241888 33619965 200fffd fileio.exe 288914 12712 33318336 33619962 200fffa pppd.exe 135458 2456 33482048 33619962 200fffa capture.exe 77892 1908 33540160 33619960 200fff8 nsecs.exe 126414 2196 33491328 33619938 200ffe2 paranoia.exe 137114 1852 33480992 33619958 200fff6 cdtest.exe 62762 1820 33555360 33619942 200ffe6 base_sp.exe 64622 1844 33553472 33619938 200ffe2 unlimited.exe 75054 1796 33543104 33619954 200fff2 hello.exe 177058 6596 33436288 33619942 200ffe6 loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60550 1808 33557600 33619958 200fff6 ticker.exe 14372 288 33605280 33619940 200ffe4 minimum.exe 368794 2072 33249088 33619954 200fff2 cxx_iostream.exe 362413 5892 33251648 33619953 200fff1 fileio.exe 268610 12560 33338784 33619954 200fff2 pppd.exe 129698 2436 33487808 33619942 200ffe6 capture.exe 74140 1896 33543904 33619940 200ffe4 nsecs.exe 122566 2184 33495200 33619950 200ffee paranoia.exe 131010 1840 33487104 33619954 200fff2 cdtest.exe 58578 1808 33559552 33619938 200ffe2 base_sp.exe 59538 1816 33558592 33619946 200ffea unlimited.exe 69630 1744 33548576 33619950 200ffee hello.exe 164634 6496 33448832 33619962 200fffa loopback.exe For the lpc24xx_plx800_rom_int BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 64762 1820 33618208 33684790 201fd36 ticker.exe 21558 1088 33618912 33641558 2015456 minimum.exe 372321 5904 33614144 33992369 206aeb1 fileio.exe 289058 12712 33607616 33909386 2056a8a pppd.exe 135602 2456 33617600 33755658 203120a capture.exe 78036 1908 33618112 33698056 2023108 nsecs.exe 126558 2196 33617824 33746578 202ee92 paranoia.exe 137258 1852 33618208 33757318 2031886 cdtest.exe 62906 1820 33618208 33682934 201f5f6 base_sp.exe 64766 1844 33618176 33684786 201fd32 unlimited.exe 75198 1796 33618240 33695234 2022602 hello.exe 177202 6596 33613728 33797526 203b596 loopback.exe The size of the sample executables with this option were: text data bss dec hex filename 60694 1808 33618208 33680710 201ed46 ticker.exe 14516 288 33619712 33634516 20138d4 minimum.exe 368938 2072 33617984 33988994 206a182 cxx_iostream.exe 362561 5892 33614176 33982629 20688a5 fileio.exe 268754 12560 33607744 33889058 2051b22 pppd.exe 129842 2436 33617600 33749878 202fb76 capture.exe 74284 1896 33618112 33694292 2022254 nsecs.exe 122710 2184 33617824 33742718 202df7e paranoia.exe 131154 1840 33618208 33751202 20300a2 cdtest.exe 58722 1808 33618208 33678738 201e592 base_sp.exe 59682 1816 33618208 33679706 201e95a unlimited.exe 69774 1744 33618272 33689790 20210be hello.exe 164778 6496 33613824 33785098 203850a loopback.exe
* arm/lpc24xx (lpc17xx variants): Add per-section compilation and linking support.Joel Sherrill2016-03-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updates #2577. For the lpc17xx_ea_ram BSP variant: The size of the sample executables without this option were: text data bss dec hex filename 63646 1724 33554592 33619962 200fffa ticker.exe 21634 1088 33597216 33619938 200ffe2 minimum.exe 549386 2004 33068544 33619934 200ffde cxx_iostream.exe 392562 5800 33221600 33619962 200fffa fileio.exe 299662 12616 33307680 33619958 200fff6 pppd.exe 133838 2360 33483744 33619942 200ffe6 capture.exe 75020 1812 33543104 33619936 200ffe0 nsecs.exe 125706 2100 33492160 33619966 200fffe paranoia.exe 127758 1748 33490432 33619938 200ffe2 cdtest.exe 61686 1724 33556544 33619954 200fff2 base_sp.exe 63370 1748 33554848 33619966 200fffe unlimited.exe 71414 1692 33546848 33619954 200fff2 hello.exe 180698 6500 33432768 33619966 200fffe loopback.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 58982 1712 33559264 33619958 200fff6 ticker.exe 13818 280 33605856 33619954 200fff2 minimum.exe 336134 1960 33281856 33619950 200ffee cxx_iostream.exe 380810 5788 33233344 33619942 200ffe6 fileio.exe 277010 12464 33330464 33619938 200ffe2 pppd.exe 127358 2340 33490240 33619938 200ffe2 capture.exe 70672 1800 33547488 33619960 200fff8 nsecs.exe 120746 2088 33497120 33619954 200fff2 paranoia.exe 121282 1736 33496928 33619946 200ffea cdtest.exe 56902 1712 33561344 33619958 200fff6 base_sp.exe 57346 1712 33560896 33619954 200fff2 unlimited.exe 65078 1640 33553216 33619934 200ffde hello.exe 166730 6400 33446816 33619946 200ffea loopback.exe For the lpc17xx_ea_rom_int BSP variant: The size of the sample executables without this option enabled were: text data bss dec hex filename 63814 1724 33557096 33622634 2010a6a ticker.exe 21802 1088 33557704 33580594 2006632 minimum.exe 392734 5800 33553064 33951598 2060f6e fileio.exe 299830 12616 33546504 33858950 204a586 pppd.exe 134006 2360 33556488 33692854 2021cb6 capture.exe 75188 1812 33557000 33634000 20136d0 nsecs.exe 125874 2100 33556712 33684686 201fcce paranoia.exe 127926 1748 33557096 33686770 20204f2 cdtest.exe 61854 1724 33557096 33620674 20102c2 base_sp.exe 63538 1748 33557064 33622350 201094e unlimited.exe 71582 1692 33557128 33630402 20128c2 hello.exe 180866 6500 33552616 33739982 202d4ce loopback.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 59150 1712 33557096 33617958 200f826 ticker.exe 13986 280 33558504 33572770 20047a2 minimum.exe 336302 1960 33556904 33895166 20532fe cxx_iostream.exe 380982 5788 33553064 33939834 205e17a fileio.exe 277178 12464 33546632 33836274 2044cf2 pppd.exe 127526 2340 33556488 33686354 2020352 capture.exe 70840 1800 33557000 33629640 20125c8 nsecs.exe 120914 2088 33556712 33679714 201e962 paranoia.exe 121450 1736 33557096 33680282 201eb9a cdtest.exe 57070 1712 33557096 33615878 200f006 base_sp.exe 57514 1712 33557096 33616322 200f1c2 unlimited.exe 65246 1640 33557160 33624046 2010fee hello.exe 166898 6400 33552712 33726010 2029e3a loopback.exe For the lpc17xx_plx800_ram BSP variant: The size of the sample executables without this option enabled were: text data bss dec hex filename 63802 1820 33554336 33619958 200fff6 ticker.exe 21630 1088 33597216 33619934 200ffde minimum.exe 549534 2100 33068320 33619954 200fff2 cxx_iostream.exe 392722 5896 33221344 33619962 200fffa fileio.exe 299802 12712 33307424 33619938 200ffe2 pppd.exe 134002 2456 33483488 33619946 200ffea capture.exe 75176 1908 33542848 33619932 200ffdc nsecs.exe 125862 2196 33491904 33619962 200fffa paranoia.exe 127922 1844 33490176 33619942 200ffe6 cdtest.exe 61850 1820 33556288 33619958 200fff6 base_sp.exe 63518 1844 33554592 33619954 200fff2 unlimited.exe 71562 1788 33546592 33619942 200ffe6 hello.exe 180854 6596 33432512 33619962 200fffa loopback.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 59274 1808 33558848 33619930 200ffda ticker.exe 13814 280 33605856 33619950 200ffee minimum.exe 336418 2056 33281472 33619946 200ffea cxx_iostream.exe 381106 5884 33232960 33619950 200ffee fileio.exe 277294 12560 33330080 33619934 200ffde pppd.exe 127642 2436 33489856 33619934 200ffde capture.exe 70964 1896 33547072 33619932 200ffdc nsecs.exe 121038 2184 33496736 33619958 200fff6 paranoia.exe 121566 1832 33496544 33619942 200ffe6 cdtest.exe 57194 1808 33560928 33619930 200ffda base_sp.exe 57622 1808 33560512 33619942 200ffe6 unlimited.exe 65362 1736 33552832 33619930 200ffda hello.exe 167022 6496 33446432 33619950 200ffee loopback.exe For the lpc17xx_plx800_rom_int BSP variant: The size of the sample executables without this option enabled were: text data bss dec hex filename 64010 1820 33618208 33684038 201fa46 ticker.exe 21838 1088 33618912 33641838 201556e minimum.exe 392934 5896 33614176 34013006 206ff4e fileio.exe 300010 12712 33607616 33920338 2059552 pppd.exe 134210 2456 33617600 33754266 2030c9a capture.exe 75384 1908 33618112 33695404 20226ac nsecs.exe 126070 2196 33617824 33746090 202ecaa paranoia.exe 128130 1844 33618208 33748182 202f4d6 cdtest.exe 62058 1820 33618208 33682086 201f2a6 base_sp.exe 63726 1844 33618176 33683746 201f922 unlimited.exe 71770 1788 33618240 33691798 2021896 hello.exe 181062 6596 33613728 33801386 203c4aa loopback.exe The size of the sample executables with this option enabled were: text data bss dec hex filename 59482 1808 33618208 33679498 201e88a ticker.exe 14022 280 33619712 33634014 20136de minimum.exe 336626 2056 33618016 33956698 206235a cxx_iostream.exe 381318 5884 33614176 34001378 206d1e2 fileio.exe 277502 12560 33607744 33897806 2053d4e pppd.exe 127850 2436 33617600 33747886 202f3ae capture.exe 71172 1896 33618112 33691180 202162c nsecs.exe 121246 2184 33617824 33741254 202d9c6 paranoia.exe 121774 1832 33618208 33741814 202dbf6 cdtest.exe 57402 1808 33618208 33677418 201e06a base_sp.exe 57830 1808 33618208 33677846 201e216 unlimited.exe 65570 1736 33618272 33685578 202004a hello.exe 167230 6496 33613824 33787550 2038e9e loopback.exe
* lpc23xx_tli800: Add mdosfs_fsscandir01 to tests to avoid. Does not link.Joel Sherrill2015-09-101-0/+1
|
* arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill2015-03-062-0/+4
|
* lpc24xx/.../lpc23xx_tli800-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+7
|
* lpc24xx/.../lpc2362-testsuite.tcfg: Add more testsJoel Sherrill2015-01-231-0/+2
|
* lpc23xx_tli800-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc2362-testsuite.tcfg: Add dl02Joel Sherrill2014-11-051-0/+1
|
* lpc23xx_tli800-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lpc2362-testsuite.tcfg: Add dl01Joel Sherrill2014-11-041-0/+1
|
* lpc23xx_tli800-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill2014-09-041-0/+4
|
* lpc2362-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill2014-09-041-0/+3
|
* arm: Add tests which fail to build with C++ enabled.Chris Johns2014-08-282-0/+8
|
* lpc40xx_ea_rom_int-testsuite.tcfg: New fileJoel Sherrill2014-08-271-0/+7
|
* bsp/lpc24xx: Add LPC40XX variantsSebastian Huber2014-08-123-0/+21
|
* Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill2014-07-162-0/+11
| | | | | | | The first pass at building these was without networking enabled. This pass addresses that plus accounts for some new BSPs which needed testsuite.tcfg files and BSPs which could not link tests which had been added since the first pass.
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-056-0/+90
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* bsp/lpc24xx: New BSP variants (PLX800 on LPC1778)Sebastian Huber2012-06-152-0/+10
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-117-14/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* bsp/lpc24xx: New BSP variantSebastian Huber2012-03-142-2/+5
|
* Support for NXP LPC1700 familySebastian Huber2012-02-113-0/+21
|
* 2011-12-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-12-061-2/+1
| | | | * make/custom/lpc24xx.inc: Flags for EABI tool chain.
* 2011-10-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-10-171-0/+7
| | | | | | | | | | * include/start-config.h, make/custom/lpc24xx_plx800_rom_int.cfg, startup/linkcmds.lpc24xx_plx800_rom_int, startup/start-config-emc-dynamic.c, startup/start-config-emc-static.c, startup/start-config-pinsel.c: New files. * Makefile.am, configure.ac, preinstall.am: Reflect changes above. * startup/bspstarthooks.c: Use configuration tables for EMC initialization.
* 2011-07-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-211-1/+1
| | | | | * include/lpc24xx.h: Added ADC defines. * make/custom/lpc24xx.inc: Workaround for GCC bug 49641.
* 2010-06-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-06-231-0/+7
| | | | | | | | * make/custom/lpc23xx_tli800.cfg, startup/linkcmds.lpc23xx_tli800: New files. * Makefile.am, configure.ac: Reflect changes above. * startup/linkcmds.lpc2362: Typos. * README: Documentation.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-201-1/+2
| | | | * make/custom/lpc24xx.inc: Workaround for GCC bug 38644.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-1/+1
| | | | * make/custom/lpc24xx.inc: Use VFP floating point model.
* removed over-paranoid warning switchesThomas Doerfler2010-04-091-2/+1
|
* Changes throughoutThomas Doerfler2010-04-091-1/+2
|
* add missing filesThomas Doerfler2009-12-161-0/+7
|
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-035-10/+0
| | | | | | | | | | | * configure.ac: Add RTEMS_BSP_LINKCMDS. * make/custom/lpc24xx.inc: Remove LDFLAGS. * make/custom/lpc24xx_ea.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_ram.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_ext.cfg: Remove LPC24XX_LINKCMDS. * make/custom/lpc24xx_ncs_rom_int.cfg: Remove LPC24XX_LINKCMDS. * startup/linkcmds: Remove. * Makefile.am: Rework linkcmds handling.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-211-2/+0
| | | | * make/custom/lpc24xx.inc: Remove RTEMS_BSP_FAMILY.
* 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-175-4/+4
| | | | | | | | | * make/custom/lpc24xx.inc: New (Renamed from lpc24xx.cfg). * make/custom/lpc24xx.cfg: Removed. * make/custom/lpc24xx_ea.cfg, lpc24xx_ncs_ram.cfg, make/custom/lpc24xx_ncs_rom_ext.cfg, make/custom/lpc24xx_ncs_rom_int.cfg: Include make/custom/lpc24xx.inc.