Gregory Nutt
|
fd94d7a675
|
Update TODO
|
2016-02-19 06:52:41 -06:00 |
|
Gregory Nutt
|
c1cca31551
|
Upate README
|
2016-02-19 06:51:39 -06:00 |
|
Gregory Nutt
|
94bea6547b
|
Fix two unterminated strings in Kconfig files
|
2016-02-18 17:13:03 -06:00 |
|
Gregory Nutt
|
f3e8b0ce28
|
Update README
|
2016-02-18 17:12:17 -06:00 |
|
Gregory Nutt
|
41d7c35e73
|
Trivial update to TODO
|
2016-02-18 13:39:09 -06:00 |
|
Gregory Nutt
|
10fed19e48
|
Trivial update to README
|
2016-02-18 13:38:14 -06:00 |
|
Gregory Nutt
|
95735519dd
|
SMP: Cosmetic renaming to clarify functionality of SMP interfaces. Update comments.
|
2016-02-17 13:36:25 -06:00 |
|
Gregory Nutt
|
0edfbdf33b
|
Update README.txt
|
2016-02-17 13:35:56 -06:00 |
|
Gregory Nutt
|
b50325bb38
|
SMP: Add funtions to perform atomic bit set/clear operations; fix two errors in SMP macros
|
2016-02-17 13:20:01 -06:00 |
|
Gregory Nutt
|
0b3bc73fec
|
Update README.txt
|
2016-02-17 13:09:25 -06:00 |
|
Gregory Nutt
|
8ac12839c3
|
leave_critical_section: Fix text of whether spinlock should be released or not
|
2016-02-17 10:55:18 -06:00 |
|
Gregory Nutt
|
3cb652648b
|
Update README.txt
|
2016-02-17 10:53:32 -06:00 |
|
Gregory Nutt
|
fccef49305
|
Cosmetic changes to comments
|
2016-02-15 13:48:08 -06:00 |
|
Gregory Nutt
|
b36674b9d8
|
Trivial change to some comments
|
2016-02-15 13:47:37 -06:00 |
|
Gregory Nutt
|
9cb2a6b1f9
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:19:15 -06:00 |
|
Gregory Nutt
|
8e6a292694
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:12:06 -06:00 |
|
Gregory Nutt
|
d09db96a7c
|
Update ChangeLog
|
2016-02-13 19:28:57 -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
|
7d7f4e140c
|
OS: Add a RUNNABLE attribute to the tasklists to indicate if the task list includes the currently executing task. Use this additional bit of information to determine if a context switch could really occur when removing a TCB from a task list
|
2016-02-12 08:15:16 -06:00 |
|
Gregory Nutt
|
255cc9041b
|
SAME70 Xplained: Add the path too the tools subdirectory to the setenv.sh script
|
2016-02-12 07:50:28 -06:00 |
|
Jose Pablo Carballo
|
d974d34bd1
|
Documentation and configs for using OpenOCD to flash the SAME70 Xplained board
|
2016-02-11 19:04:21 -06:00 |
|
Gregory Nutt
|
ddbc948895
|
SMP: Minor SMP-related clean-up/improvements
|
2016-02-11 12:18:54 -06:00 |
|
Gregory Nutt
|
2eac61699c
|
Refresh a configuration
|
2016-02-11 12:18:07 -06:00 |
|
Gregory Nutt
|
47a5663f8c
|
SMP: A few preliminary data structure definitions
|
2016-02-10 11:45:26 -06:00 |
|
Gregory Nutt
|
fa7733b9fa
|
Refresh a configuration
|
2016-02-10 10:34:56 -06:00 |
|
Gregory Nutt
|
b022f1e9d8
|
Add basic support for spinlocks (not currently used by anything)
|
2016-02-09 13:48:59 -06:00 |
|
Gregory Nutt
|
6689a72fdb
|
Refresh some configurations
|
2016-02-09 13:45:04 -06:00 |
|
Gregory Nutt
|
68ee9bcaed
|
Refresh modules + plus minor clean-up from previous commits
|
2016-02-08 15:13:14 -06:00 |
|
Gregory Nutt
|
209edae56d
|
Refresh a configuration
|
2016-02-08 15:11:26 -06:00 |
|
Gregory Nutt
|
0554de6c50
|
Networking: Simply devif_timer; Consolidate duplicated devif_poll logic
|
2016-02-05 07:36:07 -06:00 |
|
Gregory Nutt
|
858bdbd7f0
|
Rename configuration nshusb to usbnsh for consistency
|
2016-02-04 17:49:15 -06:00 |
|
Gregory Nutt
|
5cda302587
|
Include missing header file
|
2016-02-04 16:51:21 -06:00 |
|
Gregory Nutt
|
7e3bbeeae8
|
Missing a file in the last commit
|
2016-02-04 15:12:09 -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
|
7d30697408
|
There are a few things that should still depend on CONFIG_NSH_ARCHINT vs CONFIG_LIB_BOARDCTL
|
2016-02-04 14:14:43 -06:00 |
|
Gregory Nutt
|
3d5a2d5ca2
|
Fix typos in debug output
|
2016-02-04 13:39:40 -06:00 |
|
Gregory Nutt
|
705b89e2d4
|
LPC17: Another erroneous change from SSP to SPI
|
2016-02-04 13:06:34 -06:00 |
|
Gregory Nutt
|
53895b9ddc
|
Update submodules
|
2016-02-04 12:27:11 -06:00 |
|
Gregory Nutt
|
9329034a4f
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:26:38 -06:00 |
|
Gregory Nutt
|
e8a39c5eff
|
Update submodules
|
2016-02-04 12:17:54 -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
|
95d6131847
|
Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c
|
2016-02-04 12:06:33 -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
|
7a72a42d47
|
Rename tm4c_spi.. to tm4c_ssi..
|
2016-02-04 10:57:25 -06:00 |
|
Gregory Nutt
|
1f86cf1c55
|
Rename lm_spi.. to lm_ssi..
|
2016-02-04 10:41:41 -06:00 |
|
Gregory Nutt
|
48a7a4eff6
|
Rename all tiva_spi functions to tiva_ssi
|
2016-02-04 10:36:39 -06:00 |
|
Gregory Nutt
|
2c59992fb4
|
LPC11/17/43: Fix some extensive naming problems. All SSP functions were accidentally renamed to SPI functions.
|
2016-02-04 10:24:32 -06:00 |
|
Gregory Nutt
|
03d868be3c
|
I2C: Fix a naming error
|
2016-02-02 14:23:33 -06:00 |
|
Gregory Nutt
|
d5cbcc1293
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -06:00 |
|
Gregory Nutt
|
95df32a5ce
|
Update ChangeLog
|
2016-02-02 12:27:26 -06:00 |
|