Xiang Xiao 377eb30129 binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem. 6 年之前
..
.gitignore 0906d557c3 .dSYM only needs to be in the same .gitignore files as .exe 11 年之前
Makefile eacb4f0e84 Squashed commit of the following: 7 年之前
shenzhou.h 301bf1ee77 This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 6 年之前
stm32_adc.c ee2852f5ff Remove all references to board_adc_setup() 7 年之前
stm32_appinit.c 377eb30129 binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem. 6 年之前
stm32_autoleds.c 2ddd57c674 Centralize definitions associated with CONFIG_DEBUG_LEDS 8 年之前
stm32_boot.c 4a8aa6ae95 typos 7 年之前
stm32_buttons.c 77f980e676 Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set. 7 年之前
stm32_can.c 853d332b6c Move CAN subsystem to its own directory and put device drivers there 7 年之前
stm32_chipid.c 22ffea1d56 Shenzhou: Rename files for better conformance to naming conventions 9 年之前
stm32_ili93xx.c 0c8c7fecf0 Add _ to the beginning of all debug macros to avoid name collisions 8 年之前
stm32_mmcsd.c c494454bc4 configs/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
stm32_relays.c 936df1bcb5 Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 7 年之前
stm32_spi.c bf6709b887 configs/: Back out many of the changes in two recent commits: Too many changes from SPIDEV_WIRELESS to SPIDEV_CONTACTLESS. Specifically NRF24L01 should still be SPIDEV_WIRELESS. 7 年之前
stm32_ssd1289.c f6f4856cc6 Eliminate some warnings found in build testing. 7 年之前
stm32_touchscreen.c 301bf1ee77 This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 6 年之前
stm32_usb.c 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
stm32_usbmsc.c 0334d4b4cd Rename usbmsc_archinitialize to board_usbmsc_initialize 8 年之前
stm32_userleds.c 2ddd57c674 Centralize definitions associated with CONFIG_DEBUG_LEDS 8 年之前
stm32_w25.c a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前