summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* TMS570: Add board reset code to bsp_resetMartin Galvan2015-03-312-22/+34
|
* TMS570: Enable FPU in makefile.Martin Galvan2015-03-271-1/+1
|
* bsp/altera-cyclone-v: TypoSebastian Huber2015-03-251-3/+3
|
* moxie machine type not supported by rtems-syms. See #2213Joel Sherrill2015-03-241-0/+1
| | | | updates #2313.
* mrm332/console/sci.c: Make routines staticJoel Sherrill2015-03-241-4/+4
|
* nds/libnds/source/arm9/image.c: Add needed castJoel Sherrill2015-03-241-1/+1
|
* nds/libnds/source/arm7/clock.c: Avoid over indexing arrayJoel Sherrill2015-03-241-1/+1
|
* lpc176x/console/console-config.c: Conditionalize code to avoid unused warningsJoel Sherrill2015-03-241-0/+4
|
* m32csim-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-221-0/+5
|
* h8sim*-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-222-1/+9
|
* avrtest-testsuite.tcfg: Add tests with data size issuesJoel Sherrill2015-03-221-0/+5
|
* m32cbsp: Disable jffs2 and mrfs testsJoel Sherrill2015-03-221-8/+2
|
* h8sim: Disable jffs2 and mrfs testsJoel Sherrill2015-03-222-0/+4
|
* avrtest: Disable jffs2 and mrfs testsJoel Sherrill2015-03-221-0/+2
|
* Replace www.rtems.com with www.rtems.orgSebastian Huber2015-03-2056-56/+56
|
* rtems: Use atomic operation with correct typeDaniel Cederman2015-03-201-1/+1
|
* bsp/rtl22xx: Add prefix due to name conflictsSebastian Huber2015-03-201-5/+5
| | | | Close #2303.
* Add CAN, PWM, ADC and UART1/2/3 support to the LPC176x BSP.Martin Galvan2015-03-2020-10/+1881
| | | | | | | | | | This patch adds support for the following devices to the LPC176x BSP: * CAN * PWM * ADC It also adds the probe routines for UART1/2/3 to the console_device_table in console-config.c, and enables UART1 in configure.ac.
* m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-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
|
* arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg: Add tmfine01Joel Sherrill2015-03-171-0/+1
|
* powerpc/shared/flash/intelFlash.c: Eliminate use of deprecated methodJoel Sherrill2015-03-171-1/+1
|
* powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warningJoel Sherrill2015-03-171-0/+6
| | | | updated #2306.
* libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-7/+4
|
* libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* score603e/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* beatnik/network/porting/if_xxx_rtems.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* mvme167/network/network.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-19/+21
|
* mvme162/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* bsp/mpc55xx: Fix flash settingsSebastian Huber2015-03-171-13/+16
|
* bsp/qoriq: Add register blocks for T variantsSebastian Huber2015-03-171-78/+84
|
* bsp/qoriq: Fix warningSebastian Huber2015-03-171-0/+3
|
* bsp/mbx8xx: Fix warningsSebastian Huber2015-03-161-4/+6
|
* preliminary Raspberry Pi Model 2 supportAlan Cudmore2015-03-166-22/+55
| | | | | | | | | | | | | | | | | This patch adds a BSP variant for the Raspberry Pi 2. You can build both variants by configuring with the option --enable-rtemsbsp="raspberrypi2 raspberrypi" For the current BSP, the only change was the peripheral register base address and the compiler options. The raspberrypi/make/custom rules were re-factored: raspberrypi.inc -- Common rules raspberrypi.cfg -- Raspberry Pi 1 specific rule/optons raspberrypi2.cfg -- Raspberry Pi 2 specific rule/options I tested hello, ticker, unlimited, and paranoia on both the Pi (Model A+) and Pi 2.
* bsps/sparc: Fix linker sectionSebastian Huber2015-03-151-3/+3
|
* Revert "autoconf changes"Ben Gras2015-03-142-4/+4
| | | | | | This reverts commit dbe85952f9adac28a2dc84473eac24ae2c85e260. Accidentally merged.
* beagle bsp: delete TIMER_FREQ, TIMER_COUNTBen Gras2015-03-141-4/+0
| | | | | | unused and poorly named (no prefix) and colliding with sp68. Closes #2302.
* autoconf changesBen Gras2015-03-142-4/+4
|
* m32cbsp: Add bsp_reset() so the BSP exitsJoel Sherrill2015-03-122-1/+3
|
* mvme147s: Install z8530.hJoel Sherrill2015-03-112-0/+13
| | | | This was missed when the file was moved.
* cpukit: deprecate notepadsGedare Bloom2015-03-101-2/+2
| | | | | | | | | | | | | | | Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and will emit a compile-time warning. A new option CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn on notepads, but it also will emit a compile-time warning to indicate that notepads are deprecated. Closes #2265
* Move contents of libcsupport/include/zilog into libbsp/sharedJoel Sherrill2015-03-098-0/+242
| | | | Only a few BSPs use this and it should not have been in libcsupport.
* Move libcsupport/include/motorola/*.h to m68k/idp BSPJoel Sherrill2015-03-094-0/+397
| | | | | | | These header files were only used by one BSP and they are hardware dependent. The hardware dependency always made them bad candidates for where they were in the tree. But this fixes that.
* libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include bsp.h to ↵Joel Sherrill2015-03-091-3/+1
| | | | fix warning