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 |
|
Gregory Nutt
|
8ace1e3be2
|
Remove all implementatinos of up_wdginitialize(). It is no longer used.
|
2016-05-18 19:48:42 -06:00 |
|
Gregory Nutt
|
1d2ee34131
|
SAM WDT: Rename up_wdginitialize() functions to something more appropriate for the internal OS interface.
|
2016-05-18 19:47:41 -06:00 |
|
Paul A. Patience
|
e6e2552a12
|
UAVCAN: Update version
|
2016-05-03 17:18:57 -04:00 |
|
Alan Carvalho de Assis
|
de734ba310
|
configs/stm32f4discovery: Integrate BH1750FVI driver in the STM32F4Discovery board
|
2016-04-15 08:20:33 -06:00 |
|
Gregory Nutt
|
3228d32938
|
Correct permmisions on executable scripts
|
2016-04-10 09:11:59 -06:00 |
|
Gregory Nutt
|
7337e748de
|
Merge in configs/ submodule
|
2016-04-10 07:57:59 -06:00 |
|
Gregory Nutt
|
3e0efd7279
|
Fix all URLs to the NuttX repository
|
2016-04-06 17:56:40 -06: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
|
76c4b11a6b
|
PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains.
|
2016-03-27 13:02:21 -06:00 |
|
Gregory Nutt
|
0e8ff50d18
|
PM: Add activity domain to all PM callbacks
|
2016-03-27 11:18:44 -06:00 |
|
Gregory Nutt
|
423fe999b6
|
Add configuration files that have CONFIG_CDCACM=y (and not CONFIG_CDCACM_COMPOSITE) must have CONFIG_LIB_BOARDCTL=y and CONFIG_BOARD_USBDEVCTRL=y
|
2016-03-25 12:39:28 -06:00 |
|
Gregory Nutt
|
e5b0c0e502
|
Remove most unused references to CONFIG_NET_MULTICAST. Rename other uses of CONFIG_NET_MULTICAST to avoid naming comflicts.
|
2016-03-20 13:15:58 -06:00 |
|
Gregory Nutt
|
4b1c510f6f
|
Refresh all STM32 configurations
|
2016-03-08 17:03:32 -06: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 |
|
Kha Vo
|
c71ed665c2
|
On stm32F2xx gpio is encoded to 20bits but the button definitions use 16bit type.
|
2016-02-25 11:12:27 -06:00 |
|
Gregory Nutt
|
95b18adf3b
|
Refresh configurations
|
2016-02-24 11:53:21 -06:00 |
|
Gregory Nutt
|
6f883fb7ea
|
Update README:
|
2016-02-23 07:26:25 -06:00 |
|
Gregory Nutt
|
2055f34ee6
|
Change some names to conform to naming standard
|
2016-02-23 07:18:08 -06:00 |
|
Alan Carvalho de Assis
|
fb41199e2a
|
stm32f4discovery: Add an RGB LED configuration
|
2016-02-23 07:12:18 -06:00 |
|
Gregory Nutt
|
4c30378d94
|
Update README
|
2016-02-22 09:00:51 -06:00 |
|
Alan Carvalho de Assis
|
4c211ebf5f
|
STM32F4-Discovery: Add support for PWM-driver RGB LED
|
2016-02-22 08:52:24 -06:00 |
|
Gregory Nutt
|
a3ec78f6c8
|
Add support for LED driver to the SAMV7-XULT board support
|
2016-02-20 13:21:19 -06:00 |
|
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
|
823b8bda2b
|
There are a few things that should still depend on CONFIG_NSH_ARCHINT vs CONFIG_LIB_BOARDCTL
|
2016-02-04 14:27:44 -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
|
36bb11d77c
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:03:09 -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
|
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
|
4323c6c170
|
Need to include sys/mount.h to avoid a warning
|
2016-01-27 16:08:51 -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
|
004f4b8896
|
All bash scripts should be marked executable
|
2016-01-15 07:54:27 -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
|
d1ece2c59f
|
Fix some bad inclusions of files with internal in the name
|
2015-12-29 18:18:20 -06:00 |
|
Alan Carvalho de Assis
|
bb75d19428
|
STM32F4-Discovery: Add support for the pca9635 LED chip. From Alan Carvalho de Assis
|
2015-12-15 13:58:28 -06: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
|
a0e662f769
|
Refresh all configurations that have Telnetd enabled; those configurations now also need the telnet driver
|
2015-12-07 10:01:13 -06:00 |
|
Gregory Nutt
|
9a4192d22b
|
Remove CONFIG_NET_PINGADDRCONF. This was a uIP way of assigning IP addresses, but is not standard and not a appropriate feature in general.
|
2015-12-01 07:47:41 -06:00 |
|
Gregory Nutt
|
7a551aed6e
|
STM32F4-Discovery: Refresh all configurations; enable PROCFS in all NSH configurations
|
2015-11-29 10:02:21 -06:00 |
|
Gregory Nutt
|
9701e66e5c
|
SAMV71-XULT and STM32F4Discovery: Automatically mount procfs on startup
|
2015-11-29 09:47:36 -06:00 |
|
Gregory Nutt
|
651bd9e8ad
|
Rename CONFIG_LOOP to CONFIG_DEV_LOOP
|
2015-11-25 17:11:27 -06:00 |
|
marawan31
|
af7cfebff9
|
added unique id implementation for f4discovery
|
2015-11-22 13:28:59 -05:00 |
|
Gregory Nutt
|
5773e78a16
|
In protected build, need to specify CPU configuration on GCC command line or we get the wrong libgcc
|
2015-11-18 11:43:00 -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 |
|
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 |
|
Gregory Nutt
|
d0c332b5c9
|
Add file missed in last commit
|
2015-10-18 08:03:17 +08:00 |
|
Alan Carvalho de Assis
|
82bc95c340
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |
|
Alan Carvalho de Assis
|
f2d07ad135
|
STM32F4-Discvovery: Add low level support for the Zero Cross driver. From Alan Carvalho de Assis
|
2015-10-13 07:35:09 -06:00 |
|
Paul A. Patience
|
a778cb3a49
|
STM32F4-Discovery: Configure CAN2 GPIOs if UAVCAN uses two interfaces
|
2015-10-08 15:49:52 -04: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
|
6a94d0e45a
|
STM32F4-Discovery: Add SSD1351 SPI 4-wire interface
|
2015-10-06 19:05:32 -04:00 |
|
Gregory Nutt
|
fc58f7e538
|
Remove dangling whitespace
|
2015-10-04 15:28:03 -06:00 |
|
Gregory Nutt
|
79ef94a938
|
STM32F4-Discovery: Add support for the NSH network initialization thread in the netnsh configuration. Attempted to enable the networking monitor as well, but it turns out that the PHY interrupt is not supported with the STM32F4-DISBB base board
|
2015-09-28 10:58:47 -06:00 |
|
Gregory Nutt
|
9cc454ca0a
|
Set non-zero task name sizes in several configurations
|
2015-09-28 08:36:18 -06:00 |
|
Gregory Nutt
|
9125e89e68
|
Add commented out path to the ARM GNU toolchain in setenv.sh files
|
2015-09-26 09:09:41 -06:00 |
|
Gregory Nutt
|
d86a9c9691
|
Refresh some configurations
|
2015-09-26 08:40:57 -06:00 |
|
pnb
|
508a55f6be
|
STM32F4Discovery: Should not include STM32 internal files when building for application
|
2015-09-19 07:56:50 -06:00 |
|
Alan Carvalho de Assis
|
9d490482d8
|
Configure stm32f4discovery board to support MAX31855 driver
|
2015-09-13 15:50:02 -06:00 |
|
Paul A. Patience
|
272ab8c090
|
Fix typo
|
2015-09-10 21:20:53 -04:00 |
|
Gregory Nutt
|
ebf7fe9aae
|
Eliminate warnings
|
2015-09-08 12:41:52 -06:00 |
|
Gregory Nutt
|
37111e6b2c
|
Eliminate warnings
|
2015-09-08 10:19:34 -06: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 |
|
Alan Carvalho de Assis
|
04b777cb9a
|
configs/stm32f4discovery/: Add support to BMP180 driver on STM32F4Discovery. From Alan Carvalho de Assis.
|
2015-07-20 07:22:01 -06:00 |
|
Gregory Nutt
|
75595ddfef
|
Remove refereneces to DNSCLIENT IPv4/IPv6
|
2015-07-12 14:13:18 -06:00 |
|
Gregory Nutt
|
58f21e7621
|
Fix a typo in a README file
|
2015-07-11 08:16:07 -06:00 |
|
Gregory Nutt
|
6b506fd5f4
|
Refresh a configuration
|
2015-07-10 13:30:24 -06:00 |
|
Gregory Nutt
|
42f69ba42f
|
Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb
|
2015-07-10 12:09:58 -06:00 |
|
Gregory Nutt
|
dcb2b2077f
|
Update protected build logic for all platforms that supported the protected build. This is necessary due to changes in the definition of the userspace interface
|
2015-07-10 08:35:36 -06:00 |
|
Gregory Nutt
|
47148fb4c8
|
Refresh configuration
|
2015-07-10 08:34:35 -06:00 |
|
Gregory Nutt
|
a5e185569d
|
Refresh configuration
|
2015-07-05 09:06:57 -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
|
2b6c679d6b
|
Refresh configuration
|
2015-07-03 07:49:53 -06:00 |
|
Gregory Nutt
|
d1ab9c2e0a
|
Remove the configs/ directory
|
2015-06-29 13:12:29 -06:00 |
|
Gregory Nutt
|
9e99cfa4e0
|
Correct many bitbucket.org URLs
|
2015-06-28 09:14:52 -06:00 |
|
Gregory Nutt
|
2f9bf6b792
|
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
|
342f5fe33d
|
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
|
63eaa31da2
|
This cleans up most of the remaining SourceForge references
|
2015-06-26 18:13:20 -06:00 |
|
Gregory Nutt
|
e9d3b3d038
|
Add support uClibc++ excpetions. This involves additional handling for relative relation types, additional support for unwinding, as well as additional changes. The culmination of a big effort fromo Leo Aloe3132
|
2015-06-01 14:16:18 -06:00 |
|
Gregory Nutt
|
6068820bf3
|
Add support uClibc++ excpetions. This involves additional handling for relative relation types, additional support for unwinding, as well as additional changes. The culmination of a big effort fromo Leo Aloe3132
|
2015-06-01 14:16:18 -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
|
fce87336a4
|
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
|
784f037690
|
STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs.
|
2015-05-29 12:08:15 -06:00 |
|
Gregory Nutt
|
80470773ca
|
STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs.
|
2015-05-29 12:08:15 -06:00 |
|
Gregory Nutt
|
1787506332
|
Stm32 F4 Discovery; Refrsh ELF configuration; update README.txt
|
2015-05-29 11:42:40 -06:00 |
|
Gregory Nutt
|
578cd494fe
|
Stm32 F4 Discovery; Refrsh ELF configuration; update README.txt
|
2015-05-29 11:42:40 -06:00 |
|
Gregory Nutt
|
4c8983bd88
|
Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in
|
2015-05-27 11:39:44 -06:00 |
|
Gregory Nutt
|
b94321cfb4
|
Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in
|
2015-05-27 11:39:44 -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
|
4adda9d428
|
Fix numerous typos in configuration variable names. Tracked down by Alan Carvalho de Assis
|
2015-05-23 17:08:35 -06:00 |
|
Gregory Nutt
|
d468285739
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
|
Gregory Nutt
|
691d7c9819
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
|
Gregory Nutt
|
d66eb8b23c
|
Merge remote-tracking branch 'origin/master' into usbhub
|
2015-05-01 15:38:48 -06:00 |
|
Gregory Nutt
|
d1283484ac
|
Merge remote-tracking branch 'origin/master' into usbhub
|
2015-05-01 15:38:48 -06:00 |
|
Gregory Nutt
|
f5d2f9f5c2
|
STM32F4-Discovery: Part of logic to initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:32:30 -06:00 |
|
Gregory Nutt
|
c4a337389c
|
STM32F4-Discovery: Part of logic to initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:32:30 -06:00 |
|
Gregory Nutt
|
b2268c298b
|
STM32F4-Discover: Initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:29:21 -06:00 |
|
Gregory Nutt
|
698f71a176
|
STM32F4-Discover: Initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:29:21 -06:00 |
|
Gregory Nutt
|
1d881c2d35
|
STM32F4-Discovery: Add another missing configuration; fix names of configurations
|
2015-04-30 13:02:38 -06:00 |
|
Gregory Nutt
|
9f34a34d8c
|
STM32F4-Discovery: Add another missing configuration; fix names of configurations
|
2015-04-30 13:02:38 -06:00 |
|
Gregory Nutt
|
11583b8b25
|
STM32F4-Discover: Add missing logic to register the hub class
|
2015-04-30 11:27:20 -06:00 |
|
Gregory Nutt
|
f36b833955
|
STM32F4-Discover: Add missing logic to register the hub class
|
2015-04-30 11:27:20 -06:00 |
|
Gregory Nutt
|
5555e6101f
|
STM32F4-Discovery: Add configuration option to select the size of the stack used with the usbhost waiter. Needs to be bigger when a hub is supported
|
2015-04-30 11:26:35 -06:00 |
|
Gregory Nutt
|
fc3d30f0ba
|
STM32F4-Discovery: Add configuration option to select the size of the stack used with the usbhost waiter. Needs to be bigger when a hub is supported
|
2015-04-30 11:26:35 -06:00 |
|
Gregory Nutt
|
4585717b7f
|
STM32 HUB: Fix more compilation errors when hub support is enabled
|
2015-04-30 08:00:41 -06:00 |
|
Gregory Nutt
|
dfa4a1f7ac
|
STM32 HUB: Fix more compilation errors when hub support is enabled
|
2015-04-30 08:00:41 -06:00 |
|
Gregory Nutt
|
4e6b842d09
|
Fix some errors in initial re-verification of USB host on the STM32F4-Discovery
|
2015-04-30 07:28:30 -06:00 |
|
Gregory Nutt
|
e34ca32852
|
Fix some errors in initial re-verification of USB host on the STM32F4-Discovery
|
2015-04-30 07:28:30 -06:00 |
|
Gregory Nutt
|
084ba74a87
|
First cut, dirty conversion of EFM32, STM32 FS and HS host drivers to the new interfaces
|
2015-04-29 15:53:58 -06:00 |
|
Gregory Nutt
|
52cbeead7f
|
First cut, dirty conversion of EFM32, STM32 FS and HS host drivers to the new interfaces
|
2015-04-29 15:53:58 -06:00 |
|
Gregory Nutt
|
119bd7fe8a
|
USB HUB: Update all USB host connection waiter application threads to use the the new connection interface
|
2015-04-28 12:21:23 -06:00 |
|
Gregory Nutt
|
7042225a8a
|
USB HUB: Update all USB host connection waiter application threads to use the the new connection interface
|
2015-04-28 12:21:23 -06:00 |
|
Gregory Nutt
|
91fb3c59cb
|
USB Hub: Add USB hub header file from Kaushal Parikh
|
2015-04-18 11:39:26 -06:00 |
|
Gregory Nutt
|
98de2f5712
|
USB Hub: Add USB hub header file from Kaushal Parikh
|
2015-04-18 11:39:26 -06:00 |
|
Gregory Nutt
|
2cecfa1036
|
Fix dedbug output; used wrong macro
|
2015-04-16 12:37:47 -06:00 |
|
Gregory Nutt
|
2fe0e5624e
|
Fix dedbug output; used wrong macro
|
2015-04-16 12:37:47 -06:00 |
|
Gregory Nutt
|
68a97a53ac
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
54847a163f
|
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
|
02beb0d449
|
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
|
0ec67181c9
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
|
Gregory Nutt
|
6722e186e2
|
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
|
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
|
afe76e9b07
|
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
|
2015-03-31 16:20:21 -06:00 |
|
Gregory Nutt
|
ded2001121
|
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
|
2015-03-31 16:20:21 -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
|
4a8e0e2359
|
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
|
9c0441e2da
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
245f506676
|
All kernel 1st pass builds: Rename files for better conformance to naming conventions
|
2015-03-21 15:01:32 -06:00 |
|
Gregory Nutt
|
95c2b350b3
|
All kernel 1st pass builds: Rename files for better conformance to naming conventions
|
2015-03-21 15:01:32 -06:00 |
|
Gregory Nutt
|
3bfb9dcd0b
|
Refresh configuration
|
2015-03-05 11:25:10 -06:00 |
|
Gregory Nutt
|
9bbad2a56c
|
Refresh configuration
|
2015-03-05 11:25:10 -06:00 |
|
Gregory Nutt
|
7583c94252
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
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
|
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
|
d5dd1e383d
|
Add support for RTC driver to the STM32F4-Discovery board
|
2015-02-15 10:11:01 -06:00 |
|
Gregory Nutt
|
f477c9b275
|
Add support for RTC driver to the STM32F4-Discovery board
|
2015-02-15 10:11:01 -06:00 |
|
Gregory Nutt
|
aaabd05bfc
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
3724a5e98e
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
Gregory Nutt
|
e8b4f474d3
|
Convert all STM32F4-Discovery configurations (with base board) to configure the Ethernet driver to use the work queue (vs. interrupt level processing).
|
2015-02-09 08:34:52 -06:00 |
|
Gregory Nutt
|
0195049165
|
Convert all STM32F4-Discovery configurations (with base board) to configure the Ethernet driver to use the work queue (vs. interrupt level processing).
|
2015-02-09 08:34:52 -06:00 |
|
Gregory Nutt
|
357ee0a3f0
|
Update README files
|
2015-02-05 12:07:21 -06:00 |
|
Gregory Nutt
|
968e02a44c
|
Update README files
|
2015-02-05 12:07:21 -06:00 |
|
Gregory Nutt
|
0cab41e36f
|
Update README
|
2015-02-05 11:23:55 -06:00 |
|
Gregory Nutt
|
2d381d059c
|
Update README
|
2015-02-05 11:23:55 -06:00 |
|
Gregory Nutt
|
07d232b84a
|
STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he STM32-DISCO_BB base board). Verify that the STM32 Ethernet driver works with IPv6.
|
2015-02-05 11:21:04 -06:00 |
|
Gregory Nutt
|
cc63543b80
|
STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he STM32-DISCO_BB base board). Verify that the STM32 Ethernet driver works with IPv6.
|
2015-02-05 11:21:04 -06:00 |
|
Gregory Nutt
|
290e7465c3
|
Update configuration
|
2015-01-29 16:30:43 -06:00 |
|
Gregory Nutt
|
ebf1e121b5
|
Update configuration
|
2015-01-29 16:30:43 -06:00 |
|
Gregory Nutt
|
764b5075bc
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
babe9cf08e
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
db562b774a
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06:00 |
|
Gregory Nutt
|
ae18f9dacd
|
Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that their own custom debug. Now all use CONFIG_DEBUG_SENSOR, sndbg()
|
2014-12-16 09:54:32 -06:00 |
|
Gregory Nutt
|
c6f4fd7480
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |
|
Gregory Nutt
|
421c81b315
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |
|
Gregory Nutt
|
6498e1127e
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
2994448d85
|
More fixes to problems noted by cppcheck. Some are kind of risky; some are real bugs.
|
2014-11-25 13:15:09 -06:00 |
|
Gregory Nutt
|
f4746a3e9e
|
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
|
2014-11-24 09:12:56 -06:00 |
|
Gregory Nutt
|
8c05e06046
|
Fix BAS configuration from last change; refresh STM32 F4 NSH configuration
|
2014-11-24 09:12:56 -06:00 |
|
Gregory Nutt
|
e3920b130f
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -06:00 |
|
Gregory Nutt
|
57bcb28991
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -06:00 |
|
Gregory Nutt
|
3715040386
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
29dc5916af
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
07a74c3cfd
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
72f0145f69
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
fa0512a766
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
adb497959d
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
240b688001
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
b0fa0a0b98
|
Netwoek: Ada a parameter to netdev_register() to indicate the link protocol supported by the driver. Use this value to replace some logic commited yesterday
|
2014-11-15 08:22:51 -06:00 |
|
Gregory Nutt
|
388ef8db1a
|
Netwoek: Ada a parameter to netdev_register() to indicate the link protocol supported by the driver. Use this value to replace some logic commited yesterday
|
2014-11-15 08:22:51 -06:00 |
|
Gregory Nutt
|
113c7f25ba
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
321d829552
|
merge
|
2014-11-13 08:43:53 -06:00 |
|
Gregory Nutt
|
39d1e97934
|
Refresh configuration
|
2014-11-13 08:40:11 -06:00 |
|
Gregory Nutt
|
9129391ab1
|
Refresh configuration
|
2014-11-13 08:40:11 -06:00 |
|
Gregory Nutt
|
f31dca368b
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|