* apply_feature_rules applies more things
* apply features in one place only, fix missing features and clippy warnings
* move various logic to package enum, re-add the ability to test packages with custom feature sets
* small cleanup
* simplify msrv check, fix CI
* review feedback
* try and fix msrv check
* rebase fixups
* use msrv toolchain in check
* Add stability to config options
* Reject unstable options
* Add note to docs
* Use enum validator in e-h-embassy
* Generate a list for enumerated values
* Don't allow line-wrapping headers
* Center default/allowed values
* Changelog
* Display stability under name
* Remove - from Allowed value when option has no constraints
* Mark more options as unstable
* Include a hint in the unstable error
* Support rmt extended memory
* Add entry in changelog
* More updates
* Ran xtask fmt-packages
* ran xtask fmt-pakages
* Try adding whitespace on lines 78, 110, 219
* Extract value and validator modules
* Clean up
* Replace tuples with ConfigOption
* Move generate.rs
* Further refactor write_doc_table_line
* Carry around the config option, too
* Move markdown table processing out of random places
* Compare prettified json, use pretty_assertions to diff it
* Work with Vec
* Emit enumerated cfgs in one place
* Expose CopyDmaChannel
* Add DMA memcpy support to the S2
* whoops, esp32 is a thing
* clear can be a no-op
* sigh
* rust
* enable the DMA channel
* The S2 wants RX first...
* fmt
* esp32s3 copy for esp32s2
* idf's rtc_sleep_pd
* Add the new NRX, FE & FE2 peripherals from the PAC
* Went through rtc_sleep_init -> apply
* Add all else statements of idf's rtc_sleep_init and made the style match the cpp code more for easier checking
* Finish checking/copying base_settings
* Checked flags in apply
* Allow base_settings
* Remove unused variables
* Reenable rtc_peri for Ext1WakeupSource
* Correct comment. Probably copy-pasted and still present in esp32s3
* Remove TODO comments
* Add the esp32s2 sleep work to the changelog
* Add esp32s2 to qa-test where applicable
* update pacs and update after rebase
* changelog
* provide missing ROM functions
* Update PACs
* review comments and cleanup
* review
* Fix wrong cfg condition
---------
Co-authored-by: mennovf <mennovanfrachem@hotmail.com>
* Make sure INTERRUPT_CORE0 is referenced
* Test esp-wifi without radio features
* Allow linting with multiple lists of features
* Just don't bother
* Changelog
* Remove heapless from esp-wifi
* CHANGELOG.md
* defmt
* More defmt derives
* Use new scan API
* Simplify scan result
* Update migration guide
* Back again
* Review comments
* Validate
* Address review comments
* Define DRAM memory region in esp-metadata
* CHANGELOG.md
* Dedicated macros for memory region start/end
* Use `from_str_radix` in esp-config
* Fix search+replace mistake
* Fix
* fix'n fmt
* fix unused
* Minor change
* Add allocator_api2, AnyMemory
* Implement more allocators
* Document
* Sub PR number
* Fix doc formatting
* Remove redundant checks
* Test failure case in try_reserve
* Add the esp-idf bootloader support crate
* CHANGELOG.md
* fmt
* Refactor
* Clippy
* Clippy
* Rename + esp-idf version
* Simplify
* Fix
* show real value in dbg
* Add defmt/log features (mostly unused for now)