Gregory Nutt
77f980e676
Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set.
2017-04-09 14:44:49 -06:00
Gregory Nutt
f9e402018b
Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported.
2017-04-09 07:22:49 -06:00
Gregory Nutt
0f46d714a9
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
2017-03-02 15:10:37 -06:00
Gregory Nutt
4c82827ab1
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
2017-03-02 14:37:22 -06:00
Gregory Nutt
67de2e5f66
Add argument to STM32 EXTI interrupt handlers.
2017-02-27 14:21:30 -06:00
Mark Schulte
b3222bbc8a
irq_dispatch: Add argument pointer to irq_dispatch
...
Provide a user defined callback context for irq's, such that when
registering a callback users can provide a pointer that will get
passed back when the isr is called.
2017-02-27 06:27:56 -06:00
Gregory Nutt
2ddd57c674
Centralize definitions associated with CONFIG_DEBUG_LEDS
2016-06-15 14:12:19 -06:00
Gregory Nutt
a1469a3e95
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
2016-06-11 15:50:49 -06:00
Gregory Nutt
e99301d7c2
Rename *lldbg to *llerr
2016-06-11 14:55:27 -06:00
Gregory Nutt
1cdc746726
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
2016-06-11 14:14:08 -06:00
Gregory Nutt
fc3540cffe
Replace all occurrences of vdbg with vinfo
2016-06-11 11:59:51 -06:00
Gregory Nutt
3a74a438d9
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
2016-06-11 11:50:18 -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
bfe51e3bc7
Move xyz_cxxinitialize.c from nuttx/configs/abc/src to apps/platform/abc/ (where xyz is the processor family and abc is the board)
2016-01-29 11:35:48 -06:00
Gregory Nutt
b28bd72a48
Standardize naming of user LEDs interface functions
2015-11-01 12:45:58 -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
e6e46f830b
Standardize the width of all comment boxes in C files
2015-10-02 17:43:08 -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
Gregory Nutt
8c6c00898d
Eliminate a warning detected by nuttx/tools/testbuild.sh
2015-07-22 14:09:56 -06:00
Gregory Nutt
68a97a53ac
Make some file section headers more consistent with standard
2015-04-08 09:15:17 -06:00
Gregory Nutt
7583c94252
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
00a4b1f6d6
configs/: Remove prototypes of board_led* functions from all board header files
2015-02-27 17:32:01 -06:00
Gregory Nutt
19d8b0ce97
Fix some cloned errors in SAM GPIO interrupt setup
2014-07-07 15:54:37 -06:00
Gregory Nutt
68c56bfa37
Fix typos from previous commit to fix button interrupts
2014-06-22 08:11:57 -06:00
Gregory Nutt
4bac220b77
SAM4S Xplained (both): Button interrupts not being disabled after being detached
2014-06-15 12:43:33 -06:00
Gregory Nutt
ab5b37189b
More trailing whilespace removal
2014-04-13 16:22:22 -06:00
Gregory Nutt
2ba8224cdc
SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-related files
2014-03-23 15:48:10 -06:00
Gregory Nutt
8267e53b12
SAM3/4: Fix some build errors that crept in with the SAM4E support
2014-02-25 12:41:38 -06:00
Gregory Nutt
1d6c14e742
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
2014-02-10 18:08:49 -06:00
Gregory Nutt
42a86a9cba
rename up_led*() functions to board_led_*()
2014-01-24 14:28:49 -06:00
Gregory Nutt
f797601f19
Rename up_irqbutton() to board_button_irq()
2014-01-24 14:04:07 -06:00
Gregory Nutt
f4d84ecd7e
Rename up_buttons() to board_buttons()
2014-01-24 13:59:24 -06:00
Gregory Nutt
e5bfdcf36c
Rename up_buttoninit to board_button_intialize
2014-01-24 13:50:23 -06:00
Gregory Nutt
dd420047eb
Update SAMA5D3x-EK board configuration to support on-board UART connections, LEDs, and push buttons
2013-07-24 12:27:12 -06:00
Gregory Nutt
23fd5e4626
Revamp the way external memory regions are configured; Add logic to add SAMA5 external memory regions to the heap
2013-07-24 10:08:32 -06:00
Gregory Nutt
381c8c2509
Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s) in particular
2013-07-19 15:23:03 -06:00
Gregory Nutt
74717eaef8
Review and update of SAM3/4 header files and conditional logic for SAM3X/A support
2013-06-27 11:06:13 -06:00
Gregory Nutt
b44495a7c6
Add support for SAM3X and 3A chips, interrupts, and peripheral IDs
2013-06-26 12:28:32 -06:00
Gregory Nutt
3f742ae108
Add support fo SAM4S Xplained SRAM
2013-06-26 10:57:25 -06:00
Gregory Nutt
e02e6694b1
Fix integration of RAM test into the build and configuration system
2013-06-26 10:54:12 -06:00
Gregory Nutt
c6689215df
SAM3/4S GPIO interrupt changes
2013-06-13 18:53:14 -06:00
Gregory Nutt
3c7e2e18cb
Changes for a clean build of configs/sam4s-xplained
2013-06-11 17:33:43 -06:00
Gregory Nutt
a40b739260
Add configs/sam4s-xplained
2013-06-11 16:29:59 -06:00
Gregory Nutt
8aee2ce8c9
Add a directory to hold configurations for the SAM4S Xplained board
2013-06-10 18:20:30 -06:00