Skip to content

KN2C/nrf24le1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Depends

This driver depends of entrance like this:

static struct spi_board_info spi_devices[] = {
	{
		.modalias = "nrf24le1",
		.chip_select = 0,
		.max_speed_hz = 4500*1000,
		.bus_num = 1,
	},
};

at91_add_device_spi(spi_devices, ARRAY_SIZE(spi_devices));

at board definition file, who normaly stay in:

arch/arm/mach-at91

Build

KERNELDIR=<path_to_your_kernel> make

Doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published