Andrew Webster
|
a118233a59
|
Kinetis enet: set the MII_MODE bit. The RM states that this bit should always be 1.
|
2016-01-21 18:50:53 -06:00 |
|
Andrew Webster
|
36408697ca
|
Kinetis enet: leave the write buffer wrap bit alone. The wrap buffer bit is initialized when the buffers are set up and should not be changed later
|
2016-01-21 18:49:23 -06:00 |
|
Andrew Webster
|
6ba74a281a
|
Kinetis enet: RDAR should be called after ETHER_EN
|
2016-01-21 18:46:54 -06:00 |
|
Andrew Webster
|
c1a8443416
|
inetis enet: disallow transmit when the queue is full
|
2016-01-21 18:45:46 -06:00 |
|
Andrew Webster
|
a3f8be04ac
|
Kinetis enet: initialize the MAC address
|
2016-01-21 18:44:10 -06:00 |
|
Andrew Webster
|
a16cae2b74
|
Kinetis enet: support multiple transmits between interrupts. Accounts for the unlikely event that more than one packet has been transmitted before the tx done is processed
|
2016-01-21 18:40:52 -06:00 |
|
Andrew Webster
|
409d499fc8
|
Kinetis enet: use rounded up MTU size for buffers. The buffers must be evenly divisible by 16, so round up the MTU size and use that for the buffer sizes
|
2016-01-21 18:39:12 -06:00 |
|
Andrew Webster
|
d09eec1066
|
Kinetis enet: fix minor logic errors
|
2016-01-21 18:36:27 -06:00 |
|
Andrew Webster
|
8dc63d6016
|
Kinetis enet: fix typos
|
2016-01-21 18:35:19 -06:00 |
|
Gregory Nutt
|
d68d9cbd32
|
Fix typo introduced in the last commit
|
2016-01-21 16:51:28 -06:00 |
|
Gregory Nutt
|
032ad1b70b
|
Remove clock_systimer32 and clock_systimer64. There is now only clock_systimer
|
2016-01-21 16:49:24 -06:00 |
|
Gregory Nutt
|
b04e2ea021
|
Trivial improvement to comments
|
2016-01-21 16:28:36 -06:00 |
|
Gregory Nutt
|
2f005d9b53
|
Password file is now in base64, not hex
|
2016-01-21 16:28:09 -06:00 |
|
Gregory Nutt
|
0cac1160c8
|
Clarify instrutions for enabling the useradd command
|
2016-01-21 16:27:25 -06:00 |
|
Gregory Nutt
|
72bd1e7634
|
Yet another error introduced with last clock_systimer changes
|
2016-01-21 14:12:52 -06:00 |
|
Gregory Nutt
|
19919d630b
|
Yet another error introduced with last clock_systimer changes
|
2016-01-21 14:09:06 -06:00 |
|
Gregory Nutt
|
c4e61a4761
|
Fix another error introduced with last clock_systimer changes
|
2016-01-21 14:05:50 -06:00 |
|
Gregory Nutt
|
7db9a952bc
|
Fix an error in conditional compilation introduced in the last set of changes
|
2016-01-21 13:42:34 -06:00 |
|
Gregory Nutt
|
a4f5254cbe
|
Fix a typo introduced into the last commit
|
2016-01-21 13:48:35 -06:00 |
|
Gregory Nutt
|
e001f37593
|
sched/clock/clock_timespec.c: Fix an error in the time conversion
|
2016-01-21 13:31:00 -06:00 |
|
Gregory Nutt
|
de995653fe
|
Fix a typo from the last big set of changes
|
2016-01-21 12:26:53 -06:00 |
|
Gregory Nutt
|
f348e68069
|
Update to use 64-bit timer when available
|
2016-01-21 11:54:26 -06:00 |
|
Gregory Nutt
|
5ebd84c890
|
Update to use 64-bit timer when available
|
2016-01-21 11:53:58 -06:00 |
|
Gregory Nutt
|
e2838a6118
|
Update to use 64-bit timer when available
|
2016-01-21 11:53:16 -06:00 |
|
Gregory Nutt
|
cb7bbdfed4
|
Update submodules
|
2016-01-21 08:55:29 -06:00 |
|
Gregory Nutt
|
fff73ea68f
|
Update README
|
2016-01-21 08:55:09 -06:00 |
|
Gregory Nutt
|
3cfd99a040
|
NuttShell.html: Add instructions for using a login prompt
|
2016-01-21 08:54:19 -06:00 |
|
Gregory Nutt
|
63c7d86d66
|
Update README
|
2016-01-20 18:42:38 -06:00 |
|
Gregory Nutt
|
9535c909d3
|
Rename CONFIG_SYSTEM_INIFILE to CONFIG_FSUTILS_INIFILE
|
2016-01-20 17:11:48 -06:00 |
|
Gregory Nutt
|
350890d598
|
Update submodule
|
2016-01-20 14:37:39 -06:00 |
|
Gregory Nutt
|
a1b4b2d032
|
Fix some typos in ROMFS image source; update README; NSH configuratin is now password protected
|
2016-01-20 14:36:58 -06:00 |
|
Gregory Nutt
|
3986f6cdee
|
Part of last change was still in the editor
|
2016-01-20 13:09:03 -06:00 |
|
Gregory Nutt
|
3a59eb4340
|
Fix romdisk_register prototype. Most ROMFS images actually lie in RAM. If moved to FLASH with const storage class, then changes are required to avoid warnings
|
2016-01-20 13:04:07 -06:00 |
|
Gregory Nutt
|
47ce7b929c
|
sim/nsh: Correct path to passwd file in ROMFS. Make passwd file as read-only
|
2016-01-20 13:02:52 -06:00 |
|
Gregory Nutt
|
2bd27c856c
|
Upate ChangeLog and README
|
2016-01-20 12:31:28 -06:00 |
|
Gregory Nutt
|
44c31c334b
|
Update README
|
2016-01-20 12:28:37 -06:00 |
|
Gregory Nutt
|
814eadc1c2
|
sim: No supports a custom ROMFS startup structure that now also includes a passwd file. Has hooks for an MOTD.
|
2016-01-20 12:27:59 -06:00 |
|
Stefan Kolb
|
b6dd44bdcd
|
SAMV71 TC: Fix compilation errors when certain timers are enabled.
|
2016-01-20 09:39:12 -06:00 |
|
Gregory Nutt
|
fa6e470a19
|
Update NuttShell documentation with new passwd commands
|
2016-01-20 09:38:36 -06:00 |
|
Gregory Nutt
|
a60a822ef2
|
Separate TEA encryption and decryption to separate files
|
2016-01-19 16:46:25 -06:00 |
|
Gregory Nutt
|
f4f931c2a5
|
Update ChangeLog
|
2016-01-19 16:38:48 -06:00 |
|
Gregory Nutt
|
f849116a0b
|
Add implementatino of Tiny Encryption Algorithm
|
2016-01-19 16:37:45 -06:00 |
|
Gregory Nutt
|
fcc7af3ab0
|
Merged in paulpatience/nuttx-arch/stm32_tim (pull request #53)
STM32 TIM: Fix comment
|
2016-01-19 16:04:47 -06:00 |
|
Paul A. Patience
|
3ecdb0c21c
|
STM32 TIM: Fix comment
|
2016-01-19 17:02:00 -05:00 |
|
Gregory Nutt
|
b7e9fb9284
|
Merged in paulpatience/nuttx-arch/stm32_qencoder (pull request #52)
STM32 QEncoder: Fix typo
|
2016-01-19 15:47:07 -06:00 |
|
Paul A. Patience
|
d81001326c
|
STM32 QEncoder: Fix typo
|
2016-01-19 16:44:21 -05:00 |
|
Gregory Nutt
|
be5afc3cf9
|
Merged in paulpatience/nuttx-arch/stm32_tim (pull request #51)
STM32 TIM: Fix typos and add forgotten bit
|
2016-01-19 14:57:25 -06:00 |
|
Paul A. Patience
|
26a434d76a
|
STM32 TIM: Fix typos and add forgotten bit
|
2016-01-19 15:49:03 -05:00 |
|
Gregory Nutt
|
727361d736
|
Remove Eclipse project files from repository. Noted by Sebastien Lorquet
|
2016-01-19 10:00:26 -06:00 |
|
Gregory Nutt
|
e73ccd6638
|
Update some comments
|
2016-01-18 16:27:46 -06:00 |
|