kosmos lib 0.1.5 added
This commit is contained in:
		@@ -11,6 +11,8 @@ extern const struct driver pwm_4;
 | 
			
		||||
extern const struct driver pwm_3;
 | 
			
		||||
extern const struct driver pwm_2;
 | 
			
		||||
extern const struct driver pwm_1;
 | 
			
		||||
extern const struct driver pwm5_c2;
 | 
			
		||||
extern const struct driver pwm2_c4;
 | 
			
		||||
extern const struct driver uart_1;
 | 
			
		||||
 | 
			
		||||
#endif /* BOARD_DEVICES_H */
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,9 @@
 | 
			
		||||
#ifndef SOURCE_FIRMWARE_KERNEL_DRIVER_INCLUDE_DRIVER_H_
 | 
			
		||||
#define SOURCE_FIRMWARE_KERNEL_DRIVER_INCLUDE_DRIVER_H_
 | 
			
		||||
 | 
			
		||||
#define IOCTL_PWM_SET_DUTY_CYCLE	0
 | 
			
		||||
#define IOCTL_PWM_SET_DUTY_CYCLE		0
 | 
			
		||||
#define IOCTL_PWM_GET_PERIOD_NS			1
 | 
			
		||||
#define IOCTL_PWM_GET_PULSE_WIDTH_NS	2
 | 
			
		||||
 | 
			
		||||
enum driver_type {
 | 
			
		||||
	DRIVER_TYPE_ADC,
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -1 +1 @@
 | 
			
		||||
libkosmos-arm-stm32f4-discovery-0.1.4.a
 | 
			
		||||
libkosmos-arm-stm32f4-discovery-0.1.5.250.a
 | 
			
		||||
		Reference in New Issue
	
	Block a user