Gregory Nutt
|
1699561bb6
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
|
Gregory Nutt
|
9329034a4f
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:26:38 -06:00 |
|
Gregory Nutt
|
9ed7d56a18
|
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
|
2016-02-04 12:14:17 -06:00 |
|
Gregory Nutt
|
d5cbcc1293
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -06:00 |
|
Gregory Nutt
|
a135df609f
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -06:00 |
|
Gregory Nutt
|
6b449ac409
|
The I2C_TRANSFER method is no longer optional
|
2016-01-31 14:15:32 -06:00 |
|
Gregory Nutt
|
1615a5ead0
|
Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s.
|
2016-01-30 08:35:50 -06:00 |
|
Gregory Nutt
|
2591281375
|
Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h
|
2016-01-30 08:00:01 -06:00 |
|
Gregory Nutt
|
656e730f8f
|
apps/system/ramtron has been removed.
|
2016-01-27 10:39:30 -06:00 |
|
Gregory Nutt
|
9f2a839ac3
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
|
Gregory Nutt
|
4819fc2e8d
|
I2C: Eliminate the I2C_WRITEREAD method
|
2016-01-26 10:24:36 -06:00 |
|
Gregory Nutt
|
9535c909d3
|
Rename CONFIG_SYSTEM_INIFILE to CONFIG_FSUTILS_INIFILE
|
2016-01-20 17:11:48 -06:00 |
|
Gregory Nutt
|
2a5bdf230c
|
Merge remote-tracking branch 'origin/master' into windeps
|
2016-01-09 16:38:13 -06:00 |
|
Gregory Nutt
|
9e548d34c3
|
mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps prograqm
|
2016-01-09 16:06:15 -06:00 |
|
Gregory Nutt
|
e46cd30c14
|
Change use of mknulldeps.sh to mkwindeps.sh
|
2016-01-09 14:13:44 -06:00 |
|
Gregory Nutt
|
c41449b12a
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:56 -06:00 |
|
Gregory Nutt
|
651bd9e8ad
|
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
|
2015-11-25 17:11:27 -06:00 |
|
Gregory Nutt
|
893bd9c7b5
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
|
Gregory Nutt
|
78f19bbefb
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:36 -06:00 |
|
Gregory Nutt
|
88c506d843
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:03:01 -06:00 |
|
Gregory Nutt
|
fc58f7e538
|
Remove dangling whitespace
|
2015-10-04 15:28:03 -06:00 |
|
Paul A. Patience
|
272ab8c090
|
Fix typo
|
2015-09-10 21:20:53 -04:00 |
|
Paul A. Patience
|
55d8aee826
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
|
Paul A. Patience
|
81268bb75c
|
Add -Wundef warning flag
|
2015-09-01 13:19:57 -04:00 |
|
Gregory Nutt
|
88660657c2
|
Rename can_devinit() to board_can_initialize(). Hook in to boardctl() with BOARDIOC_CAN_INITIALIZE
|
2015-08-18 13:21:45 -06:00 |
|
Gregory Nutt
|
f7ba1b1eeb
|
Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files
|
2015-07-04 15:19:11 -06:00 |
|
Gregory Nutt
|
6a9e986be9
|
Refresh/fix more broken configurations
|
2015-07-03 09:33:02 -06:00 |
|
Gregory Nutt
|
fe8e4ac747
|
Refresh/Fix more broken configurations
|
2015-07-02 15:02:14 -06:00 |
|
Gregory Nutt
|
799205d59b
|
Refresh configurations; fix some minor build issues
|
2015-07-01 10:25:46 -06:00 |
|
Gregory Nutt
|
9e99cfa4e0
|
Correct many bitbucket.org URLs
|
2015-06-28 09:14:52 -06:00 |
|
Gregory Nutt
|
7214e52fb2
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:08:57 -06:00 |
|
Gregory Nutt
|
46bd0bc307
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
|
Gregory Nutt
|
add36cc3de
|
Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis
|
2015-05-30 10:00:54 -06:00 |
|
Gregory Nutt
|
0dbf579aa8
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
4c5e3d1729
|
LPC17 USB host: Fix some compile errors when bulk endpoints + USB debug enabled. Refresh a configuration
|
2015-05-06 16:15:12 -06:00 |
|
Gregory Nutt
|
49415e7cc8
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
|
Gregory Nutt
|
68a97a53ac
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
f73fdd90c9
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
|
Gregory Nutt
|
d90824a0fc
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
|
Gregory Nutt
|
629d7e4ec0
|
Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() interface so that it can call board_adc_setup() on behalf of an application. Change apps/examples/adc to that is now calls boardctl() instead of adc_devinit() in order to initalize the ADC device.
|
2015-03-31 15:00:23 -06:00 |
|
Gregory Nutt
|
15b90de919
|
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
|
2015-03-31 12:14:16 -06:00 |
|
Gregory Nutt
|
103a17d4f1
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
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
|
aaabd05bfc
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
80c7fa20b9
|
Update README
|
2015-01-07 06:23:24 -06:00 |
|
Gregory Nutt
|
524ccad0ba
|
DK-TM4C129X: Add support for on-board TMP100 temperature sensor
|
2015-01-06 11:50:56 -06:00 |
|
Gregory Nutt
|
da72a93012
|
Nucleo-f4x1re: Fix some joystick pin definitions
|
2014-12-04 12:04:21 -06:00 |
|
Gregory Nutt
|
49600aeb8b
|
Update README
|
2014-11-28 18:17:49 -06:00 |
|
Gregory Nutt
|
dc640c0bac
|
STM3210E-EVAL: Add missing initialization for the joystick driver
|
2014-11-28 15:41:37 -06:00 |
|