- 14 Nov, 2011 3 commits
-
-
Alexander Potashev authored
-
Alexander Potashev authored
Options that needs to be set in the board configuration file are superfluous, because there is are no lpc178x-specific headers visible to drivers/serial/serial.c where we could place extra (board-independent) options. Power for the UART will be enabled in the new function `cortex_m3_soc_init()`.
-
Sergei Poselenov authored
Also, enabled CONFIG_MISC_INIT_R to set the non-default flash timings.
-
- 11 Nov, 2011 4 commits
-
-
Sergei Poselenov authored
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
Peripheral clock is used for many devices (UARTs, timers, etc.)
-
- 10 Nov, 2011 5 commits
-
-
Sergei Poselenov authored
for non-STM32 targets.
-
Alexander Potashev authored
-
Dmitry Konyshev authored
-
Alexander Potashev authored
`struct lpc178x_scc_regs` is only used by power- and clock-related code, all this code will be only in clock.c.
-
Alexander Potashev authored
-
- 09 Nov, 2011 2 commits
-
-
Alexander Potashev authored
CPU clock is set up to 108 MHz for now, because the existing port used that frequency and it works for sure. 120 MHz can be easily reached by setting CONFIG_LPC178X_PLL0_M to 10 (instead of 9). SYSTICK timer is already initialized by the common code in `cpu/arm_cortexm3/timer.c`
-
Alexander Potashev authored
* Guard misc_init_r() function with `#ifdef CONFIG_MISC_INIT_R`. * Enable misc_init_r() for this board.
-
- 08 Nov, 2011 1 commit
-
-
Alexander Potashev authored
Stubs for ea-lpc1788 port.
-
- 27 Oct, 2011 1 commit
-
-
Sergei Poselenov authored
- Changed gpio_set() to return 0 on success, -EINVAL otherwise - Made printf() conditional on the serial console initialization (printf() may hang otherwise).
-
- 26 Oct, 2011 1 commit
-
-
Sergei Poselenov authored
-
- 20 Oct, 2011 7 commits
-
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
Sergei Poselenov authored
(BWR - > BWTR).
-
Sergei Poselenov authored
in wait for !busy. Removed .ramcode from clock_get() for A2F.
-
- 18 Oct, 2011 4 commits
-
-
Sergei Poselenov authored
reset_cpu().
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
Sergei Poselenov authored
-
- 17 Oct, 2011 5 commits
-
-
Yuri Tikhonov authored
So that the linux stm32_eth driver could be able to get it. Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
- 14 Oct, 2011 7 commits
-
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Yuri Tikhonov authored
-
Yuri Tikhonov authored
Signed-off-by:
Yuri Tikhonov <yur@emcraft.com>
-
Sergei Poselenov authored
-
Sergei Poselenov authored
are erased.
-