Gregory Nutt
|
7583c94252
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
42327117a3
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
|
Gregory Nutt
|
00a4b1f6d6
|
configs/: Remove prototypes of board_led* functions from all board header files
|
2015-02-27 17:32:01 -06:00 |
|
Gregory Nutt
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
43281776fe
|
EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0
|
2014-11-12 12:50:09 -06:00 |
|
Gregory Nutt
|
92b6c8f325
|
EFM32GG: Add a few files for the starter kit
|
2014-11-03 16:13:12 -06:00 |
|
Gregory Nutt
|
9fd42cdcfc
|
Update document and README
|
2014-10-30 10:24:42 -06:00 |
|
Gregory Nutt
|
138114dfd5
|
Remove some dangling whitespace
|
2014-10-30 06:57:43 -06:00 |
|
Gregory Nutt
|
6090a5a461
|
Documentation Update
|
2014-10-30 06:56:30 -06:00 |
|
Gregory Nutt
|
627e6301e0
|
EFM32 Gecko Starter Kit: Calibrate delay loops, update README
|
2014-10-29 12:31:55 -06:00 |
|
Gregory Nutt
|
33f454a011
|
EFM32 Gecko Starter Kit: Switch to LEUART0 as the default console
|
2014-10-29 11:43:03 -06:00 |
|
Gregory Nutt
|
e97ef669ed
|
EFM32: Minor serial interrupt mask change; Add LEUART0 board support
|
2014-10-29 08:04:29 -06:00 |
|
Gregory Nutt
|
714464405d
|
Fix a few more EFM32 integration bugs
|
2014-10-28 19:02:21 -06:00 |
|
Gregory Nutt
|
2326ea0307
|
EFM32: Need to configure UART GPIOs as outputs
|
2014-10-28 14:50:15 -06:00 |
|
Gregory Nutt
|
f8b2f291b4
|
EFM32: Fix GPIO configuration logic; Add missing board initializatin logic; Fix LED naming
|
2014-10-28 10:39:57 -06:00 |
|
Gregory Nutt
|
a839463322
|
EFM32G: Fix typo in memory map header file
|
2014-10-28 09:26:06 -06:00 |
|
Gregory Nutt
|
8595f421ee
|
EFM32: Correct a typo in LFXO bit in clock configuration
|
2014-10-28 08:59:27 -06:00 |
|
Gregory Nutt
|
89605a5e78
|
EFM32: Update a configuration; Compile fix for when DEBUG is enabled
|
2014-10-28 07:24:04 -06:00 |
|
Gregory Nutt
|
ef4a649372
|
Add logic to manage BC_EN signal
|
2014-10-22 14:27:05 -06:00 |
|
Gregory Nutt
|
b8d841c9d2
|
The olimex-efm32g880f128-stk now defaults to use LEUART1 as the serial console. Also fixes lots of compile bugs from the original LEUART checkin
|
2014-10-21 11:38:51 -06:00 |
|
Gregory Nutt
|
d39eb3ade7
|
EFM32: Add LFA and LFB clock support
|
2014-10-21 10:45:33 -06:00 |
|
Gregory Nutt
|
94f5d3427d
|
Update README files
|
2014-10-20 15:08:35 -06:00 |
|
Gregory Nutt
|
468b004fcb
|
Add board support for the Olimex EFM32G8809128 STK
|
2014-10-20 12:00:37 -06:00 |
|
Gregory Nutt
|
fbaa55e416
|
EFM32 Gecko Starter Kit: Must initialize LEDs on boot
|
2014-10-20 11:52:31 -06:00 |
|
Gregory Nutt
|
180c0e9dec
|
Add some UART configuration logic (still incomplete)
|
2014-10-19 16:42:15 -06:00 |
|
Gregory Nutt
|
4d6f0a7708
|
Basic clock configuration logic
|
2014-10-19 11:08:56 -06:00 |
|
Gregory Nutt
|
17403fe074
|
Add frame for EFM32 GPIO logic (empty functions)
|
2014-10-18 18:40:08 -06:00 |
|
Gregory Nutt
|
5842b5d705
|
Need to enable the standard serial driver for NSH
|
2014-10-18 16:15:14 -06:00 |
|
Gregory Nutt
|
192ef77d68
|
Use UART0 for the serial console
|
2014-10-18 12:47:45 -06:00 |
|
Gregory Nutt
|
d707a29c35
|
Add board XTAL definitions
|
2014-10-18 12:07:34 -06:00 |
|
Gregory Nutt
|
d359e4bf3f
|
Add EFM32 CMU header file
|
2014-10-18 09:26:56 -06:00 |
|
Gregory Nutt
|
b327a408a4
|
Add EFM32 Memory Maps
|
2014-10-17 16:43:52 -06:00 |
|
Gregory Nutt
|
fcdc23a6a7
|
Add GPIO header file and EFM32 Gecko Starter Kit LED support
|
2014-10-17 14:17:44 -06:00 |
|
Gregory Nutt
|
cee68cc44e
|
More EFM32 files and logic
|
2014-10-17 12:02:32 -06:00 |
|
Gregory Nutt
|
84f26a3d07
|
Add EFM32 interrupt vector defintions
|
2014-10-17 10:34:39 -06:00 |
|
Gregory Nutt
|
b41dd463f2
|
Add configuration support for the EFM32 Gecko Starter Kit
|
2014-10-17 09:25:52 -06:00 |
|
Gregory Nutt
|
df822a66c2
|
Add directory for EFM32 G8XX STK board
|
2014-10-17 08:43:06 -06:00 |
|