180 Commits

Author SHA1 Message Date
Kelvin Lawson
dfe296b01b dm36x: Write README file for DM365/DM368. 2013-09-18 00:17:25 +01:00
Kelvin Lawson
e0c4cba602 dm36x: Add full run of automated test suite via UART + expect. All tests pass on DM36x! 2013-09-17 23:33:18 +01:00
Kelvin Lawson
4e6e30dcb3 dm36x: Ack the timer interrupt before we get the chance to be scheduled out. 2013-09-17 22:38:32 +01:00
Kelvin Lawson
ecffe72257 dm36x: UART convert \n to \r\n 2013-09-17 22:13:27 +01:00
Kelvin Lawson
d9b901c2b4 dm36x: IRQ dispatcher, extra brackets required inside macro. 2013-09-17 20:36:25 +01:00
Kelvin Lawson
e73d2a533c dm36x: Fix IRQENTRY register address. Debug out on spurious interrupts. 2013-09-17 20:17:18 +01:00
Kelvin Lawson
d329e5f631 ARM9: Don't use relative branches from interrupt vector table to support vector vectors a long way from the table in memory. 2013-09-17 19:33:58 +01:00
Kelvin Lawson
5924485def dm36x: Copy vector table from initial 0x80000000 to required location on ARM, 0x00000000. 2013-09-17 17:06:06 +01:00
Kelvin Lawson
8f8eddf6fc dm36x: system.ld, increase stack sizes. 2013-09-17 16:07:32 +01:00
Kelvin Lawson
49dbc3855a dm36x: Reloader timer int period. 2013-09-17 16:01:58 +01:00
Kelvin Lawson
c284a81e0c dm36x: Convert tabs to spaces. 2013-09-17 15:50:00 +01:00
Kelvin Lawson
4b3639916c dm36x: atomport-private.c add INTC setup. Convert tabs to spaces. 2013-09-17 15:48:23 +01:00
Kelvin Lawson
d1ac6d8768 dm36x: uart.c allow easy switch between UART ports. 2013-09-17 15:41:45 +01:00
Kelvin Lawson
59728345e6 dm36x: Fix empty-polling. Switch to UART0. Disable uart_read() temporarily, not used therefore not yet tested. 2013-09-17 15:26:14 +01:00
Kelvin Lawson
45a5e9f5a2 dm36x: Add UART0 and INTC addresses. 2013-09-17 15:24:57 +01:00
Kelvin Lawson
23b533f2a2 dm36x: Use alternative uImage load locations. 2013-09-17 15:23:18 +01:00
Kelvin Lawson
28bfbe74c2 system.ld: Correct memory map. 2013-08-22 02:19:31 +01:00
Kelvin Lawson
8a449559d0 dm36x: Add bin/uImage generation (BIN currently oversized). 2013-08-22 02:16:00 +01:00
Kelvin Lawson
1d25a82de8 Tabs to spaces 2013-08-22 01:49:15 +01:00
Kelvin Lawson
1f2879e03f Add work-in-progress DM36X port. 2013-08-22 01:43:58 +01:00
Kelvin Lawson
5d3f670ac0 Merge new ARM port submitted by navaro, with modifications to fit with the other Atomthreads ports, new folder structure, Makefiles and documentation. Tested on ARM926EJS using IntegratorCP platform emulated by QEMU.
Also minor changes to AVR/STM8 ports to use similar code structure throughout all ports.
2013-07-09 22:06:10 +01:00
Kelvin Lawson
5181143343 ARMv7A Port: Add contact details for contributer to README. 2012-07-13 22:20:31 +01:00
Kelvin Lawson
34e989424f Add extern "C" modifiers to main public header files for mixing C/C++. Minor modifications to pull request from @bacek. 2012-07-13 22:13:21 +01:00
Kelvin Lawson
43df30809c STM8: Correct pinout for UART. 2012-06-22 01:23:53 +01:00
Kelvin Lawson
6ce391f581 AVR port: introduce simulator for all automated tests, allowing the full test suite to be run within a simulator for continuous integration. 2012-06-21 23:32:44 +01:00
Kelvin Lawson
7ce220e42f AVR expect script for test runs: Add description header. 2012-06-21 22:41:53 +01:00
Kelvin Lawson
b47b9697a5 AVR: Add expect script to run test in simavr and check for success. 2012-06-21 22:39:25 +01:00
Kelvin Lawson
97a15799b4 AVR port: instructions for using PART= to change the CPU target during make.
Also add TESTS_LOG_STACK parameter so that stack-usage logging can be enabled without editing Makefile.
2012-06-21 21:29:18 +01:00
Kelvin Lawson
22a5af0eae Use near_func to work with later versions of IAR EWSTM8 (1.20+). Project files upgraded to EWSTM8 1.30. 2011-09-16 22:55:40 +01:00
Kelvin Lawson
b812419f4a README: Add instructions for creating armv7a boards. 2011-08-01 01:11:34 +01:00
Kelvin Lawson
b298144baa Merge pull request #4 from avpatel/master
Minor refactor in build process to support adding of new board directories under ARMv7a
2011-07-31 05:44:15 -07:00
Anup Patel
49f27eff8d Minor refactoring in the build process.
Signed-off-by: Anup Patel <anup@brainfault.org>
2011-07-29 09:31:06 +05:30
Anup Patel
a44a38190b Merge branch 'master', remote branch 'upstream/master' 2011-07-29 09:09:08 +05:30
Kelvin Lawson
511187c7bd Use consistent include formatting. 2011-07-28 22:26:43 +01:00
Kelvin Lawson
8de14626d0 Remove unnecessary mods from the MIPS pull request (kernel and tests folder changes are not required, only the MIPS port folder is necessary). 2011-07-28 22:22:52 +01:00
Kelvin Lawson
743ce54031 Merge remote branch 'hschauhan/master' 2011-07-28 22:20:20 +01:00
Himanshu Chauhan
6af5014e9f Merge branch 'mips-port' into atomthreads-mips
Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
2011-07-23 13:05:31 +05:30
Himanshu Chauhan
48fe6bc12a Fixed Context switch and timer-delay problem with MIPS.
Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
2011-07-22 23:36:17 +05:30
Anup Patel
19536e1fc7 Merge branch 'master', remote branch 'upstream/master' 2011-07-20 09:28:05 +05:30
Kelvin Lawson
f9a16861b9 Cosmetic changes for consistency with other architecture ports. 2011-07-19 23:19:21 +01:00
Kelvin Lawson
fc53574c12 Remove TODO, functionality completed. 2011-07-19 22:53:30 +01:00
Kelvin Lawson
1ca423d8f6 Minor changes for consistency with other ports. 2011-07-19 22:51:54 +01:00
Kelvin Lawson
0ec7a4629e Change avr folders to armv7a. 2011-07-19 22:50:11 +01:00
Kelvin Lawson
d64a524522 Add qemu/ddd instructions to MIPS readme. 2011-07-19 21:56:07 +01:00
Kelvin Lawson
a96a1afbc7 Remove AVR-specific comments from MIPS Makefile. 2011-07-19 21:54:29 +01:00
Anup Patel
2e075ad413 Added .bin file generation for .elf files for convinence in Makefile.
Signed-off-by: Anup Patel <anup@brainfault.org>
2011-07-13 16:30:04 +05:30
Anup Patel
112928594c Updated archLongJump make is more stable. All test cases from testsuite work properly. 2011-07-09 10:43:27 +05:30
Anup Patel
f36452df66 Adding file to armv7a directory.
Signed-off-by: Anup Patel <anup@brainfault.org>
2011-07-07 17:37:12 +05:30
Anup Patel
1239eb1827 Renamed directory from arm7a to armv7a to mean "ARM v7 Application" Architecture.
Signed-off-by: Anup Patel <anup@brainfault.org>
2011-07-07 17:35:38 +05:30
Anup Patel
a88b9b542e Reverted kern3 and kern4 test.
Fixed main_thread_func() to call test_start() only once.

Signed-off-by: Anup Patel <anup@brainfault.org>
2011-07-07 14:42:37 +05:30