Gregory Nutt
|
b62d60b2a6
|
Fix some issues introduced to Freedom-KL26Z build. Duplicate changes in Freedom-KL25Z
|
2015-04-09 14:48:54 -06:00 |
|
Gregory Nutt
|
54847a163f
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
f6e6dacb17
|
Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled.
|
2015-03-31 16:59:22 -06:00 |
|
Gregory Nutt
|
9c0441e2da
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
f75184b5ac
|
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
|
3e1173225e
|
Renamed SPIDEV_GSENSOR to SPIDEV_ACCELEROMETER just because it looks better beside SPIDEV_BAROMETER
|
2015-02-12 12:26:19 -06:00 |
|
Gregory Nutt
|
e3487f4298
|
Fix a couple of spelling errors in comments
|
2014-12-18 13:56:15 -06:00 |
|
Gregory Nutt
|
a1a2e53c3e
|
Freedom KL25Z: Update the CC3000 support to use the current CC300 interfaces. From Alan Carvalho de Assis
|
2014-12-18 13:52:01 -06:00 |
|
Gregory Nutt
|
93a21d2872
|
Freedom-KL25Z: Add pin configuration for add-on ADXL345 board. From Alan Carvalho de Assis
|
2014-12-18 07:27:49 -06:00 |
|
Gregory Nutt
|
79b736d43a
|
Fix some typos ADXL (adxl) vs ADX1 (adx1)
|
2014-12-16 13:50:58 -06:00 |
|
Gregory Nutt
|
cb207d5298
|
A few bugs/typos introduced with my last change
|
2014-12-16 12:33:41 -06:00 |
|
Gregory Nutt
|
d818ab5e35
|
Update the ADXL345 interface following the current interface scheme
|
2014-12-16 11:45:28 -06:00 |
|
Gregory Nutt
|
10863af628
|
Add ADXL345 accelerometer driver. From Alan Carvalho de Assis
|
2014-12-16 08:16:53 -06:00 |
|
Gregory Nutt
|
e513ed9df8
|
Forgot to add file before last commit
|
2014-12-16 07:48:58 -06:00 |
|
Gregory Nutt
|
fd40ea4328
|
Freedom-KL25Z: Add board specific code to interface with ADXL345 driver. From Alan Carvalho de Assis
|
2014-12-16 07:48:22 -06:00 |
|
Gregory Nutt
|
2ab604f74f
|
Fix more issues detected by cppcheck
|
2014-11-25 14:25:02 -06:00 |
|
Gregory Nutt
|
8b8dd03e92
|
Freedom K25Z: Fix missing file inclusion in board Makefile. From Alan Carvalho de Assis
|
2014-11-19 07:17:46 -06:00 |
|
Gregory Nutt
|
f40857c04f
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
|
Gregory Nutt
|
f8024cf409
|
More trailing whilespace removal
|
2014-04-13 16:22:22 -06:00 |
|
Gregory Nutt
|
2f837ccd2a
|
rename up_led*() functions to board_led_*()
|
2014-01-24 14:28:49 -06:00 |
|
Gregory Nutt
|
f7f5923d9d
|
Freedom KL25Z: Add PWM support. From Alan Carvalho de Assis
|
2013-11-10 10:39:03 -06:00 |
|
Gregory Nutt
|
18e651b670
|
KL25: Update build for compatibility with recent CC3000 changes
|
2013-10-24 13:59:53 -06:00 |
|
Gregory Nutt
|
ce6368793a
|
Some restructing of the CC3000 build
|
2013-09-04 16:40:57 -06:00 |
|
Gregory Nutt
|
29d4748b1b
|
Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis
|
2013-09-03 14:59:48 -06:00 |
|
Gregory Nutt
|
147dc5206d
|
Fix typo in Freedom KL25Z function name. From Alan Carvalho de Assis
|
2013-08-31 13:22:25 -06:00 |
|
Gregory Nutt
|
09faaccc02
|
Created new directories to hold SPI-related files
|
2013-07-01 08:11:54 -06:00 |
|
Gregory Nutt
|
d5a0c75bbb
|
Add framework for managing SPI-related discretes on the Freedom KL25Z board.
|
2013-06-20 13:50:16 -06:00 |
|
Gregory Nutt
|
876fcca8f7
|
More Freedom KL25Z changed to and from Alan Carvalho de Assis
|
2013-06-19 20:50:27 -06:00 |
|
Gregory Nutt
|
177a8c0e9b
|
Freescale KL25Z support from Alan Carvalho de Assis
|
2013-06-18 11:20:57 -06:00 |
|
Gregory Nutt
|
4748599a43
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
|
Gregory Nutt
|
7554d2888e
|
Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files
|
2013-05-30 14:45:31 -06:00 |
|
Gregory Nutt
|
fae527deef
|
The Kinetis GPIO logic had some of the same issues as did the Kinetis L
|
2013-05-06 11:49:28 -06:00 |
|
Gregory Nutt
|
7628d3aa57
|
Fixes LEDs on the Freedom KL25Z board
|
2013-05-06 11:07:53 -06:00 |
|
Gregory Nutt
|
b934926bd2
|
Repartitioning of header files for Kinetis L
|
2013-05-02 09:24:36 -06:00 |
|
Gregory Nutt
|
420ca1b256
|
configs/freedom-kl25z: Change references to NuTiny to Freedom KL25Z
|
2013-04-25 20:09:15 -06:00 |
|
Gregory Nutt
|
7f21e8dc4c
|
Initial support for the Kinetis L family and the Freedom KL25Z board from Alan Carvalho de Assis
|
2013-04-16 08:48:42 -06:00 |
|