summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-04Optional Clock_driver_support_shutdown_hardware()Sebastian Huber2-12/+11
2017-06-20bsps: Improve interrupt vector enable/disable APISebastian Huber1-4/+4
2017-05-24build-system: Parallel build all subdirs.Chris Johns1-1/+1
2017-04-05lm32/shared/timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-04-05lm32/shared/milkymist_video/video.c: Include <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-04-05lm32/shared/milkymist_pfpu/pfpu.c: Fix indentation and bracesJoel Sherrill1-4/+5
2017-04-05lm32/shared/milkymist_timer/timer.c: Include <rtems/bspIo.h>Joel Sherrill1-0/+1
2017-04-05lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and bracesJoel Sherrill1-0/+1
2017-03-22termios: Synchronize with latest FreeBSD headersKevin Kirspel1-1/+1
2016-12-12Rename is_internal to always_set_to_falseSebastian Huber1-1/+1
2016-07-12Misc: Spell length correctlyJoel Sherrill1-1/+1
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber2-0/+2
2016-03-29lm32/milkymist: Remove include of <rtems/console.h> from <bsp.h> and fix warn...Joel Sherrill1-1/+0
2016-03-29lm32/lm32_evr: Remove include of <rtems/console.h> from <bsp.h> and fix warningsJoel Sherrill1-1/+0
2016-03-29lm32/shared/console/console.c: Add include of <rtems/console.h> to fix warningJoel Sherrill1-0/+1
2016-03-25lm32/milkymist/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-25lm32/lm32_evr/include/bsp.h: Do not include <rtems/clockdrv.h>Joel Sherrill1-1/+0
2016-03-11lm32/shared/.../ckinit.c: Fix typo so fast idle on simulator is enabledJoel Sherrill1-1/+1
2016-03-10lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill1-0/+3
2016-03-10lm32/lm32_evr: Add per-section compilation and linking supportJoel Sherrill1-0/+3
2016-02-03Use linker set for libio initializationSebastian Huber2-4/+0
2015-12-10bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2-2/+0
2015-12-08Add RTEMS linker setsSebastian Huber2-2/+4
2015-07-16Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guardJoel Sherrill2-4/+4
2015-05-20bsps: Convert clock drivers to use a timecounterAlexander Krutwig2-0/+4
2015-04-14lm32/shared/startup/bspreset.c: New file missed in previous commitJoel Sherrill1-0/+28
2015-04-05lm32 BSPs: Add lm32_evr variant for running on gdb.Joel Sherrill5-12/+34
2014-12-05Update bug report URLSebastian Huber3-3/+3
2014-10-20lm32 BSP shared and lm32_evr: Fix BSPsJoel Sherrill3-9/+13
2014-10-19lm32/milkymist/startup/bspclean.c: Include <bsp.h> to fix warningJoel Sherrill1-3/+6
2014-10-13libbsp/lm32/shared: Fix warningsJoel Sherrill2-53/+11
2014-10-13lm32/shared/milkymist_clock/ckinit.c: Fix warningsJoel Sherrill1-5/+6
2014-10-13lm32/lm32_evr/include/bsp.h: Fix warningsJoel Sherrill1-2/+0
2014-09-16Use correct prototype of benchmark_timer_read()Joel Sherrill2-2/+2
2014-08-29Regenerate all preinstall.am files.Chris Johns2-9/+9
2014-08-28Regenerate all preinstall.am files.Joel Sherrill2-9/+9
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber2-2/+6
2014-03-21lm32_evr/include/bsp.h: Remove rtems_bsp_delay()Joel Sherrill1-15/+1
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns56-56/+56
2014-02-24bsps: Add empty cache managerSebastian Huber2-0/+10
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2-0/+28
2013-12-24lm32_milkymist: improve doxygenToma2-0/+24
2013-12-24lm32_evr: improve doxygenToma4-0/+40
2013-12-23lm32: Enhance Doxygen #2Chirayu Desai3-10/+29
2013-12-23lm32: Add doxygenChirayu Desai21-10/+302
2013-08-14bsps: Fix clock driver definesSebastian Huber2-2/+2
2013-08-09Use $(EXEEXT) [defaults to "exe"] to generate binariesNick Withers2-2/+2
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-6/+0
2013-06-29framebuffer: Add and use FRAMEBUFFER_DEVICE_0_NAMESebastian Huber1-3/+2
2013-06-25termios: Update due to API changesSebastian Huber1-4/+3