Gedare Bloom
70e8abf391
raspberrypi: use signed int for return variable
...
Closes #2873 .
2017-01-19 15:34:18 -05:00
Gedare Bloom
3f09d63548
smdk2410: delete unused variables
...
Closes #2868 .
2017-01-19 12:58:44 -05:00
Joel Sherrill
e397122cf4
m68k/mcf5225x/*/mc525x5-testsuite.tcfg: Add cdtest
2017-01-17 17:59:07 -06:00
Joel Sherrill
900f9857eb
m68k/mcf52235/*/mc52235-testsuite.tcfg: Add cdtest
2017-01-17 17:59:05 -06:00
Joel Sherrill
96ba863df0
arm/lpc32xx/*/lpc32xx_mzx_stage_1-testsuite.tcfg: Add dl05
2017-01-17 17:59:03 -06:00
Joel Sherrill
79ec730e09
powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:02 -06:00
Joel Sherrill
09f6666b21
m68k/mcf5225x/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:02 -06:00
Joel Sherrill
dd14b45045
m68k/mrm332/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:02 -06:00
Joel Sherrill
ba61311eb7
m68k/mcf52235/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:02 -06:00
Joel Sherrill
ddb2812791
arm/stm32f4/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:02 -06:00
Joel Sherrill
9c834d1142
arm/lpc24xx/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:59:00 -06:00
Joel Sherrill
ed1dcd28d6
arm/lpc32xx/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:58:58 -06:00
Joel Sherrill
2414497fcb
arm/lpc176x/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:58:55 -06:00
Joel Sherrill
6c420403c8
arm/lm3s69xx/*.tcfg: Add fsjffs2gc01 to excluded tests
2017-01-17 17:58:52 -06:00
Joel Sherrill
1fcdd639ee
powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwset
2017-01-16 10:40:11 -06:00
Sebastian Huber
2a583a0079
atsam: Fix SC16IS752 documentation
2017-01-16 13:13:36 +01:00
Christian Spindeldreier
a1e4e3bf31
GRETH: Interrupt Handler Uses Wrong Events
...
closes #2796 .
2017-01-12 09:36:26 -06:00
Joel Sherrill
48a7fa31f9
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
...
closes #2812 .
2017-01-11 12:13:21 -06:00
Sebastian Huber
81af80e586
Rename *.s to *.S
...
Consistently use *.S for assembler files.
Close #2701 .
2016-12-20 10:31:06 +01:00
Sebastian Huber
71f29c1206
bsp/atsam: Use standard XDMA throughout
2016-12-20 08:49:32 +01:00
Sebastian Huber
4aba8d7986
bsp/atsam: Use standard XDMA for QSPI support
2016-12-16 13:05:57 +01:00
Sebastian Huber
08f1d2f79b
bsp/atsam: Add SC16IS752 support
2016-12-16 11:26:54 +01:00
Sebastian Huber
a5c56afa35
bsp/atsam: Move interrupt setup to PIO_Configure()
2016-12-16 09:04:58 +01:00
Sebastian Huber
a4936b59cb
bsp/atsam: System initialization for PIO IRQs
2016-12-16 09:04:57 +01:00
Sebastian Huber
8eb5fbb64c
bsp/atsamv: Move XDMAD instance out of SPI driver
...
Use system initialization for XDMAD. Remove support for polling.
2016-12-16 09:04:57 +01:00
Sebastian Huber
d1c771cc8b
bsp/atsam: Move XDMA IRQ handler to XDMA module
...
The XDMA is shared by all DMA capable modules. Placing the XDMA
interrupt handler into the SPI module is wrong.
2016-12-15 11:05:09 +01:00
Sebastian Huber
cb592763d3
bsp/atsam: Use _Assert() instead of assert()
2016-12-15 11:05:08 +01:00
Sebastian Huber
fd12159a11
bsp/atsam: Use inline functions for XDMA access
2016-12-15 11:05:05 +01:00
Sebastian Huber
8dd83d39b4
bsp/atsam: Optimize SPI interrupt
2016-12-14 13:09:30 +01:00
Sebastian Huber
9686c6140f
bsp/atsam: Simplify SPI transfer status
2016-12-14 13:09:30 +01:00
Sebastian Huber
de7c17192a
bsp/atsam: Reduce context switches for SPI transf
2016-12-14 13:09:30 +01:00
Sebastian Huber
b52513b3a4
bsp/atsam: Optimize SPI DMA transfer setup
2016-12-14 13:09:29 +01:00
Sebastian Huber
f104bd342f
bsp/atsam: Simplify SPI DMA transfer setup
2016-12-14 13:09:29 +01:00
Sebastian Huber
49b6931842
bsp/atsam: Simplify SPI DMA initialization
2016-12-14 13:09:29 +01:00
Sebastian Huber
d0452eb965
bsp/atsam: Simplify SPI interrupt handler
2016-12-14 13:09:29 +01:00
Sebastian Huber
c78928fcac
bsp/atsam: Remove superfluous irq field
2016-12-14 13:09:29 +01:00
Sebastian Huber
9035630f00
bsp/atsam: Remove duplicate SPI register field
2016-12-14 13:09:28 +01:00
Sebastian Huber
62e1e0ff03
bsp/atsam: Simplify SPI initialization
2016-12-14 13:09:28 +01:00
Sebastian Huber
3afa95bae0
bsp/atsam: Hide details of SPI driver
2016-12-14 13:09:28 +01:00
Sebastian Huber
1505eca59c
bsp/atsam: Align SPI API with PIO_Configure()
2016-12-14 13:09:28 +01:00
Sebastian Huber
5dd02e9569
bsp/atsam: Avoid to power on/off the SPI module
2016-12-14 13:09:27 +01:00
Sebastian Huber
f74e2959de
bsp/atsam: Speed up SPI DMA transfer start
2016-12-14 13:09:27 +01:00
Sebastian Huber
0396f60e59
bsp/atsam: Optimize transfer setup checks
2016-12-14 13:09:27 +01:00
Sebastian Huber
3417070dc9
bsp/atsam: No timeout for SPI DMA transfers
2016-12-14 13:09:27 +01:00
Chris Johns
c6eead1353
libdl: Add C++ exception support to loaded modules.
...
This has been tested on SPARC, i386, PowerPC and ARM.
Closes #2767 .
2016-12-14 09:07:16 +11:00
Sebastian Huber
6a9282d9bb
Rename is_internal to always_set_to_false
...
Update #2825 .
2016-12-12 08:03:14 +01:00
Sebastian Huber
b6606e8d99
score: Remove fatal is internal indicator
...
The fatal is internal indicator is redundant since the fatal source and
error code uniquely identify a fatal error. Keep the fatal user
extension is internal parameter for backward compatibility and set it to
false always.
Update #2825 .
2016-12-09 08:47:51 +01:00
Chris Johns
28fda6279b
testsuite: Add test states to the testsuit configuration files.
...
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.
2016-12-07 17:22:41 +11:00
Sebastian Huber
f65dcc712a
score: Fix ARM and PowerPC context initialization
...
Update #2751 .
2016-12-02 13:11:13 +01:00
Chris Johns
e629076003
libdebugger: Build for ARM's without a CP15.
2016-12-02 15:39:56 +11:00