Merge pull request #1619 from embassy-rs/nrf-time
nrf: build docs with `time` feature.
This commit is contained in:
		
						commit
						3341b53eb4
					
				| @ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||||||
| src_base = "https://github.com/embassy-rs/embassy/blob/embassy-nrf-v$VERSION/embassy-nrf/src/" | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-nrf-v$VERSION/embassy-nrf/src/" | ||||||
| src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-nrf/src/" | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-nrf/src/" | ||||||
| 
 | 
 | ||||||
| features = ["nightly", "defmt", "unstable-pac", "unstable-traits", "gpiote", "time-driver-rtc1"] | features = ["nightly", "time", "defmt", "unstable-pac", "unstable-traits", "gpiote", "time-driver-rtc1"] | ||||||
| flavors = [ | flavors = [ | ||||||
|     { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, |     { regex_feature = "nrf52.*", target = "thumbv7em-none-eabihf" }, | ||||||
|     { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, |     { regex_feature = "nrf53.*", target = "thumbv8m.main-none-eabihf" }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user