summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/TIMES (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-26bsps: Move documentation, etc. files to bspsSebastian Huber1-305/+0
This patch is a part of the BSP source reorganization. Update #3285.
2015-12-24api: Remove deprecated NotepadsAun-Ali Zaidi1-13/+0
Notepads where a feature of RTEMS' tasks that simply functioned in the same way as POSIX keys or threaded local storage (TLS). They were introduced well before per task variables, which are also deprecated, and were barely used in favor of their POSIX alternatives. In addition to their scarce usage, Notepads took up unnecessary memory. For each task: - 16 32-bit integers were allocated. - A total of 64 bytes per task per thread. This is especially critical in low memory and safety-critical applications. They are also defined as uint32_t, and therefore are not guaranteed to hold a pointer. Lastly, they are not portable solutions for SMP and uniprocessor systems, like POSIX keys and TLS. updates #2493.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+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.
2011-02-172011-02-17 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+322
PR 1738/bsps * README, startup/bspstart.c, startup/linkcmds: Add support for dynamic clock speed determination. This algorithm is described in the README file. The output of the RTEMS Timing Tests was moved to TIMES to signicantly shrink the README. * TIMES: New file.