Gregory Nutt
|
80f298ebf7
|
PIC32MZ: Fix some configuration settings and POSC mode should be external clock
|
2015-02-28 11:54:47 -06:00 |
Gregory Nutt
|
6f6d73d757
|
PIC32MZ: Add an option to use the MIPS32 or the microMIPS ISA
|
2015-02-28 08:22:37 -06:00 |
Gregory Nutt
|
503d2915c6
|
Rename all use of up_boardinitialize(). Should not use common microprocessing naming convention but rather the microprocessor-specific naming conventioni
|
2015-02-28 07:14:37 -06:00 |
Gregory Nutt
|
696e99b69a
|
Update comment and documentation for board interfaces
|
2015-02-28 06:46:19 -06:00 |
Gregory Nutt
|
e7a500003f
|
Remove some prototypes from arch.h that do not belong there
|
2015-02-27 20:06:11 -06:00 |
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
Gregory Nutt
|
7e7bd5e1f9
|
Minor documentation update
|
2015-02-27 18:51:47 -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
|
d80455bbce
|
configs/: Remove prototypes of board_led* functions from all board header files
|
2015-02-27 17:32:01 -06:00 |
Gregory Nutt
|
f28420195e
|
Update ChangeLog
|
2015-02-27 17:23:00 -06:00 |
Gregory Nutt
|
beaf976626
|
arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 17:19:38 -06:00 |
Gregory Nutt
|
07a8148538
|
included/nuttx/board.h: Move all board common prototypes to this header file
|
2015-02-27 17:17:42 -06:00 |
Gregory Nutt
|
55e21bf045
|
PIC32MZ: Correct a few more DEVCFG issues
|
2015-02-27 16:20:28 -06:00 |
Gregory Nutt
|
98d34e4cf8
|
Minor correction to toolchain path, comments
|
2015-02-27 13:14:41 -06:00 |
Gregory Nutt
|
eabf54e7d8
|
PIC32MZ: Review DEVCFG setting; adjust a few to match example code
|
2015-02-27 10:54:18 -06:00 |
Gregory Nutt
|
52e911a033
|
Update ChangeLog
|
2015-02-27 08:27:25 -06:00 |
Gregory Nutt
|
5c13722416
|
Networking: Improve the network device registration logic. When multiple link types are used, modify how each interface number is assigned to the device name by incrementing the device number individually for each interface link type. From Max Neklyudov.
|
2015-02-27 08:23:14 -06:00 |
Gregory Nutt
|
19f3d46eb0
|
Fix a list handling error in netdev_unregister(). From Max Neklyudov
|
2015-02-27 08:01:31 -06:00 |
Gregory Nutt
|
6a551ddc84
|
PIC32MZ: Fix some repeated typos and work around an issue with passing defined parameters to a macro that takes multiple parameters
|
2015-02-26 15:39:57 -06:00 |
Gregory Nutt
|
5ab181fc4d
|
PIC32MZ: Add logic to configure peripheral pins for the selecte UARTs
|
2015-02-26 15:05:11 -06:00 |
Gregory Nutt
|
b2745644bc
|
PIC32MZ: Add peripheral pin selection register definitions
|
2015-02-26 13:19:40 -06:00 |
Gregory Nutt
|
bcae42b653
|
Costmetic updates comments and style; Add NFS dependency on IPv4
|
2015-02-26 06:04:23 -06:00 |
Gregory Nutt
|
5afa3ec59d
|
Add BSD and SYSV types to sys/types to simplify porting. From Max Neklyudov
|
2015-02-25 14:01:14 -06:00 |
Gregory Nutt
|
94a3028c9e
|
Tiva ADC: Drive updates from Calvin Maguranis
|
2015-02-25 13:38:22 -06:00 |
Gregory Nutt
|
cec6651aff
|
PIC32MX/Z: Partial review of PIC32MZ cp0 register -- need to do more; Also found issues with definitions for PIC32MX -- need to be retested
|
2015-02-25 13:33:09 -06:00 |
Gregory Nutt
|
9992036eca
|
PIC32MZ: Add file for GPIO interrupt support. There are issues so configuration is EXPERIMENTAL for now
|
2015-02-25 11:09:04 -06:00 |
Gregory Nutt
|
1d23039eee
|
PIC32MZ: Add IOPort header file and GPIO configuration logic
|
2015-02-25 10:43:12 -06:00 |
Gregory Nutt
|
04d122c31f
|
Adjust microMIPS compile options to enable interlinking with 32-bit code
|
2015-02-25 09:54:48 -06:00 |
Gregory Nutt
|
82fcd4ea0e
|
Add some definitions expected by NFS. Noted by Orbital Fox
|
2015-02-25 08:59:16 -06:00 |
Gregory Nutt
|
654788a8e0
|
Fix NFS compile problem with CONFIG_NFS_STATISTICS=y
|
2015-02-25 08:58:30 -06:00 |
Gregory Nutt
|
87794e494a
|
Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox
|
2015-02-25 08:43:25 -06:00 |
Gregory Nutt
|
dbb281319a
|
netinet/in.h: Add some IPv6 macros
|
2015-02-25 08:26:40 -06:00 |
Gregory Nutt
|
234cc5b7bf
|
SAM4CM free-running time: Change overflow type from uint16 to uint32. From Max Neklyudov.
|
2015-02-25 08:12:31 -06:00 |
Gregory Nutt
|
54c8efab69
|
Update ChangeLog
|
2015-02-25 08:07:55 -06:00 |
Gregory Nutt
|
10852dcc25
|
Extend the fd_set type definition so that it can handle more than 32 descriptors (if so configured). From Max Neklyudov
|
2015-02-25 08:05:42 -06:00 |
Gregory Nutt
|
4435103316
|
Eliminate some warnings
|
2015-02-25 08:05:35 -06:00 |
Gregory Nutt
|
d2bd1c9de0
|
Update ChangeLog
|
2015-02-25 07:48:02 -06:00 |
Gregory Nutt
|
127951e029
|
Fix places where the errno value was being overwritten by subsequent actions so that the returned errno value was incorrect. From Max Neklyudov.
|
2015-02-25 07:45:04 -06:00 |
Gregory Nutt
|
4521e082a9
|
Update ChangeLog
|
2015-02-25 07:26:07 -06:00 |
Gregory Nutt
|
c99d927527
|
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
|
2015-02-25 07:24:03 -06:00 |
Gregory Nutt
|
6cc74fecc8
|
Refresh configuration
|
2015-02-25 07:22:58 -06:00 |
Gregory Nutt
|
a8f3049d3f
|
Update ChangeLog
|
2015-02-24 20:28:01 -06:00 |
Gregory Nutt
|
35a6ef7c40
|
Fix PTHREAD_COND_INITIALIZER
|
2015-02-24 20:26:42 -06:00 |
Gregory Nutt
|
77ad63a0d5
|
PIC32MZ: Add serial driver
|
2015-02-24 19:44:25 -06:00 |
Gregory Nutt
|
28513e2377
|
PIC32MZ: Add low level UART support
|
2015-02-24 17:23:56 -06:00 |
Gregory Nutt
|
9e94a86df2
|
PIC32MZ: Add UART register definition header file
|
2015-02-24 17:00:14 -06:00 |
Gregory Nutt
|
15213d723b
|
PIC32MZ: Add error exception handling and interrupt decode logic
|
2015-02-24 16:11:30 -06:00 |
Gregory Nutt
|
4edbfc1ebf
|
PIC32MZ: Add support for a timer interrupt
|
2015-02-24 15:36:08 -06:00 |
Gregory Nutt
|
8712d8295e
|
PIC32MZ: Add interrupt controller support
|
2015-02-24 14:50:54 -06:00 |
Gregory Nutt
|
2053344a76
|
PIC32MZ: Add interrupt controller register definitions
|
2015-02-24 13:16:04 -06:00 |