summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* apps/modbus: That completes a complete pass; all of the modbus files a ↵Gregory Nutt2015-04-0722-576/+708
| | | | little closer to NuttX coding style. Still not compliant with naming conventions
* Modbus: changes to more C file to make them more compatible with NuttX ↵Gregory Nutt2015-04-074-255/+309
| | | | coding style
* Modbus: changes to several C file to make them more compatible with NuttX ↵Gregory Nutt2015-04-079-612/+750
| | | | coding style
* Modbus: Change to more header files to make them a little more consistent ↵Gregory Nutt2015-04-076-53/+76
| | | | with Nuttx coding stanards. Still not very close
* Modbus: Change to several header files to make them a little more consistent ↵Gregory Nutt2015-04-075-152/+172
| | | | with Nuttx coding stanards. Still not very close
* apps/system: Clean up Kconfig menuingGregory Nutt2015-04-0727-117/+45
|
* Ooops accidentally committed some trash debug codeGregory Nutt2015-04-071-2/+1
|
* Modbus: Misc cleanupGregory Nutt2015-04-076-491/+555
|
* Minor changes to SAMV7 USB register definition file from reviewGregory Nutt2015-04-061-2/+1
|
* Update ChangeLogGregory Nutt2015-04-061-0/+3
|
* apps/modbus: Fix some complile problems when TCP is enabledGregory Nutt2015-04-062-75/+85
|
* drawline/drawLine should not take a boolean to select non lines caps or ↵Gregory Nutt2015-04-051-2/+4
| | | | capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
* Update ChangeLogsGregory Nutt2015-04-051-0/+2
|
* Add a 'capped' boolean parameter to all drawline/drawLine functions/methods. ↵Gregory Nutt2015-04-051-3/+5
| | | | The idea is that this will produce better joining between lines
* Upate ChangeLogsGregory Nutt2015-04-041-0/+3
|
* More renaming: up_lcdinitialize->board_lcd_initialize, ↵Gregory Nutt2015-04-049-41/+66
| | | | up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-013-3/+3
|
* Update ChangeLogsGregory Nutt2015-03-311-0/+2
|
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ↵Gregory Nutt2015-03-313-15/+6
| | | | 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.
* Kconfig files: If external graphics initialization is required, it depends ↵Gregory Nutt2015-03-315-0/+10
| | | | on CONFIG_LIB_BOARDCTL and should set CONFIG_BOARDCTL_GRAPHICS
* Rename up_nxdrvinit() to board_graphics_setup(). Add ↵Gregory Nutt2015-03-3119-101/+125
| | | | 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().
* Update ChangeLogsGregory Nutt2015-03-311-0/+3
|
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() ↵Gregory Nutt2015-03-313-15/+5
| | | | 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.
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
|
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() ↵Gregory Nutt2015-03-314-30/+24
| | | | and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
* Update ChangeLogsGregory Nutt2015-03-311-0/+4
|
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-314-34/+8
| | | | 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
* Update ChangeLogGregory Nutt2015-03-311-0/+1
|
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-314-7/+8
|
* Add some missing dependencies in Kconfig filesGregory Nutt2015-03-293-0/+3
|
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-291-1/+2
| | | | SAMV7 Ethernet: I- and D-Cache are now enabled in the netnsh/ configuration. D-Cache is enabled in write-though mode. This mode is necessary because the DMA descriptors are each 8-bytes in size but the D-Cache cache line is 32-bits in size. So it is impossible make coherency for every 8-byte DMA descriptor without write-through.
* SAMV7 USB: Updates to early initialization logicGregory Nutt2015-03-241-0/+1
|
* Make sure that FPU test, HID keyboard example, and touchscreen options are ↵Gregory Nutt2015-03-233-3/+19
| | | | only available in the FLAT build
* Rename up_cxxinitialize.c to stm32_cxxinitialize.cGregory Nutt2015-03-232-3/+3
|
* Add Olimexino-STM32 board support from David SidraneGregory Nutt2015-03-202-1/+2
|
* Costmetic changes name while debugging a filename issueGregory Nutt2015-03-151-3/+4
|
* Needs to include nuttx/board.h, not nuttx/arch.h for button interfacesGregory Nutt2015-03-141-1/+1
|
* Bringing PPPD yet closer to the NuttX coding styleGregory Nutt2015-03-116-144/+200
|
* Add file headers to all PPPD files (still lots of style incompatibilies)Gregory Nutt2015-03-1114-197/+322
|
* Update ChangeLogGregory Nutt2015-03-111-1/+2
|
* Add a PPP daemon. From Max NeklyudovGregory Nutt2015-03-1121-0/+3941
|
* Fix two uses of DEBUG_COLORATION vs STACK_COLORATION (from David Sidrane). ↵Gregory Nutt2015-03-051-3/+3
| | | | Also some corrected comments
* Add missing options to NSH Library Kconfig. From Freddie ChopinGregory Nutt2015-03-021-0/+9
|
* Add some Kconfig dependencies to reduce possibility of bad configurations. ↵Gregory Nutt2015-02-251-0/+1
| | | | Suggested by OrbitalFox
* Update ChangeLogGregory Nutt2015-02-201-0/+4
|
* OS test: Improved error checking for sem_timedwait() from Juha NiskanenGregory Nutt2015-02-201-12/+36
|
* Fix some time value changes; mostly changing greater than 1000000000 to ↵Gregory Nutt2015-02-201-1/+1
| | | | greater than or equal to 1000000000. From Juha Niskanen
* apps/examples/ostest: Sample errno on returns from sem_timedwait(). ↵Gregory Nutt2015-02-191-5/+8
| | | | Otherwise, intervening system calls my change the value of the reported errno. Noted by Juha Niskanen
* Fix typo in Telnet Kconfig. From OrbitalFoxGregory Nutt2015-02-191-1/+1
|
* apps/platform/Makefile: Add a default defintion for DELIM. Apparently it ↵Gregory Nutt2015-02-181-0/+2
| | | | may not be present in certain causes during 'make distclean'. From Michal Ulianko (SourceForge patch #47