Commit Graph

114 Commits

Author SHA1 Message Date
Gregory Nutt
24c51ec1ff Centralize definitions associated with CONFIG_DEBUG_LCD 2016-06-15 11:40:33 -06:00
Gregory Nutt
ba03134bed Centralize definitions associated with CONFIG_DEBUG_SPI 2016-06-15 10:41:13 -06:00
Gregory Nutt
b9aadf7242 configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 2016-06-13 08:45:54 -06:00
Gregory Nutt
b0458e36da configs/: Remove references to non-existent SPI_VERBOSE setting 2016-06-12 17:57:12 -06:00
Gregory Nutt
a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
Gregory Nutt
e99301d7c2 Rename *lldbg to *llerr 2016-06-11 14:55:27 -06:00
Gregory Nutt
1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
Gregory Nutt
fc3540cffe Replace all occurrences of vdbg with vinfo 2016-06-11 11:59:51 -06:00
Gregory Nutt
3a74a438d9 Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO 2016-06-11 11:50:18 -06:00
David Sidrane
05e1f25678 Fix timer input clock definitions 2016-06-09 08:29:55 -06:00
Gregory Nutt
910bac65fa STM32 Timer: Generalize and extend calculation of per-timer pre-scaler value. Inspired by original proposal from Pierre-noel Bouteville. 2016-06-03 11:38:59 -06:00
Paul A. Patience
5cc2fba418 libuavcan: Forgot to change define 2016-05-26 11:11:09 -04:00
Gregory Nutt
d89eefc6a5 Refresh all STM32 configurations 2016-05-25 12:39:28 -06:00
Gregory Nutt
c089a2f241 Rename CONFIG_ARCH_HAVE_OTHER_UART to CONFIG_OTHER_UART_SERIALDRIVER 2016-05-25 10:48:33 -06:00
Gregory Nutt
e2e6ce3f1b Rename CONFIG_ARCH_HAVE_SCIn to CONFIG_SCIn_SERIALDRIVER 2016-05-25 10:46:55 -06:00
Gregory Nutt
2a87741e72 Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER 2016-05-25 10:45:01 -06:00
Gregory Nutt
249a2e48e5 Rename CONFIG_ARCH_HAVE_USARTn to CONFIG_USARTn_SERIALDRIVER 2016-05-25 10:39:23 -06:00
Paul A. Patience
3ca1a41626 Update Nucleo F303RE and STM32F4Discovery uavcan configurations 2016-05-25 09:39:42 -04:00
Gregory Nutt
4b3e710af6 Add an argument to board_app_initialize() 2016-05-24 10:51:22 -06:00
Paul A. Patience
e6e2552a12 UAVCAN: Update version 2016-05-03 17:18:57 -04:00
Gregory Nutt
99df0f459d All STM32 configurations need to set CONFIG_ARM_TOOLCHAIN_GNU=y 2016-04-02 07:21:25 -06:00
Gregory Nutt
ad61b7ab3e Remove all references to CONFIG_SYSTEM_SDCARD 2016-03-30 17:53:19 -06:00
Gregory Nutt
4b1c510f6f Refresh all STM32 configurations 2016-03-08 17:03:32 -06:00
Paul A. Patience
4703dffb94 Nucleo F303RE: Rename ADC pins 2016-03-01 09:52:25 -05:00
Gregory Nutt
f5c987a627 Change name IMX to IMX1 in configuration variable names to make room for i.MX6 2016-02-28 15:19:19 -06:00
Gregory Nutt
12c14ee718 Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS 2016-02-26 16:45:29 -06:00
Gregory Nutt
2055f34ee6 Change some names to conform to naming standard 2016-02-23 07:18:08 -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
de50bc82a7 Remove CONFIG_SPI_OWNBUS: Now it is not just a good idea, it is the law 2016-01-23 18:21: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
7b4a193187 Merged in paulpatience/nuttx-boards/nucleo_f303re_adc (pull request #25)
Nucleo F303RE: Add ADC DMA channels
2015-12-22 05:42:15 -06:00
Paul A. Patience
e73422e3f0 Nucleo F303RE: Add ADC DMA channels 2015-12-22 03:46:10 -05:00
Gregory Nutt
b90f5ba7f4 Remove CONFIG_DISCRETE_IO from all defconfig files 2015-12-15 08:41:10 -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
df431c1844 Merged in paulpatience/nuttx-boards/nucleo_f303re (pull request #22)
Nucleo F303RE: Comment out CONFIG_APPS_DIR
2015-11-25 10:18:23 -06:00
Paul A. Patience
40c4dc435d Nucleo F303RE: Comment out CONFIG_APPS_DIR 2015-11-25 11:06:22 -05:00
Paul A. Patience
15e25b6664 Nucleo F303RE: Add serialrx configuration 2015-11-25 11:00:30 -05:00
Gregory Nutt
f4213873f3 board_uniqueid should return a negated errno value on failure 2015-11-19 10:23:01 -06:00
Marwan Ragab
fb0145d0c8 added unique id implementation for nucleo-f303re 2015-11-19 11:11:12 -05:00
Gregory Nutt
faa9f50e53 Fix several build errors detected by tools/testbuil.sh, most configuration problems 2015-11-18 14:35:08 -06:00
Gregory Nutt
5937f9930d (Hopefully) cosmetic changes from review of recent merges for conformance to coding standard 2015-11-17 16:53:49 -06:00
Wail Khemir
540a3b701a Added a lower-half timer driver for stm32 which is compatible with the upper-half driver located at /drivers/timers/timer.c 2015-11-17 17:09:10 -05:00
Paul A. Patience
9cd90f3e6e Nucleo F303RE: Move C++ initialization from configs to apps/platform 2015-11-12 12:10:27 -05:00
Gregory Nutt
fa637597a0 Merged in paulpatience/nuttx-boards/nucleo_f303re_uavcan (pull request #16)
Nucleo F303RE: Update UAVCAN configuration
2015-11-10 16:56:45 -06:00
Paul A. Patience
8452f6083a Nucleo F303RE: Update UAVCAN configuration 2015-11-10 17:38:27 -05:00
Paul A. Patience
6163aea14a Nucleo F303RE: Update CAN configuration 2015-11-10 16:07:23 -05:00
Paul A. Patience
f9ef91d180 Nucleo F303RE: Add ADC 2015-11-05 10:17:15 -05:00
Gregory Nutt
8b9cbc05f6 Merged in paulpatience/nuttx-boards/nucleo_f303re_pwm (pull request #13)
Nucleo F303RE: Add PWM
2015-11-01 16:53:14 -06:00
Paul A. Patience
ae748393ce Nucleo F303RE: Add PWM 2015-11-01 17:13:03 -05:00
Gregory Nutt
b28bd72a48 Standardize naming of user LEDs interface functions 2015-11-01 12:45:58 -06:00
Gregory Nutt
f56ed529e5 Remove prototypes for all user LED interfaces from board.h header files 2015-11-01 10:53:34 -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
Paul A. Patience
dd468add8a Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in stm32_boardinitialize() instead of in board_app_initialize() 2015-10-08 13:18:32 -04:00
Paul A. Patience
06a88178af Nucleo F303RE and STM32F4-Discovery: Configure CAN GPIOs in board_app_initialize 2015-10-06 23:49:28 -04:00
Paul A. Patience
c08e4e582c Nucleo F303RE: Add SSD1351 SPI 4-wire interface 2015-09-29 16:00:25 -04:00
Paul A. Patience
10297a0b6a Nucleo F303RE: add more pins and update copyright notices 2015-09-10 13:34:17 -04:00
Paul A. Patience
bf6163bec6 Add Nucleo F303RE board configuration 2015-09-10 05:26:38 -04:00