summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lm3s69xx (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-21Multiple bsp_specs: Change *(old_endfile) to %(old_endfile)Joel Sherrill1-1/+1
Fix typo. closes 2345.
2015-04-23lm3s3749-testsuite.tcfg: Add cdtestJoel Sherrill1-0/+1
2015-03-17arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg: Add tmfine01Joel Sherrill1-0/+1
2015-03-06Add fsscandir01 variants as needed to more BSPs testsuite configurationJoel Sherrill3-0/+4
2015-01-23lm3s69xx/.../lm3s6965-testsuite.tcfg: Add more testsJoel Sherrill1-0/+1
2015-01-23lm3s69xx/.../lm3s3749-testsuite.tcfg: Add more testsJoel Sherrill1-0/+2
2014-12-05Update bug report URLSebastian Huber1-1/+1
2014-11-27bsps/arm: Add .nocache sectionSebastian Huber4-0/+8
This section can be use to provide a cache coherent memory area via rtems_cache_coherent_add_area().
2014-11-05lm3s3749-testsuite.tcfg: Add dl02Joel Sherrill1-0/+1
2014-11-04lm3s3749-testsuite.tcfg: Add dl01Joel Sherrill1-0/+1
2014-10-09arm/lm3s69xx/startup/bspstart.c: Add include of <bsp/bootcard.h> to fix warningJoel Sherrill1-0/+5
2014-09-18bsps: Fix build errorSebastian Huber2-5/+0
Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
2014-09-04lm3s3749-testsuite.tcfg: Add tests which do not link with debug enabledJoel Sherrill1-0/+3
2014-09-04lm3s69xx/.../bspreset.c: Eliminate warning for set not used variableJoel Sherrill1-0/+1
2014-08-28Regenerate all preinstall.am files.Joel Sherrill1-6/+6
Apparently, at some point automake output changed and these were not updated.
2014-08-28arm: Add tests which fail to build with C++ enabled.Chris Johns2-0/+6
2014-08-27arm/lm3s3749: Add tests that do not fit.Chris Johns1-0/+3
You need --enable-c++ for the c++ tests.
2014-07-16Add More Testsuite Configuration Files and Update Existing OnesJoel Sherrill3-0/+10
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.
2014-06-10lm3s6965-testsuite.cfg: Add pppd.Martin Galvan1-0/+1
When trying to compile RTEMS for the Stellaris LM3S6965 board, I had an issue of pppd.exe's .rodata section being too big to fit in the board's memory image (region 'ROM_INT' overflowed).
2014-05-06multiple BSPs: Remove BSP_SMALL_MEMORYJoel Sherrill1-4/+0
2014-05-05testsuite: Add a per BSP test check for tests not to build.Chris Johns3-0/+69
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.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns15-15/+15
2014-02-14score: Add CPU counter supportSebastian Huber1-0/+2
Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
2013-12-17arm_lm3s69xx: improve doxygenToma Radu7-0/+112
Add doxygen to the header files in the arm/lm3s69xx/include directory.
2013-09-02bsp/lm4f120: new BSP to support TI LM4F120 XL LaunchPad boardKarel Gardas8-11/+121
2013-08-14bsp/lm3s69xx: add macros for UART CTS/RTS pin configurationKarel Gardas1-0/+28
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers1-1/+1
2013-06-03bsp/lm3s69xx: TyposSebastian Huber3-5/+5
2013-05-06bsp/lm3s69xx: Fix initialization valueSebastian Huber1-1/+1
2013-05-06bsp/lm3s69xx: Use interrupts for UART receiveEugeniy Meshcheryakov1-12/+47
This makes continuous UART polling unnecessary.
2013-05-06bsp/lm3s69xx: More access macros for UART data registerEugeniy Meshcheryakov1-0/+2
Add mask for receive error bits and getter macro for the data field.
2013-05-03bsps/arm: Move implementation to inline functionsSebastian Huber2-1/+1
2013-04-26bsp/lm3s69xx: New BSP variantsEugeniy Meshcheryakov22-136/+1286
Add support for LM3S3749.
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-19/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-02-11libchip/serial: Add const qualifierSebastian Huber2-2/+2
2012-11-15bsps: Interrupt initialization error is fatalSebastian Huber1-3/+1
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber1-9/+11
Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
2012-08-06Revert "Add bspopts.h.in."Gedare Bloom1-49/+0
This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
2012-07-19Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius1-1/+1
2012-07-19Require automake-1.12.2.Ralf Corsépius1-1/+1
2012-07-19Require autoconf-2.69.Ralf Corsépius1-1/+1
2012-06-15bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7mSebastian Huber1-1/+1
2012-06-12bsps: Replace NIRVANA regionSebastian Huber1-1/+0
Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
2012-05-24Add bspopts.h.in.Ralf Corsépius1-0/+49
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill5-10/+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.
2012-04-07bsps/arm: Add BSP_ARMV7M_SYSTICK_PRIORITYSebastian Huber1-0/+2
2012-04-07bsps/arm: Add BSP_ARMV7M_IRQ_PRIORITY_DEFAULTSebastian Huber1-1/+3
2012-03-24bsp/lm3s69xx: Reflect new Qemu patchSebastian Huber1-6/+1
2012-03-24bsps: Shared ARMv7-M interrupt supportSebastian Huber3-48/+7
2012-03-24bsps: Add shared default IRQ handlerSebastian Huber2-7/+3